David Liles wrote:

Not sure if this is what you're asking for...

BUILD FAILED
Compile failed; see the compiler error output for details.
       at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:844)
       ...
File...... C:\Documents and Settings\david.liles\.maven\cache\maven-java-plugin-
1.4\plugin.jelly
Element... ant:javac
Line...... 53
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 3 seconds
Finished at: Mon Dec 06 09:30:41 CST 2004



You were a bit vague in your description. Seems to me you've got a java compiler failure. Probably because you've got a syntax error in your code. The error makes reference to a error output. I believe this is a seperate file created bij the javac ant task when a compiler error occurs.

Forgive me for not knowing where to find the file, but it should be somewhere in your target directory. In this file you will find the error report about the cause of this failure. It should be somthing trivial, a missing dependancy or a syntax error in your code.

-Jeroen





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to