Try comparing your .classpath (also generated by XDE) file with the dependancies stated in your project.xml. They should match up...

Btw, you can a properly configured Maven project generate eclipse 2.1 (current XDE) and eclipse 3.0 .project and .classpath files. Simple matter of adding an extra parameter to your dependancy list. Check the maven-eclipse-plugin docs for that.
-Jeroen


David Liles wrote:

I'm not sure why I'm getting this error. When I develop and run locally 
(Rational XDE) everything works fine, it's only when I attempt to run maven 
that I have problems.

Is there a chance that there is a conflict with XDE and maven since XDE 
automatically creates a .project file?



[EMAIL PROTECTED] 12/06/04 12:53PM >>>


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