You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Giguere <er...@videotron.ca> on 2004/03/11 17:53:30 UTC

Compatibility issue with checkstyle repots and jdepend...?

Hi all

I'm running with a Maven snapshot dating from about 2 weeks. I got a 
small issue with some reports, wondering if anybody else got it.
It concerns the checkstyle report and the jdepend report.
When I run jdepend first, I get a lot of errors from the checkstyle... 
like this one:

Can't find/access AST Node typecom.puppycrawl.tools.checkstyle.api.DetailAST
And of course report creation fails.

But, if the checkstyle report is run first, then everything is ok. 
Pretty strange...  I performed a search and it seems that this class can 
only be found in the checkstyle jar itself, and only in my local 
repository. Both version 3.1 and 3.3 of checkstyle jar has it.
And the version reported byt the plugin, when running, is 
maven-checkstyle-plugin-2.3-SNAPSHOT...

Don't get it. A wrong jar must be loaded but then both jars of my 
repository seems to have the class in it.
Any clue?

Eric.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org