See <http://cytoscape.wodaklab.org/hudson/job/Cy3%20Plugin%20API/642/changes>

Changes:

[kono] Network IO refactored.  Network Readers read network model only in run() 
method.  View creation is optional.

------------------------------------------
Started by an SCM change
Checking out http://chianti.ucsd.edu/svn/core3/plugin-api/trunk
A         osgi.bnd
A         src
A         src/test
A         src/test/java
A         src/test/java/org
A         src/test/java/org/cytoscape
A         src/test/java/org/cytoscape/plugin
A         src/test/java/org/cytoscape/plugin/CyPluginTest.java
A         src/test/java/org/cytoscape/plugin/CyPluginAdapterTest.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/plugin
A         src/main/java/org/cytoscape/plugin/package-info.java
A         src/main/java/org/cytoscape/plugin/CyPlugin.java
A         src/main/java/org/cytoscape/plugin/CyPluginAdapter.java
A         pom.xml
 U        .
At revision 24968
Found mavenVersion 3.0.3 from file 
jar:file:/R1/tools/maven/apache-maven-3.0.3/lib/maven-core-3.0.3.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
No emails were triggered.
Parsing POMs
[trunk] $ java -cp 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.401.jar:/R1/tools/maven/apache-maven-3.0.3/boot/plexus-classworlds-2.4.jar
 org.jvnet.hudson.maven3.agent.Maven3Main /R1/tools/maven/apache-maven-3.0.3 
/R1/resources/webservers/tomcat_2/webapps/jenkins/WEB-INF/lib/remoting-1.401.jar
 
/R1/resources/webapps/cytoscape_build_sys/hudson_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.401.jar
 39657
<===[HUDSON REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Plugin%20API/ws/trunk/pom.xml> 
deploy
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.cytoscape:plugin-api:bundle:3.0.0-alpha3-SNAPSHOT
[WARNING] The expression ${version} is deprecated. Please use 
${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use 
${project.version} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.cytoscape.plugin-api 3.0.0-alpha3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
plugin-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Plugin%20API/ws/trunk/src/main/resources>
[INFO] 
[INFO] --- maven-pax-plugin:1.5-SNAPSHOT:compile (default-compile) @ plugin-api 
---
[INFO] Compiling 3 source files to 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Plugin%20API/ws/trunk/target/classes>
[INFO] [recovering meta-data]
mojoFailed org.ops4j:maven-pax-plugin:1.5-SNAPSHOT(default-compile)
projectFailed org.cytoscape:plugin-api:3.0.0-alpha3-SNAPSHOT
[JENKINS] Archiving 
<http://cytoscape.wodaklab.org/hudson/job/Cy3%20Plugin%20API/ws/trunk/pom.xml> 
to /R1/resources/webapps/cytoscape_build_sys/hudson_home/jobs/Cy3 Plugin 
API/modules/org.cytoscape$plugin-api/builds/2011-05-09_16-03-48/archive/org.cytoscape/plugin-api/3.0.0-alpha3-SNAPSHOT/pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.159s
[INFO] Finished at: Mon May 09 16:03:56 EDT 2011
[INFO] Final Memory: 22M/222M
[INFO] ------------------------------------------------------------------------
maven builder waiting
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.ops4j:maven-pax-plugin:1.5-SNAPSHOT:compile (default-compile) on project 
plugin-api: Compilation failure
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
        at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:146)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:124)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
        at hudson.remoting.UserRequest.perform(UserRequest.java:114)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:270)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation 
failure
        at 
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at 
org.ops4j.pax.construct.lifecycle.BundleCompilerMojo.execute(BundleCompilerMojo.java:74)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 27 more
Sending e-mails to: [email protected]
channel stopped
Skipping sonar analysis due to SCM build trigger

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to