See <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20api/1847/changes>
Changes: [kono] Changed 2D visual lexicon to to minimal lexicon. ------------------------------------------ Started by an SCM change Started by upstream project "Cy3 Presentation api" build number 2843 Checking out http://chianti.ucsd.edu/svn/core3/layout-api/trunk A osgi.bnd A src A src/test A src/test/java A src/test/java/org A src/test/java/org/cytoscape A src/main A src/main/java A src/main/java/org A src/main/java/org/cytoscape A src/main/java/org/cytoscape/view A src/main/java/org/cytoscape/view/layout A src/main/java/org/cytoscape/view/layout/AbstractGraphPartition.java A src/main/java/org/cytoscape/view/layout/CyLayoutAlgorithm.java A src/main/java/org/cytoscape/view/layout/LayoutTask.java A src/main/java/org/cytoscape/view/layout/AbstractLayout.java A src/main/java/org/cytoscape/view/layout/LayoutEdge.java A src/main/java/org/cytoscape/view/layout/EdgeWeighter.java A src/main/java/org/cytoscape/view/layout/LayoutNode.java A src/main/java/org/cytoscape/view/layout/LayoutPartition.java A src/main/java/org/cytoscape/view/layout/CyLayouts.java A src/main/java/org/cytoscape/view/layout/internal A src/main/java/org/cytoscape/view/layout/internal/algorithms A src/main/java/org/cytoscape/view/layout/internal/algorithms/GridNodeLayout.java A src/main/java/org/cytoscape/view/layout/internal/algorithms/GridNodeLayoutTask.java A src/main/java/org/cytoscape/view/layout/internal/CyLayoutsImpl.java A src/main/java/org/cytoscape/view/layout/LayoutAdapter.java A src/main/resources A src/main/resources/META-INF A src/main/resources/META-INF/spring A src/main/resources/META-INF/spring/bundle-context-osgi.xml A src/main/resources/META-INF/spring/bundle-context.xml A pom.xml U . At revision 24635 WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior. Found mavenVersion 3.0.3 from file jar:file:/R1/tools/maven/apache-maven-3.0.3/lib/maven-core-3.0.3.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties No emails were triggered. Parsing POMs [trunk] $ java -cp /R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.401.jar:/R1/tools/maven/apache-maven-3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /R1/tools/maven/apache-maven-3.0.3 /R1/resources/webservers/tomcat_2/webapps/jenkins/WEB-INF/lib/remoting-1.401.jar /R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.401.jar 51372 <===[HUDSON REMOTING CAPACITY]===> channel started Executing Maven: -B -f <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20api/ws/trunk/pom.xml> deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cytoscape.layout-api 3.0.0-alpha2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ layout-api --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-pax-plugin:1.5-SNAPSHOT:compile (default-compile) @ layout-api --- [INFO] Compiling 13 source files to <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20api/ws/trunk/target/classes> [INFO] [recovering meta-data] mojoFailed org.ops4j:maven-pax-plugin:1.5-SNAPSHOT(default-compile) projectFailed org.cytoscape:layout-api:3.0.0-alpha2-SNAPSHOT [JENKINS] Archiving <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20api/ws/trunk/pom.xml> to /R1/resources/webapps/cytoscape_build_sys/hudson_home/jobs/Cy3 Layout api/modules/org.cytoscape$layout-api/builds/2011-03-30_22-04-42/archive/org.cytoscape/layout-api/3.0.0-alpha2-SNAPSHOT/pom.xml sessionEnded [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.501s [INFO] Finished at: Wed Mar 30 22:04:48 EDT 2011 [INFO] Final Memory: 20M/159M [INFO] ------------------------------------------------------------------------ mavenExecutionResult exceptions not empty org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.ops4j:maven-pax-plugin:1.5-SNAPSHOT:compile (default-compile) on project layout-api: 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:319) 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:146) at hudson.maven.Maven3Builder.call(Maven3Builder.java:124) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:114) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:270) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) 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:619) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) at org.ops4j.pax.construct.lifecycle.BundleCompilerMojo.execute(BundleCompilerMojo.java:74) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 27 more Sending e-mails to: [email protected] channel stopped Skipping sonar analysis due to SCM build trigger -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
