See <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/1465/changes>
Changes: [tegunov] Made CyCL thread-safer; layout is now parallelized over partitions. ------------------------------------------ [...truncated 35538 lines...] [INFO] Cytoscape JSON IO Impl (json-impl) ................ SUCCESS [16.346s] [INFO] Cytoscape Layout Algorithms Impl (layout-cytoscape-impl) SUCCESS [2.460s] [INFO] Cytoscape JGraph Layout Impl (layout-jgraph-impl) . SUCCESS [1.613s] [INFO] Cytoscape Prefuse Layout Impl (layout-prefuse-impl) SUCCESS [1.702s] [INFO] Cytoscape Linkout Impl (linkout-impl) ............. SUCCESS [1.694s] [INFO] Cytoscape Log Swing Impl (log-swing-impl) ......... SUCCESS [4.463s] [INFO] Cytoscape Manual Layout Impl (manual-layout-impl) . SUCCESS [2.098s] [INFO] Cytoscape Model Impl Performance Debug (model-impl-performance-debug) SUCCESS [3.439s] [INFO] Cytoscape Model Impl Table Performance Debug (model-impl-table-performance-debug) SUCCESS [3.623s] [INFO] Cytoscape NetworkAnalyzer Impl (network-analyzer-impl) SUCCESS [5.113s] [INFO] Cytoscape Merge Impl (network-merge-impl) ......... SUCCESS [2.177s] [INFO] Cytoscape CyCL (opencl-cycl-impl) ................. SUCCESS [4.181s] [INFO] Cytoscape OpenCL Prefuse Layout (opencl-layout-impl) FAILURE [0.221s] [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 Utility Impl (swing-util-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 Core Impl (vizmap-gui-core-impl) SKIPPED [INFO] Cytoscape VizMap GUI Impl (vizmap-gui-impl) ....... SKIPPED [INFO] Cytoscape Biomart Webservice Impl (webservice-biomart-client-impl) SKIPPED [INFO] Cytoscape Webservice Impl (webservice-impl) ....... SKIPPED [INFO] org.cytoscape.work-headless-impl .................. SKIPPED [INFO] org.cytoscape.work-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 Web Service 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] Cytoscape Core Task Impl (core-task-impl) ......... SKIPPED [INFO] Cytoscape Headless Application Impl (headless-application-impl) SKIPPED [INFO] Cytoscape Headless Command Line Parser Impl (headless-cmdline-parser-impl) SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5:35.960s [INFO] Finished at: Sat Sep 05 21:59:07 UTC 2015 [INFO] Final Memory: 99M/259M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project opencl-layout-impl: Compilation failure: Compilation failure: [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[10,32] error: cannot find symbol [ERROR] symbol: class AbstractParallelPartitionLayoutTask [ERROR] location: package org.cytoscape.view.layout [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[23,34] error: cannot find symbol [ERROR] symbol: class AbstractParallelPartitionLayoutTask [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[44,2] error: cannot find symbol [ERROR] symbol: variable edgeWeighter [ERROR] location: class CLLayoutTask [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[45,34] error: cannot find symbol [ERROR] symbol: variable layoutAttribute [ERROR] location: class CLLayoutTask [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[45,2] error: cannot find symbol [ERROR] symbol: variable edgeWeighter [ERROR] location: class CLLayoutTask [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[76,51] error: cannot find symbol [ERROR] symbol: method getClass() [ERROR] location: class CLLayoutTask [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[86,1] error: method does not override or implement a method from a supertype [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[93,1] error: method does not override or implement a method from a supertype [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[164,14] error: cannot find symbol [ERROR] symbol: variable edgeWeighter [ERROR] location: class CLLayoutTask.Layouter [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[169,7] error: cannot find symbol [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-impl/pom.xml> to org.cytoscape/equations-impl/3.3.0-SNAPSHOT/equations-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-impl/target/equations-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/equations-impl/3.3.0-20150905.215424-936/equations-impl-3.3.0-20150905.215424-936.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-impl/target/equations-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/equations-impl/3.3.0-20150905.215424-936/equations-impl-3.3.0-20150905.215424-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/editor-impl/pom.xml> to org.cytoscape/editor-impl/3.3.0-SNAPSHOT/editor-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/editor-impl/target/editor-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/editor-impl/3.3.0-20150905.215733-923/editor-impl-3.3.0-20150905.215733-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/editor-impl/target/editor-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/editor-impl/3.3.0-20150905.215733-923/editor-impl-3.3.0-20150905.215733-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/swing-application-impl/pom.xml> to org.cytoscape/swing-application-impl/3.3.0-SNAPSHOT/swing-application-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/manual-layout-impl/pom.xml> to org.cytoscape/manual-layout-impl/3.3.0-SNAPSHOT/manual-layout-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/manual-layout-impl/target/manual-layout-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/manual-layout-impl/3.3.0-20150905.215847-922/manual-layout-impl-3.3.0-20150905.215847-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/manual-layout-impl/target/manual-layout-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/manual-layout-impl/3.3.0-20150905.215847-922/manual-layout-impl-3.3.0-20150905.215847-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/table-browser-impl/pom.xml> to org.cytoscape/table-browser-impl/3.3.0-SNAPSHOT/table-browser-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/datasource-biogrid-impl/pom.xml> to org.cytoscape/datasource-biogrid-impl/3.3.0-SNAPSHOT/datasource-biogrid-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-jgraph-impl/pom.xml> to org.cytoscape/layout-jgraph-impl/3.3.0-SNAPSHOT/layout-jgraph-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-jgraph-impl/target/layout-jgraph-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/layout-jgraph-impl/3.3.0-20150905.215837-922/layout-jgraph-impl-3.3.0-20150905.215837-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-jgraph-impl/target/layout-jgraph-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/layout-jgraph-impl/3.3.0-20150905.215837-922/layout-jgraph-impl-3.3.0-20150905.215837-922-sources.jar [ERROR] symbol: variable taskMonitor [ERROR] location: class CLLayoutTask.Layouter [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[170,4] error: cannot find symbol [ERROR] symbol: variable taskMonitor [ERROR] location: class CLLayoutTask.Layouter [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[177,49] error: cannot find symbol [ERROR] symbol: variable cancelled [ERROR] location: class CLLayoutTask.Layouter [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayoutTask.java>:[192,63] error: cannot find symbol [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/core-task-impl/pom.xml> to org.cytoscape/core-task-impl/3.3.0-SNAPSHOT/core-task-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/app-impl/pom.xml> to org.cytoscape/app-impl/3.3.0-SNAPSHOT/app-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/edge-bundler-impl/pom.xml> to org.cytoscape/edge-bundler-impl/3.3.0-SNAPSHOT/edge-bundler-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/table-performance-debug/pom.xml> to org.cytoscape/model-impl-table-performance-debug/3.3.0-SNAPSHOT/model-impl-table-performance-debug-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/table-performance-debug/target/model-impl-table-performance-debug-3.3.0-SNAPSHOT.jar> to org.cytoscape/model-impl-table-performance-debug/3.3.0-20150905.215854-922/model-impl-table-performance-debug-3.3.0-20150905.215854-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/table-performance-debug/target/model-impl-table-performance-debug-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/model-impl-table-performance-debug/3.3.0-20150905.215854-922/model-impl-table-performance-debug-3.3.0-20150905.215854-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/table-performance-debug/target/model-impl-table-performance-debug-3.3.0-SNAPSHOT-jar-with-dependencies.jar> to org.cytoscape/model-impl-table-performance-debug/3.3.0-20150905.215854-922/model-impl-table-performance-debug-3.3.0-20150905.215854-922-jar-with-dependencies.jar [ERROR] symbol: variable cancelled [ERROR] location: class CLLayoutTask.Layouter [ERROR] <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/src/main/java/org/cytoscape/opencl/layout/CLLayout.java>:[51,9] error: no suitable constructor found for TaskIterator(CLLayoutTask) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :opencl-layout-impl [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-functions-impl/pom.xml> to org.cytoscape/equations-functions-impl/3.3.0-SNAPSHOT/equations-functions-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-functions-impl/target/equations-functions-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/equations-functions-impl/3.3.0-20150905.215736-923/equations-functions-impl-3.3.0-20150905.215736-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/equations-functions-impl/target/equations-functions-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/equations-functions-impl/3.3.0-20150905.215736-923/equations-functions-impl-3.3.0-20150905.215736-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter2-impl/pom.xml> to org.cytoscape/filter2-impl/3.3.0-SNAPSHOT/filter2-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter2-impl/target/filter2-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/filter2-impl/3.3.0-20150905.215643-924/filter2-impl-3.3.0-20150905.215643-924.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter2-impl/target/filter2-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/filter2-impl/3.3.0-20150905.215643-924/filter2-impl-3.3.0-20150905.215643-924-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/pom.xml> to org.cytoscape/io-impl-parent/3.3.0-SNAPSHOT/io-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/target/io-impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/io-impl-parent/3.3.0-20150905.215653-924/io-impl-parent-3.3.0-20150905.215653-924-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-impl/impl/pom.xml> to org.cytoscape/vizmap-impl/3.3.0-SNAPSHOT/vizmap-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-impl/impl/target/vizmap-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/vizmap-impl/3.3.0-20150905.215816-923/vizmap-impl-3.3.0-20150905.215816-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-impl/impl/target/vizmap-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/vizmap-impl/3.3.0-20150905.215816-923/vizmap-impl-3.3.0-20150905.215816-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/json-impl/pom.xml> to org.cytoscape/json-impl/3.3.0-SNAPSHOT/json-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/json-impl/target/json-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/json-impl/3.3.0-20150905.215832-922/json-impl-3.3.0-20150905.215832-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/json-impl/target/json-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/json-impl/3.3.0-20150905.215832-922/json-impl-3.3.0-20150905.215832-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/event-impl/impl/pom.xml> to org.cytoscape/event-impl/3.3.0-SNAPSHOT/event-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/event-impl/impl/target/event-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/event-impl/3.3.0-20150905.215637-929/event-impl-3.3.0-20150905.215637-929.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/event-impl/impl/target/event-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/event-impl/3.3.0-20150905.215637-929/event-impl-3.3.0-20150905.215637-929-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-prefuse-impl/pom.xml> to org.cytoscape/layout-prefuse-impl/3.3.0-SNAPSHOT/layout-prefuse-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-prefuse-impl/target/layout-prefuse-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/layout-prefuse-impl/3.3.0-20150905.215839-922/layout-prefuse-impl-3.3.0-20150905.215839-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-prefuse-impl/target/layout-prefuse-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/layout-prefuse-impl/3.3.0-20150905.215839-922/layout-prefuse-impl-3.3.0-20150905.215839-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/headless-application-impl/pom.xml> to org.cytoscape/headless-application-impl/3.3.0-SNAPSHOT/headless-application-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-analyzer-impl/pom.xml> to org.cytoscape/network-analyzer-impl/3.3.0-SNAPSHOT/network-analyzer-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-analyzer-impl/target/network-analyzer-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/network-analyzer-impl/3.3.0-20150905.215900-921/network-analyzer-impl-3.3.0-20150905.215900-921.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-analyzer-impl/target/network-analyzer-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/network-analyzer-impl/3.3.0-20150905.215900-921/network-analyzer-impl-3.3.0-20150905.215900-921-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/gui-cmdline-parser-impl/pom.xml> to org.cytoscape/gui-cmdline-parser-impl/3.3.0-SNAPSHOT/gui-cmdline-parser-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/event-impl/pom.xml> to org.cytoscape/event-impl-parent/3.3.0-SNAPSHOT/event-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/event-impl/target/event-impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/event-impl-parent/3.3.0-20150905.215626-929/event-impl-parent-3.3.0-20150905.215626-929-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/property-impl/pom.xml> to org.cytoscape/property-impl/3.3.0-SNAPSHOT/property-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/psi-mi-impl/impl/pom.xml> to org.cytoscape/psi-mi-impl/3.3.0-SNAPSHOT/psi-mi-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter-impl/pom.xml> to org.cytoscape/filter-impl/3.3.0-SNAPSHOT/filter-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter-impl/target/filter-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/filter-impl/3.3.0-20150905.215640-929/filter-impl-3.3.0-20150905.215640-929.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/filter-impl/target/filter-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/filter-impl/3.3.0-20150905.215640-929/filter-impl-3.3.0-20150905.215640-929-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/scripting-impl/pom.xml> to org.cytoscape/scripting-impl/3.3.0-SNAPSHOT/scripting-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/webservice-biomart-client-impl/pom.xml> to org.cytoscape/webservice-biomart-client-impl/3.3.0-SNAPSHOT/webservice-biomart-client-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/impl/pom.xml> to org.cytoscape/io-impl/3.3.0-SNAPSHOT/io-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/impl/target/io-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/io-impl/3.3.0-20150905.215712-924/io-impl-3.3.0-20150905.215712-924.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/impl/target/io-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/io-impl/3.3.0-20150905.215712-924/io-impl-3.3.0-20150905.215712-924-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/graphml-impl/pom.xml> to org.cytoscape/graphml-impl/3.3.0-SNAPSHOT/graphml-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/graphml-impl/target/graphml-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/graphml-impl/3.3.0-20150905.215741-923/graphml-impl-3.3.0-20150905.215741-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/graphml-impl/target/graphml-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/graphml-impl/3.3.0-20150905.215741-923/graphml-impl-3.3.0-20150905.215741-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-merge-impl/pom.xml> to org.cytoscape/network-merge-impl/3.3.0-SNAPSHOT/network-merge-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-merge-impl/target/network-merge-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/network-merge-impl/3.3.0-20150905.215902-920/network-merge-impl-3.3.0-20150905.215902-920.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/network-merge-impl/target/network-merge-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/network-merge-impl/3.3.0-20150905.215902-920/network-merge-impl-3.3.0-20150905.215902-920-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/table-import-impl/pom.xml> to org.cytoscape/table-import-impl/3.3.0-SNAPSHOT/table-import-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/datasource-impl/pom.xml> to org.cytoscape/datasource-impl/3.3.0-SNAPSHOT/datasource-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/work-swing-impl/impl/pom.xml> to org.cytoscape/work-swing-impl/3.3.0-SNAPSHOT/work-swing-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/ding-presentation-impl/pom.xml> to org.cytoscape/ding-presentation-impl/3.3.0-SNAPSHOT/ding-presentation-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/ding-presentation-impl/3.3.0-20150905.215554-936/ding-presentation-impl-3.3.0-20150905.215554-936.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/ding-presentation-impl/3.3.0-20150905.215554-936/ding-presentation-impl-3.3.0-20150905.215554-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/ding-presentation-impl/target/ding-presentation-impl-3.3.0-SNAPSHOT-tests.jar> to org.cytoscape/ding-presentation-impl/3.3.0-20150905.215554-936/ding-presentation-impl-3.3.0-20150905.215554-936-tests.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/webservice-psicquic-client-impl/pom.xml> to org.cytoscape/webservice-psicquic-client-impl/3.3.0-SNAPSHOT/webservice-psicquic-client-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/sbml-impl/pom.xml> to org.cytoscape/sbml-impl/3.3.0-SNAPSHOT/sbml-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/work-headless-impl/pom.xml> to org.cytoscape/work-headless-impl/3.3.0-SNAPSHOT/work-headless-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/pom.xml> to org.cytoscape/ding-impl/3.3.0-SNAPSHOT/ding-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/target/ding-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/ding-impl/3.3.0-20150905.215457-936/ding-impl-3.3.0-20150905.215457-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/linkout-impl/pom.xml> to org.cytoscape/linkout-impl/3.3.0-SNAPSHOT/linkout-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/linkout-impl/target/linkout-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/linkout-impl/3.3.0-20150905.215840-922/linkout-impl-3.3.0-20150905.215840-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/linkout-impl/target/linkout-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/linkout-impl/3.3.0-20150905.215840-922/linkout-impl-3.3.0-20150905.215840-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/impl/pom.xml> to org.cytoscape/model-impl/3.3.0-SNAPSHOT/model-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/impl/target/model-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/model-impl/3.3.0-20150905.215446-936/model-impl-3.3.0-20150905.215446-936.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/impl/target/model-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/model-impl/3.3.0-20150905.215446-936/model-impl-3.3.0-20150905.215446-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/impl/target/model-impl-3.3.0-SNAPSHOT-tests.jar> to org.cytoscape/model-impl/3.3.0-20150905.215446-936/model-impl-3.3.0-20150905.215446-936-tests.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/search-impl/pom.xml> to org.cytoscape/search-impl/3.3.0-SNAPSHOT/search-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/pom.xml> to org.cytoscape/impl-parent/3.3.0-SNAPSHOT/impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/target/impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/impl-parent/3.3.0-20150905.215353-940/impl-parent-3.3.0-20150905.215353-940-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/swing-util-impl/pom.xml> to org.cytoscape/swing-util-impl/3.3.0-SNAPSHOT/swing-util-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/log-swing-impl/pom.xml> to org.cytoscape/log-swing-impl/3.3.0-SNAPSHOT/log-swing-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/log-swing-impl/target/log-swing-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/log-swing-impl/3.3.0-20150905.215845-922/log-swing-impl-3.3.0-20150905.215845-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/log-swing-impl/target/log-swing-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/log-swing-impl/3.3.0-20150905.215845-922/log-swing-impl-3.3.0-20150905.215845-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/welcome-impl/pom.xml> to org.cytoscape/welcome-impl/3.3.0-SNAPSHOT/welcome-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/psi-mi-impl/performance/pom.xml> to org.cytoscape/psi-mi-impl-performance/3.3.0-SNAPSHOT/psi-mi-impl-performance-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/webservice-impl/pom.xml> to org.cytoscape/webservice-impl/3.3.0-SNAPSHOT/webservice-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/headless-cmdline-parser-impl/pom.xml> to org.cytoscape/headless-cmdline-parser-impl/3.3.0-SNAPSHOT/headless-cmdline-parser-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/application-impl/pom.xml> to org.cytoscape/application-impl/3.3.0-SNAPSHOT/application-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-gui-impl/pom.xml> to org.cytoscape/vizmap-gui-impl/3.3.0-SNAPSHOT/vizmap-gui-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-impl/pom.xml> to org.cytoscape/layout-impl/3.3.0-SNAPSHOT/layout-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-impl/target/layout-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/layout-impl/3.3.0-20150905.215718-923/layout-impl-3.3.0-20150905.215718-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-impl/target/layout-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/layout-impl/3.3.0-20150905.215718-923/layout-impl-3.3.0-20150905.215718-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-layout-impl/pom.xml> to org.cytoscape/opencl-layout-impl/3.3.0-SNAPSHOT/opencl-layout-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/presentation-impl/pom.xml> to org.cytoscape/presentation-impl/3.3.0-SNAPSHOT/presentation-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/pom.xml> to org.cytoscape/model-impl-parent/3.3.0-SNAPSHOT/model-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/target/model-impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/model-impl-parent/3.3.0-20150905.215434-936/model-impl-parent-3.3.0-20150905.215434-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/session-impl/pom.xml> to org.cytoscape/session-impl/3.3.0-SNAPSHOT/session-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/biopax-impl/pom.xml> to org.cytoscape/biopax-impl/3.3.0-SNAPSHOT/biopax-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/biopax-impl/target/biopax-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/biopax-impl/3.3.0-20150905.215407-937/biopax-impl-3.3.0-20150905.215407-937.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/biopax-impl/target/biopax-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/biopax-impl/3.3.0-20150905.215407-937/biopax-impl-3.3.0-20150905.215407-937-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/help-impl/pom.xml> to org.cytoscape/help-impl/3.3.0-SNAPSHOT/help-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/work-swing-impl/pom.xml> to org.cytoscape/work-swing-impl-parent/3.3.0-SNAPSHOT/work-swing-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-executor-impl/pom.xml> to org.cytoscape/command-executor-impl/3.3.0-SNAPSHOT/command-executor-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-executor-impl/target/command-executor-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/command-executor-impl/3.3.0-20150905.215417-936/command-executor-impl-3.3.0-20150905.215417-936.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-executor-impl/target/command-executor-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/command-executor-impl/3.3.0-20150905.215417-936/command-executor-impl-3.3.0-20150905.215417-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/performance-debug/pom.xml> to org.cytoscape/model-impl-performance-debug/3.3.0-SNAPSHOT/model-impl-performance-debug-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/performance-debug/target/model-impl-performance-debug-3.3.0-SNAPSHOT.jar> to org.cytoscape/model-impl-performance-debug/3.3.0-20150905.215850-922/model-impl-performance-debug-3.3.0-20150905.215850-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/performance-debug/target/model-impl-performance-debug-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/model-impl-performance-debug/3.3.0-20150905.215850-922/model-impl-performance-debug-3.3.0-20150905.215850-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/model-impl/performance-debug/target/model-impl-performance-debug-3.3.0-SNAPSHOT-jar-with-dependencies.jar> to org.cytoscape/model-impl-performance-debug/3.3.0-20150905.215850-922/model-impl-performance-debug-3.3.0-20150905.215850-922-jar-with-dependencies.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-cycl-impl/pom.xml> to org.cytoscape/opencl-cycl-impl/3.3.0-SNAPSHOT/opencl-cycl-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-cycl-impl/target/opencl-cycl-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/opencl-cycl-impl/3.3.0-20150905.215906-15/opencl-cycl-impl-3.3.0-20150905.215906-15.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/opencl-cycl-impl/target/opencl-cycl-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/opencl-cycl-impl/3.3.0-20150905.215906-15/opencl-cycl-impl-3.3.0-20150905.215906-15-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/group-impl/pom.xml> to org.cytoscape/group-impl/3.3.0-SNAPSHOT/group-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/group-impl/target/group-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/group-impl/3.3.0-20150905.215614-929/group-impl-3.3.0-20150905.215614-929.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/group-impl/target/group-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/group-impl/3.3.0-20150905.215614-929/group-impl-3.3.0-20150905.215614-929-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/group-impl/target/group-impl-3.3.0-SNAPSHOT-tests.jar> to org.cytoscape/group-impl/3.3.0-20150905.215614-929/group-impl-3.3.0-20150905.215614-929-tests.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-cytoscape-impl/pom.xml> to org.cytoscape/layout-cytoscape-impl/3.3.0-SNAPSHOT/layout-cytoscape-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-cytoscape-impl/target/layout-cytoscape-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/layout-cytoscape-impl/3.3.0-20150905.215835-922/layout-cytoscape-impl-3.3.0-20150905.215835-922.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/layout-cytoscape-impl/target/layout-cytoscape-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/layout-cytoscape-impl/3.3.0-20150905.215835-922/layout-cytoscape-impl-3.3.0-20150905.215835-922-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/pom.xml> to org.cytoscape/viewmodel-impl-parent/3.3.0-SNAPSHOT/viewmodel-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/target/viewmodel-impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/viewmodel-impl-parent/3.3.0-20150905.215605-936/viewmodel-impl-parent-3.3.0-20150905.215605-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/work-impl/pom.xml> to org.cytoscape/work-impl/3.3.0-SNAPSHOT/work-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/psi-mi-impl/pom.xml> to org.cytoscape/psi-mi-impl-parent/3.3.0-SNAPSHOT/psi-mi-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-gui-core-impl/pom.xml> to org.cytoscape/vizmap-gui-core-impl/3.3.0-SNAPSHOT/vizmap-gui-core-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-dialog-impl/pom.xml> to org.cytoscape/command-dialog-impl/3.3.0-SNAPSHOT/command-dialog-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-dialog-impl/target/command-dialog-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/command-dialog-impl/3.3.0-20150905.215413-937/command-dialog-impl-3.3.0-20150905.215413-937.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/command-dialog-impl/target/command-dialog-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/command-dialog-impl/3.3.0-20150905.215413-937/command-dialog-impl-3.3.0-20150905.215413-937-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/impl/pom.xml> to org.cytoscape/viewmodel-impl/3.3.0-SNAPSHOT/viewmodel-impl-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/impl/target/viewmodel-impl-3.3.0-SNAPSHOT.jar> to org.cytoscape/viewmodel-impl/3.3.0-20150905.215610-936/viewmodel-impl-3.3.0-20150905.215610-936.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/impl/target/viewmodel-impl-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/viewmodel-impl/3.3.0-20150905.215610-936/viewmodel-impl-3.3.0-20150905.215610-936-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/viewmodel-impl/impl/target/viewmodel-impl-3.3.0-SNAPSHOT-tests.jar> to org.cytoscape/viewmodel-impl/3.3.0-20150905.215610-936/viewmodel-impl-3.3.0-20150905.215610-936-tests.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/performance/pom.xml> to org.cytoscape/io-impl-performance/3.3.0-SNAPSHOT/io-impl-performance-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/performance/target/io-impl-performance-3.3.0-SNAPSHOT.jar> to org.cytoscape/io-impl-performance/3.3.0-20150905.215753-923/io-impl-performance-3.3.0-20150905.215753-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/performance/target/io-impl-performance-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/io-impl-performance/3.3.0-20150905.215753-923/io-impl-performance-3.3.0-20150905.215753-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/io-impl/performance/target/io-impl-performance-3.3.0-SNAPSHOT-jar-with-dependencies.jar> to org.cytoscape/io-impl-performance/3.3.0-20150905.215753-923/io-impl-performance-3.3.0-20150905.215753-923-jar-with-dependencies.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/performance-debug/pom.xml> to org.cytoscape/ding-impl-performance-debug/3.3.0-SNAPSHOT/ding-impl-performance-debug-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/performance-debug/target/ding-impl-performance-debug-3.3.0-SNAPSHOT.jar> to org.cytoscape/ding-impl-performance-debug/3.3.0-20150905.215730-923/ding-impl-performance-debug-3.3.0-20150905.215730-923.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/performance-debug/target/ding-impl-performance-debug-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/ding-impl-performance-debug/3.3.0-20150905.215730-923/ding-impl-performance-debug-3.3.0-20150905.215730-923-sources.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/ding-impl/performance-debug/target/ding-impl-performance-debug-3.3.0-SNAPSHOT-jar-with-dependencies.jar> to org.cytoscape/ding-impl-performance-debug/3.3.0-20150905.215730-923/ding-impl-performance-debug-3.3.0-20150905.215730-923-jar-with-dependencies.jar [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-impl/pom.xml> to org.cytoscape/vizmap-impl-parent/3.3.0-SNAPSHOT/vizmap-impl-parent-3.3.0-SNAPSHOT.pom [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/cytoscape-3-impl/ws/vizmap-impl/target/vizmap-impl-parent-3.3.0-SNAPSHOT-sources.jar> to org.cytoscape/vizmap-impl-parent/3.3.0-20150905.215804-923/vizmap-impl-parent-3.3.0-20150905.215804-923-sources.jar channel stopped -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cytoscape-cvs. For more options, visit https://groups.google.com/d/optout.
