See <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/1385/changes>

Changes:

[ruschein] Created a new CyColumn class.

------------------------------------------
Started by an SCM change
Checking out http://chianti.ucsd.edu/svn/core3/layout-cytoscape-impl/trunk
A         osgi.bnd
A         src
A         src/main
A         src/main/java
A         src/main/java/csplugins
A         src/main/java/csplugins/layout
A         src/main/java/csplugins/layout/Profile.java
A         src/main/java/csplugins/layout/algorithms
A         
src/main/java/csplugins/layout/algorithms/GroupAttributesLayout.java.broken
A         src/main/java/csplugins/layout/algorithms/GroupAttributesLayout.java
A         src/main/java/csplugins/layout/algorithms/StackedNodeLayout.java
A         src/main/java/csplugins/layout/algorithms/circularLayout
A         
src/main/java/csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithm.java
A         
src/main/java/csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithmTask.java
A         
src/main/java/csplugins/layout/algorithms/GroupAttributesLayoutTask.java
A         src/main/java/csplugins/layout/algorithms/StackedNodeLayoutTask.java
A         src/main/java/csplugins/layout/algorithms/bioLayout
A         
src/main/java/csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithm.java
A         
src/main/java/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
A         
src/main/java/csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask.java
A         
src/main/java/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithmTask.java
A         
src/main/java/csplugins/layout/algorithms/bioLayout/BioLayoutAlgorithm.java
A         src/main/java/csplugins/layout/algorithms/graphPartition
A         
src/main/java/csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask.java
A         
src/main/java/csplugins/layout/algorithms/graphPartition/AttributeCircleLayout.java
A         
src/main/java/csplugins/layout/algorithms/graphPartition/ISOMLayout.java
A         
src/main/java/csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask.java
A         
src/main/java/csplugins/layout/algorithms/graphPartition/ISOMLayoutTask.java
A         
src/main/java/csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayout.java
A         src/main/java/csplugins/layout/algorithms/graphPartition/Layout.java
A         src/main/java/csplugins/layout/algorithms/hierarchicalLayout
A         
src/main/java/csplugins/layout/algorithms/hierarchicalLayout/Graph.java
A         
src/main/java/csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithm.java
A         src/main/java/csplugins/layout/algorithms/hierarchicalLayout/Edge.java
A         
src/main/java/csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithmTask.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 23985
Parsing POMs
[trunk] $ java -cp 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.385.jar:/R1/tools/maven/apache-maven-2.1.0/boot/classworlds-1.1.jar
 hudson.maven.agent.Main /R1/tools/maven/apache-maven-2.1.0 
/R1/resources/webservers/tomcat_2/webapps/hudson/WEB-INF/lib/remoting-1.385.jar 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.385.jar
 46624 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/pom.xml> 
deploy
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building org.cytoscape.layout-cytoscape-impl [csplugins.layout]
[INFO]    task-segment: [deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [pax:compile]
[INFO] Compiling 23 source files to 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/target/classes>
[INFO] [recovering meta-data]
[HUDSON] Archiving 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/pom.xml> 
to /R1/resources/webapps/cytoscape_build_sys/hudson_home/jobs/Cy3 Layout 
impl/modules/org.cytoscape$layout-cytoscape-impl/builds/2011-01-31_19-18-39/archive/org.cytoscape/layout-cytoscape-impl/3.0.0-alpha2-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask.java>:[10,26]
 cannot find symbol
symbol  : class CyColumn
location: package org.cytoscape.model

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/GroupAttributesLayoutTask.java>:[145,25]
 cannot find symbol
symbol  : method getColumn(java.lang.String)
location: interface org.cytoscape.model.CyTable

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask.java>:[51,11]
 cannot find symbol
symbol  : method getColumn(java.lang.String)
location: interface org.cytoscape.model.CyTable

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask.java>:[52,8]
 <T>createColumn(java.lang.String,java.lang.Class<? extends T>) in 
org.cytoscape.model.CyTable cannot be applied to 
(java.lang.String,java.lang.Class<java.lang.Double>,boolean)

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask.java>:[59,9]
 cannot find symbol
symbol  : class CyColumn
location: class 
csplugins.layout.algorithms.graphPartition.AttributeCircleLayoutTask

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/src/main/java/csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask.java>:[60,52]
 cannot find symbol
symbol  : method getColumn(java.lang.String)
location: interface org.cytoscape.model.CyTable


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Mon Jan 31 19:18:48 EST 2011
[INFO] Final Memory: 46M/492M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: [email protected]
channel stopped
[trunk] $ /R1/tools/maven/apache-maven-2.1.0/bin/mvn 
org.codehaus.sonar:sonar-maven-plugin:1.8:sonar 
-Dsonar.jdbc.driver=com.mysql.jdbc.Driver -Dsonar.jdbc.username=sonar 
-Dsonar.jdbc.password=deploysonar 
-Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar 
-Dsonar.host.url=http://localhost:8021/sonar/ -Dsonar.skipInstall=true
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building org.cytoscape.layout-cytoscape-impl [csplugins.layout]
[INFO]    task-segment: [org.codehaus.sonar:sonar-maven-plugin:1.8:sonar] 
(aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [sonar:sonar]
[INFO] Sonar host: http://localhost:8021/sonar
[INFO] Sonar version: 2.4
[INFO] [sonar-core:internal]
[INFO]  Database dialect class org.sonar.jpa.dialect.MySql
[INFO]  -------------  Analyzing org.cytoscape.layout-cytoscape-impl 
[csplugins.layout]
[INFO]  Selected quality profile : [name=Cytoscape,language=java]
[INFO]  Configure maven plugins...
[INFO]  Sensor JavaSourceImporter...
[INFO]  Sensor JavaSourceImporter done: 553 ms
[INFO]  Sensor AsynchronousMeasuresSensor...
[INFO]  Sensor AsynchronousMeasuresSensor done: 33 ms
[INFO]  Sensor SquidSensor...
[INFO]  Java AST scan...
[INFO]  Java AST scan done: 2063 ms
[INFO]  Java bytecode scan...
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask$ISOMVertexData' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayout' is not accessible 
through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/Layout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/Profile' is not accessible through the 
ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/LayerOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/TwinDoubleSortNode' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask$AttributeComparator'
 is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask$1' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Edge' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchyFlowLayoutOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask$PartialDerivatives'
 is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithmTask' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/DoubleSortNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Graph' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask$1' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/IntSortNode' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithmTask'
 is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask$ISOMVertexData' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayout' is not accessible 
through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/Layout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/Profile' is not accessible through the 
ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/LayerOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/TwinDoubleSortNode' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask$AttributeComparator'
 is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask$1' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Edge' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchyFlowLayoutOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask$PartialDerivatives'
 is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithmTask' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/DoubleSortNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Graph' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask$1' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/IntSortNode' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithmTask'
 is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask$ISOMVertexData' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayout' is not accessible 
through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/Layout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/Profile' is not accessible through the 
ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/LayerOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/TwinDoubleSortNode' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask$AttributeComparator'
 is not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask$1' is 
not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Edge' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/graphPartition/ISOMLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchyFlowLayoutOrderNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithm' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/bioLayout/BioLayoutKKAlgorithmTask$PartialDerivatives'
 is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/StackedNodeLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/circularLayout/CircularLayoutAlgorithmTask' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/DoubleSortNode' 
is not accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/Graph' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/bioLayout/BioLayoutAlgorithm' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/GroupAttributesLayoutTask$1' is not 
accessible through the ClassLoader.
[WARN]  Class 'csplugins/layout/algorithms/hierarchicalLayout/IntSortNode' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayout' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/AttributeCircleLayoutTask' is not 
accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/graphPartition/DegreeSortedCircleLayoutTask' is 
not accessible through the ClassLoader.
[WARN]  Class 
'csplugins/layout/algorithms/hierarchicalLayout/HierarchicalLayoutAlgorithmTask'
 is not accessible through the ClassLoader.
[INFO]  Java bytecode scan done: 59 ms
[INFO]  Squid extraction...
[INFO]  Package design analysis...
[INFO]  Package design analysis done: 9 ms
[INFO]  Squid extraction done: 666 ms
[INFO]  Sensor SquidSensor done: 2905 ms
[INFO]  Sensor FindbugsSensor...
[INFO]  Execute Findbugs 1.3.9...
[INFO]  Findbugs output report: 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/target/sonar/findbugs-result.xml>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Can not execute Sonar

Embedded error: Can not execute Findbugs
No classes found to analyze in 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Layout%20impl/ws/trunk/target/classes>
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/model-api/3.0.0-alpha3-SNAPSHOT/model-api-3.0.0-alpha3-SNAPSHOT.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/event-api/3.0.0-alpha3/event-api-3.0.0-alpha3.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/viewmodel-api/3.0.0-alpha3/viewmodel-api-3.0.0-alpha3.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/layout-api/3.0.0-alpha1/layout-api-3.0.0-alpha1.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/presentation-api/3.0.0-alpha1/presentation-api-3.0.0-alpha1.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/core-task-api/3.0.0-alpha2/core-task-api-3.0.0-alpha2.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/work-api/3.0.0-alpha2/work-api-3.0.0-alpha2.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/session-api/3.0.0-alpha2/session-api-3.0.0-alpha2.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/vizmap-api/3.0.0-alpha2/vizmap-api-3.0.0-alpha2.jar
 
*/R1/resources/M2_MAVEN/repository/org/cytoscape/property-api/3.0.0-alpha2/property-api-3.0.0-alpha2.jar
 */R1/resources/M2_MAVEN/repository/cytoscape-temp/colt/1.2.0/colt-1.2.0.jar 
*/R1/resources/M2_MAVEN/repository/org/ops4j/pax/logging/pax-logging-api/1.5.2/pax-logging-api-1.5.2.jar
 */tmp/findbugs1671496279998340596.jar */tmp/findbugs6105903672554979840.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/resources.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/rt.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/jsse.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/jce.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/charsets.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/ext/dnsns.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/ext/localedata.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/ext/sunjce_provider.jar 
*/R1/tools/java/jdk1.6.0_20/jre/lib/ext/sunpkcs11.jar 
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Jan 31 19:19:12 EST 2011
[INFO] Final Memory: 41M/491M
[INFO] ------------------------------------------------------------------------

-- 
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.

Reply via email to