Good day, Try running mvn clean compile -X and showing us the logs starting from
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:<some version>:compile' up to the end. The first part of the logs would consists of the maven-compiler-plugin's configuration while the next part will show the logs while the plugin is running. The last part of course is the results of the whole build. Thanks, Franz epunzalan wrote: > > The stacktrace is incomplete... there may be a message coming from the > java > compiler (javac) itself. > > > On 4/6/07, Hodanics, Charles J. <[EMAIL PROTECTED]> wrote: >> >> Can someone assist with the following error when I run Maven2 compile >> from eclipse and continuum. I have checked a few posts and seen that >> JRE to JDK is a fix, but I already have this done. >> >> >> [INFO] Compiling 35 source files to "C:\Documents.." >> [ERROR] mojo-execute : compiler:compile >> Diagnosis: Compilation failure >> FATAL ERROR: Error executing Maven for a project >> [ERROR] project-execute : artifact:name:jar:1.0-SNAPSHOT ( >> task-segment: [clean, compile] ) >> Diagnosis: Compilation failure >> FATAL ERROR: Error executing Maven for a project >> org.apache.maven.BuildFailureException: Compilation failure >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default >> LifecycleExecutor.java:555) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec >> ycle(DefaultLifecycleExecutor.java:475) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL >> ifecycleExecutor.java:454) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle >> Failures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( >> DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec >> ycleExecutor.java:140) >> at >> org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441) >> at >> org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382) >> at >> org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68) >> Caused by: org.apache.maven.plugin.CompilationFailureException: >> Compilation failure >> at >> org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMoj >> o.java:516) >> at >> org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa >> nager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default >> LifecycleExecutor.java:534) >> ... 8 more >> >> >> Charles Hodanics >> NSTD-STJ >> 443-778-3246 >> >> > > -- View this message in context: http://www.nabble.com/Maven-mojo-Compilation-failure-tf3537180s177.html#a9932167 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
