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

Reply via email to