See <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/937/changes>
Changes: [scooter] More annotation work. Added bounded annotations and moved some shared functionality into Annotation.java. This should eventually become AbstractAnnotation.java and a new interface Annotation.java should be created. Still having problems with getting the font scaling right when setFont is called, though... [rozagh] Changes in the mapping tasks before removing the global table tab in the table browser. Includes fixes for bug #960. ------------------------------------------ [...truncated 4757 lines...] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ding-presentation-impl --- [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ding-presentation-impl --- [INFO] Compiling 254 source files to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/classes> [INFO] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/src/test/resources> [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ ding-presentation-impl --- [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ding-presentation-impl --- [INFO] Compiling 27 source files to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/test-classes> [INFO] [INFO] Surefire report directory: <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ ding-presentation-impl --- Running org.cytoscape.graph.render.immed.GraphGraphicsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 469.442 sec Running org.cytoscape.graph.render.stateful.MeasuredLineCreatorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec Running org.cytoscape.graph.render.stateful.GraphRendererTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec Running org.cytoscape.view.DVisualLexiconTest Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.53 sec <<< FAILURE! Running org.cytoscape.view.DNetworkViewTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! Running org.cytoscape.view.DNodeViewTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.024 sec <<< FAILURE! Running org.cytoscape.ding.EdgeBendTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.cytoscape.ding.ObjectPositionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.cytoscape.ding.impl.DGraphViewTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! Results : Tests in error: testDVisualLexicon(org.cytoscape.view.DVisualLexiconTest): org/cytoscape/view/presentation/property/BasicVisualLexicon testDVisualLexiconTree(org.cytoscape.view.DVisualLexiconTest): org/cytoscape/ding/DVisualLexicon initializationError(org.cytoscape.view.DNetworkViewTest): Lorg/cytoscape/model/CyTableFactory; initializationError(org.cytoscape.view.DNodeViewTest): org/cytoscape/view/presentation/RenderingEngine initializationError(org.cytoscape.ding.impl.DGraphViewTest): org/cytoscape/view/presentation/RenderingEngine Tests run: 29, Failures: 0, Errors: 5, Skipped: 0 [ERROR] There are test failures. Please refer to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/surefire-reports> for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ ding-presentation-impl --- ignoring exception during new ExecutedMojo null [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ding-presentation-impl --- [INFO] Building jar: <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ ding-presentation-impl --- [INFO] Building jar: <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-tests.jar> [INFO] [INFO] Installing <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.jar> to /opt/tomcat-home/.m2/repository/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.jar [INFO] Installing <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/pom.xml> to /opt/tomcat-home/.m2/repository/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.pom [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ding-presentation-impl --- [INFO] Installing <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-sources.jar> to /opt/tomcat-home/.m2/repository/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-sources.jar [INFO] Installing <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-tests.jar> to /opt/tomcat-home/.m2/repository/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ ding-presentation-impl --- [INFO] Installing org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ ding-presentation-impl --- Downloading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml Downloaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml (2 KB at 11.5 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31.jar Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31.jar (1415 KB at 5397.2 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31.pom Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31.pom (6 KB at 37.1 KB/sec) Downloading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/maven-metadata.xml Downloaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/maven-metadata.xml (454 B at 13.4 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml (2 KB at 16.1 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/maven-metadata.xml Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/maven-metadata.xml (454 B at 6.1 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-sources.jar Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-sources.jar (1203 KB at 4403.4 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml (2 KB at 21.1 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-tests.jar Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-tests.jar (91 KB at 1305.3 KB/sec) Uploading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml Uploaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/maven-metadata.xml (2 KB at 22.2 KB/sec) [INFO] [INFO] --- maven-bundle-plugin:2.3.4:deploy (default-deploy) @ ding-presentation-impl --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/pom.xml> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$ding-presentation-impl/builds/2012-05-16_19-03-50/archive/org.cytoscape/ding-presentation-impl/3.0.0-alpha9-SNAPSHOT/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT.jar> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$ding-presentation-impl/builds/2012-05-16_19-03-50/archive/org.cytoscape/ding-presentation-impl/3.0.0-alpha9-20120517.001307-31/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-sources.jar> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$ding-presentation-impl/builds/2012-05-16_19-03-50/archive/org.cytoscape/ding-presentation-impl/3.0.0-alpha9-20120517.001307-31/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.0.0-alpha9-SNAPSHOT-tests.jar> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$ding-presentation-impl/builds/2012-05-16_19-03-50/archive/org.cytoscape/ding-presentation-impl/3.0.0-alpha9-20120517.001307-31/ding-presentation-impl-3.0.0-alpha9-20120517.001307-31-tests.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Cytoscape Core Task Impl (core-task-impl) 3.0.0-alpha9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-task-impl --- [INFO] Copying 28 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-task-impl --- [INFO] Compiling 151 source files to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/table/UpdateAddedNetworkAttributes.java>:[47,37] cannot find symbol symbol : method createTaskIterator(org.cytoscape.model.CyTable,java.util.List<org.cytoscape.model.CyTable>) location: interface org.cytoscape.task.edit.MapGlobalToLocalTableTaskFactory [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/table/MapTableToNetworkTablesTaskFactoryImpl.java>:[19,13] org.cytoscape.task.internal.table.MapTableToNetworkTablesTaskFactoryImpl is not abstract and does not override abstract method createTaskIterator(org.cytoscape.model.CyTable,java.lang.String) in org.cytoscape.task.edit.MapTableToNetworkTablesTaskFactory [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/table/MapTableToNetworkTablesTaskFactoryImpl.java>:[36,1] method does not override or implement a method from a supertype [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/table/MapGlobalToLocalTableTaskFactoryImpl.java>:[20,13] org.cytoscape.task.internal.table.MapGlobalToLocalTableTaskFactoryImpl is not abstract and does not override abstract method createTaskIterator(org.cytoscape.model.CyTable,org.cytoscape.model.CyTable) in org.cytoscape.task.edit.MapGlobalToLocalTableTaskFactory [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/table/MapGlobalToLocalTableTaskFactoryImpl.java>:[40,1] method does not override or implement a method from a supertype [INFO] 5 errors [INFO] ------------------------------------------------------------- [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/ws/trunk/core-task-impl/pom.xml> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$core-task-impl/builds/2012-05-16_19-03-50/archive/org.cytoscape/core-task-impl/3.0.0-alpha9-SNAPSHOT/core-task-impl-3.0.0-alpha9-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Cytoscape Implementation Parent Project POM ....... SUCCESS [5.240s] [INFO] Cytoscape BioPAX Impl (biopax-impl) ............... SUCCESS [9.355s] [INFO] Cytoscape Command Executor Impl (command-executor-impl) SUCCESS [4.821s] [INFO] Cytoscape Equations Impl (equations-impl) ......... SUCCESS [8.410s] [INFO] Cytoscape Model Impl Parent (model-impl-parent) ... SUCCESS [0.396s] [INFO] Cytoscape Model Impl (model-impl) ................. SUCCESS [12.618s] [INFO] Cytoscape View Model Impl Parent (viewmodel-impl-parent) SUCCESS [0.503s] [INFO] Cytoscape View Model Impl (viewmodel-impl) ........ SUCCESS [13.317s] [INFO] Cytoscape Ding Impl Parent (ding-impl) ............ SUCCESS [0.851s] [INFO] Cytoscape Ding View/Presentation Impl (ding-presentation-impl) SUCCESS [8:13.060s] [INFO] Cytoscape Core Task Impl (core-task-impl) ......... FAILURE [2.902s] [INFO] Cytoscape CPath2 Impl (cpath2-impl) ............... SKIPPED [INFO] Cytoscape IO Impl Parent (io-impl-parent) ......... SKIPPED [INFO] Cytoscape IO Impl (io-impl) ....................... SKIPPED [INFO] Cytoscape Event Impl Parent (event-impl-parent) ... SKIPPED [INFO] Cytoscape Event Impl (event-impl) ................. SKIPPED [INFO] Cytoscape Layout Impl (layout-impl) ............... SKIPPED [INFO] Cytoscape Ding View/Presentation Impl Performance (ding-impl-performance-debug) SKIPPED [INFO] Cytoscape Editor Impl (editor-impl) ............... SKIPPED [INFO] Cytoscape Equation Functions Impl (equations-functions-impl) SKIPPED [INFO] Cytoscape Event Impl IT (event-impl-it) ........... SKIPPED [INFO] Cytoscape Filters Impl (filter-impl) .............. SKIPPED [INFO] Cytoscape GraphML Impl (graphml-impl) ............. SKIPPED [INFO] Cytoscape Groups Impl (group-impl) ................ SKIPPED [INFO] Cytoscape Group Data Impl (group-data-impl) ....... SKIPPED [INFO] Cytoscape Group View Impl (group-view-impl) ....... SKIPPED [INFO] Cytoscape IO Impl Performance (io-impl-performance) SKIPPED [INFO] Cytoscape Layout Algorithms Impl (layout-cytoscape-impl) SKIPPED [INFO] Cytoscape JGraph Layout Impl (layout-jgraph-impl) . SKIPPED [INFO] Cytoscape Prefuse Layout Impl (layout-prefuse-impl) SKIPPED [INFO] Cytoscape Linkout Impl (linkout-impl) ............. SKIPPED [INFO] Cytoscape Log Swing Impl (log-swing-impl) ......... SKIPPED [INFO] Cytoscape Manual Layout Impl (manual-layout-impl) . SKIPPED [INFO] Cytoscape Model Impl Performance Debug (model-impl-performance-debug) SKIPPED [INFO] Cytoscape Model Impl Table Performance Debug (model-impl-table-performance-debug) SKIPPED [INFO] Cytoscape NetworkAnalyzer Impl (network-analyzer-impl) SKIPPED [INFO] Cytoscape Merge Impl (network-merge-impl) ......... SKIPPED [INFO] Cytoscape App Impl (app-impl) ..................... SKIPPED [INFO] Cytoscape Presentation Impl (presentation-impl) ... SKIPPED [INFO] Cytoscape Property Impl (property-impl) ........... SKIPPED [INFO] Cytoscape PSI-MI Impl Parent (psi-mi-impl-parent) . SKIPPED [INFO] Cytoscape PSI-MI Impl (psi-mi-impl) ............... SKIPPED [INFO] Cytoscape PSI-MI Impl Performance (psi-mi-impl-performance) SKIPPED [INFO] Cytoscape SBML Impl (sbml-impl) ................... SKIPPED [INFO] Cytoscape Search Impl (search-impl) ............... SKIPPED [INFO] Cytoscape Session Impl (session-impl) ............. SKIPPED [INFO] Cytoscape Help Impl (help-impl) ................... SKIPPED [INFO] Cytoscape Swing Application Impl (swing-application-impl) SKIPPED [INFO] Cytoscape Table Browser Impl (table-browser-impl) . SKIPPED [INFO] Cytoscape Table Import Impl (table-import-impl) ... SKIPPED [INFO] Cytoscape VizMap GUI Impl (vizmap-gui-impl) ....... SKIPPED [INFO] Cytoscape VizMap Impl Parent (vizmap-impl-parent) . SKIPPED [INFO] Cytoscape VizMap Impl (vizmap-impl) ............... SKIPPED [INFO] Cytoscape Biomart Webservice Impl (webservice-biomart-client-impl) SKIPPED [INFO] Cytoscape Webservice Impl (webservice-impl) ....... SKIPPED [INFO] Cytoscape NCBI Webservice Impl (webservice-ncbi-client-impl) SKIPPED [INFO] Cytoscape Work Swing Impl Parent (work-swing-impl-parent) SKIPPED [INFO] Cytoscape Work Swing Impl (work-swing-impl) ....... SKIPPED [INFO] Cytoscape Application Impl (application-impl) ..... SKIPPED [INFO] Cytoscape PSIQUIC Webservice Impl (webservice-psicquic-client-impl) SKIPPED [INFO] Cytoscape Datasource Impl (datasource-impl) ....... SKIPPED [INFO] Cytoscape BioGrid Datasource Impl (datasource-biogrid-impl) SKIPPED [INFO] Cytoscape Welcome Screen Impl (welcome-impl) ...... SKIPPED [INFO] Cytoscape GUI Command Line Parser Impl (gui-cmdline-parser-impl) SKIPPED [INFO] Cytoscape Edge Bundler Impl (edge-bundler-impl) ... SKIPPED [INFO] Cytoscape Scripting Impl (scripting-impl) ......... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9:18.253s [INFO] Finished at: Wed May 16 19:13:13 GMT-05:00 2012 [INFO] Final Memory: 54M/129M [INFO] ------------------------------------------------------------------------ mavenExecutionResult exceptions not empty message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project core-task-impl: Compilation failure cause : Compilation failure Stack trace : org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project core-task-impl: 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) 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:112) 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 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 27 more Maven failed with error. Sending e-mails to: [email protected] Sending e-mails to: [email protected] channel stopped Skipping sonar analysis due to bad build status FAILURE -- 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.
