See 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/1247/changes>

Changes:

[kono] Visual Property Tree version of view model.

------------------------------------------
Started by an SCM change
Checking out http://chianti.ucsd.edu/svn/core3/viewmodel-impl/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/test/java/org/cytoscape/view
A         src/test/java/org/cytoscape/view/model
A         src/test/java/org/cytoscape/view/model/CyNetworkViewTest.java
A         src/test/java/org/cytoscape/view/model/CyNodeViewTest.java
A         src/test/resources
AU        src/test/resources/log4j.properties
A         src/integration
A         src/integration/java
A         src/integration/java/org
A         src/integration/java/org/cytoscape
A         src/integration/java/org/cytoscape/view
A         src/integration/java/org/cytoscape/view/ITViewModelImpl.java
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/model
A         src/main/java/org/cytoscape/view/model/internal
A         src/main/java/org/cytoscape/view/model/internal/EdgeViewImpl.java
A         src/main/java/org/cytoscape/view/model/internal/NodeViewImpl.java
A         src/main/java/org/cytoscape/view/model/internal/SizeConverter.java
A         
src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java
A         src/main/java/org/cytoscape/view/model/internal/NetworkViewImpl.java
A         
src/main/java/org/cytoscape/view/model/internal/RootVisualLexiconImpl.java
A         src/main/java/org/cytoscape/view/model/internal/ViewImpl.java
A         
src/main/java/org/cytoscape/view/model/internal/ColorPassthroughConverter.java
A         
src/main/java/org/cytoscape/view/model/internal/NetworkViewFactoryImpl.java
A         src/main/javadoc
A         src/main/javadoc/org
A         src/main/javadoc/org/cytoscape
A         src/main/javadoc/org/cytoscape/viewmodel
A         src/main/javadoc/org/cytoscape/viewmodel/events
A         src/main/javadoc/org/cytoscape/viewmodel/events/package.html
A         src/main/javadoc/org/cytoscape/viewmodel/package.html
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 21877
No emails were triggered.
Parsing POMs
[trunk] $ java -cp 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.369.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.369.jar 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.369.jar
 40120 
/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%20View%20Model%20Impl/ws/trunk/pom.xml>
 deploy
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building org.cytoscape.viewmodel-impl
[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 9 source files to 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/target/classes>
[INFO] [recovering meta-data]
[HUDSON] Archiving 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/pom.xml>
 to /R1/resources/webapps/cytoscape_build_sys/hudson_home/jobs/Cy3 View Model 
Impl/modules/org.cytoscape$viewmodel-impl/builds/2010-09-15_17-00-44/archive/org.cytoscape/viewmodel-impl/1.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[5,31]
 cannot find symbol
symbol  : class VisualLexiconManager
location: package org.cytoscape.view.model

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[8,49]
 cannot find symbol
symbol: class VisualLexiconManager
public class VisualLexiconManagerImpl implements VisualLexiconManager {

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[30,9]
 cannot find symbol
symbol  : method mergeLexicon(org.cytoscape.view.model.VisualLexicon)
location: interface org.cytoscape.view.model.VisualLexicon

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[25,1]
 method does not override or implement a method from a supertype

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[33,1]
 method does not override or implement a method from a supertype

<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/src/main/java/org/cytoscape/view/model/internal/VisualLexiconManagerImpl.java>:[42,1]
 method does not override or implement a method from a supertype


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Wed Sep 15 17:00:52 EDT 2010
[INFO] Final Memory: 50M/493M
[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.viewmodel-impl
[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.2
[INFO] [sonar-core:internal]
[INFO]  Database dialect class org.sonar.api.database.dialect.MySql
[INFO]  -------------  Analyzing org.cytoscape.viewmodel-impl
[INFO]  Selected quality profile : Cytoscape, language=java
[INFO]  Configure maven plugins...
[INFO]  Sensor JavaSourceImporter...
[INFO]  Sensor JavaSourceImporter done: 413 ms
[INFO]  Sensor AsynchronousMeasuresSensor...
[INFO]  Sensor AsynchronousMeasuresSensor done: 39 ms
[INFO]  Sensor SquidSensor...
[INFO]  Java AST scan...
[INFO]  Java AST scan done: 374 ms
[INFO]  Squid extraction...
[INFO]  Squid extraction done: 166 ms
[INFO]  Sensor SquidSensor done: 582 ms
[INFO]  Sensor ProfileSensor...
[INFO]  Sensor ProfileSensor done: 16 ms
[INFO]  Sensor ProjectLinksSensor...
[INFO]  Sensor ProjectLinksSensor done: 5 ms
[INFO]  Sensor VersionEventsSensor...
[INFO]  Sensor VersionEventsSensor done: 78 ms
[INFO]  Sensor Maven dependencies...
[INFO]  Sensor Maven dependencies done: 191 ms
[INFO]  Execute maven plugin findbugs-maven-plugin...
[INFO] ------------------------------------------------------------------------
[INFO] Building org.cytoscape.viewmodel-impl
[INFO]    task-segment: [org.codehaus.mojo:findbugs-maven-plugin:2.3.1:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing findbugs:findbugs
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [pax:compile]
[INFO] Compiling 9 source files to 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20View%20Model%20Impl/ws/trunk/target/classes>
[INFO] [recovering meta-data]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Can not execute Sonar

Embedded error: Unable to execute maven plugin
Compilation failure
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Wed Sep 15 17:01:14 EDT 2010
[INFO] Final Memory: 74M/720M
[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