I was adding a class (in my app's service package), as I have been for a few
days now, and when I did a

mvn clean compile install

I got this right after the Tomcat started so that the web tests could run.


[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error executing ant tasks

Embedded error: name, file or resource attribute of taskdef is undefined
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Tue Oct 09 10:35:35 EDT 2007
[INFO] Final Memory: 19M/34M
[INFO]
------------------------------------------------------------------------

The only change I've made to the POM in recent days is to add a Colt library
as a dependency - it's been building fine since that change, and this is new
today.



Any ideas?

Reply via email to