that's a bug in maven clover plugin, unfortunately... I already reported that on maven jira: http://jira.codehaus.org/ViewIssue.jspa?key=MPCLOVER-15 the problem is that the plugin uses the unregistered version of clover 1.2.3 for the first phase, and then switches to the registered 1.2.4 version only for the report generation. The only hack to make it working properly is to override the maven/repository/clover/jars/clover-1.2.3.jar with the registered clover.jar. If this still doesn't work check for a clover.jar (and replace it) also in: maven/plugins/maven-clover-plugin-xx/lib An alternative solution is to delete the displaytag/lib/clover.jar so that everything is generated using the evaluation version fabrizio
________________________________ From: [EMAIL PROTECTED] on behalf of David Erickson Sent: Mon 19/04/2004 6.17 To: [EMAIL PROTECTED] Subject: Re: [displaytag-devel] CVS Build Failure Fabrizio, Thanks that solved that. However now I am getting a TON of compile errors from the clover portion.. i double checked and the clover.jar is on the path and in the displaytag2/lib directory. Here is just one of the errors then the result from maven: /tmp/clover36648.tmp/src36649.tmp/org/displaytag/decorator/Decorator.java:99 : cannot resolve symbol symbol : method maybeFlush () location: class com.cortexeb.tools.clover.d } finally { __CLOVER_4_0.maybeFlush();}} ^ 100 errors 1 warning BUILD FAILED File...... file:/root/.maven/plugins/maven-java-plugin-1.3/plugin.jelly Element... ant:javac Line...... 34 Column.... 48 Compile failed; see the compiler error output for details. Total time: 2 minutes 58 seconds Finished at: Sun Apr 18 23:05:12 MDT 2004 Any ideas on this one? :) -David ----- Original Message ----- From: "Fabrizio Giustina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 17, 2004 3:06 AM Subject: RE: [displaytag-devel] CVS Build Failure You are missing the maven-xhtml plugin. Download it from http://www.ibiblio.org/maven/maven-validator/plugins/maven-xhtml-plugin- 1.1.jar or add the following lines to the dependencies section in project.xml to make maven download it for you: <dependency> <groupId>maven-validator</groupId> <artifactId>maven-xhtml-plugin</artifactId> <version>1.1</version> <type>plugin</type> </dependency> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Erickson Sent: Saturday, April 17, 2004 12:22 AM To: Displaytag-Devel List Subject: [displaytag-devel] CVS Build Failure Hey guys just got Maven up and running and grabbed the source from the cvs server in the displaytag2 module.. however I cannot seem to get maven to build it out fully. I run maven rebuild-all, it passes all the junit tests etc and is almost done then I get this: war:war: [echo] Building WAR displaytag [jar] Building jar: /root/displaytag2/target/displaytag.war BUILD FAILED File...... file:/root/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly Element... attainGoal Line...... 639 Column.... 48 No goal [maven-xhtml-plugin:register] Total time: 1 minutes 47 seconds Finished at: Fri Apr 16 17:15:41 MDT 2004 Anybody got an idea as to why that is occurring? (Ignore the fact I'm logged in under root :P) I'm using maven v1.0-rc2. Thanks, David ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
<<winmail.dat>>