Thanks Mark - that is indeed as clear as mud! I think tycho is hooked into the "compile" stage of the maven build chain; hence this being reported as a compile error.
The root pom.xml has instructions on how to run and get more information out .. > If you run into any problems (to list debug and stack trace) > mvn -Dall -e -X install > > Can I ask for server details? Both Andrea and Sam have reported issues building on x86_64 but I have been unable to verify what platform they are on. I am going to assume that this is linux x86_64 and see if I can get a build going in a VM in order to be of assistance (or if moovida is around later I will try and catch up with him on Skype). -- Jody Garnett On Wednesday, 22 August 2012 at 5:25 PM, Mark Leslie wrote: > I've turned on our build server to see if the recent tycho updates > will get it purring again, and I've hit a compilation failure in > net.refractions.udig.project that shouldn't be AFAIK. The error > message (at bottom) isn't terribly useful, so I've attached the whole > console text. > > Our configuration is to build in two steps. The first is a pre-build > step of maven install of > plugins/net.refractions.udig.libs/pom-libs.xml, which completes > happily. The next is a maven install on the root pom with a permgen > size of 256m.. > > Can anyone shed any light on this, or possibly point me at where some > detail on the compilation failure might be output? > > -- > Cheers, > Mark > > > > > > > mavenExecutionResult exceptions not empty > message : Failed to execute goal > org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile > (default-compile) on project net.refractions.udig.project: Compilation > failure > cause : Compilation failure > Stack trace : > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to > execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile > (default-compile) on project net.refractions.udig.project: Compilation > failure > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at > org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329) > at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) > at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158) > at hudson.maven.Maven3Builder.call(Maven3Builder.java:104) > at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:287) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: copied.org.apache.maven.plugin.CompilationFailureException: > Compilation failure > at > copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:418) > at > org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:179) > at > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > ... 27 more > channel stopped > Finished: FAILURE > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > > > Attachments: > - consoleText.txt >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
