-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: PC, OS: Windows XP
I downloaded the latest Hudson, but my project won't build with it. This is the
console output from the build:
started
[vigilog] $ "C:\Program Files\Java\jdk1.6.0_01\jre\bin\java" cp "C:\apache
tomcat-6.0.10\webapps\hudson\WEB-INF\lib\maven-agent-1.103.jar;C:\Program
Files\Apache Software Foundation\maven-2.0.6\boot\classworlds-1.1.jar"
hudson.maven.agent.Main "C:\Program Files\Apache Software Foundation\maven-
2.0.6" C:\apache-tomcat-6.0.10\webapps\hudson\WEB-INF\lib\remoting-1.103.jar
C:\apache-tomcat-6.0.10\webapps\hudson\WEB-INF\lib\maven-interceptor-1.103.jar
channel started
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Vigilog
[INFO] task-segment: [package]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://repo1.maven.org/maven2/org/jdesktop/animation/timing/timingframework/0.5/timingframework-0.5.pom
The downloading line is the last and it stayed that way for several minutes. I
then did "prepare for shutdown", which added this to the console output:
FATAL: null
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at hudson.remoting.Request.call(Request.java:81)
at hudson.remoting.Channel.call(Channel.java
:240)
at hudson.maven.MavenBuild$RunnerImpl.doRun(MavenBuild.java:261)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:121)
at hudson.model.Run.run(Run.java:559)
at hudson.maven.MavenBuild.run
(MavenBuild.java:124)
at hudson.model.Executor.run(Executor.java:61)
Any idea what might be wrong? You can try to build my project if you want, it is
open source, the svn url is
https://vigilog.svn.sourceforge.net/svnroot/vigilog/trunk
and the maven target I used was 'package'
- duplicates
-
JENKINS-1458 Maven build hangs on Windows
- Closed