Hi,

I have the same problems. Did anyone manege to solve them ?

Regards 
Esben

On Tuesday, January 24, 2012 10:47:06 PM UTC+1, Etienne, Stephane wrote:
>
> This may not be the most appropriate list for these but here it goes 
> anyway. In an effort to debug and better understand some issues we are 
> having, we decided to download, compile and debug Jenkins. I am using 
> Netbeans 7.1 and following the instructions from this page: 
> https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins. I am trying 
> to build using a Windows 7 machine. It fails when building either from the 
> command prompt (mvn -Plight-test install) or Netbeans with what looks like 
> the same errors. Below is what looks like the most relevant output when 
> building “Jenkins main module”:
>
>  
>
>  
>
> [install:install]
>
> Installing C:\jenkins\cli\target\cli-1.450-SNAPSHOT.jar to 
> C:\Users\setienne\.m2\repository\org\jenkins-ci\main\cli\1.450-SNAPSHOT\cli-1.450-SNAPSHOT.jar
>
> Installing C:\jenkins\cli\pom.xml to 
> C:\Users\setienne\.m2\repository\org\jenkins-ci\main\cli\1.450-SNAPSHOT\cli-1.450-SNAPSHOT.pom
>
> Installing 
> C:\jenkins\cli\target\cli-1.450-SNAPSHOT-jar-with-dependencies.jar to 
> C:\Users\setienne\.m2\repository\org\jenkins-ci\main\cli\1.450-SNAPSHOT\cli-1.450-SNAPSHOT-jar-with-dependencies.jar
>
>                                                                         
>
> ------------------------------------------------------------------------
>
> Building Jenkins core 1.450-SNAPSHOT
>
> ------------------------------------------------------------------------
>
> .
>
> .
>
> .
>
> -------------------------------------------------------
>
> T E S T S
>
> -------------------------------------------------------
>
> .
>
> .
>
> .
>
> Running hudson.util.io.ReopenableRotatingFileOutputStreamTest
>
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec 
> <<< FAILURE!
>
> Running hudson.util.ProcessTreeTest
>
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.155 sec 
> <<< FAILURE!
>
> Running hudson.UtilTest
>
> Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.14 sec 
> <<< FAILURE!
>
>  
>
> Results :
>
>  
>
> Failed tests:   
> testRotation(hudson.util.io.ReopenableRotatingFileOutputStreamTest): 
> expected:<Content[4]> but was:<Content[2]>
>
>  
>
> Tests in error: 
>
>   testRemoting(hudson.util.ProcessTreeTest): Failed to open process 
> error=87 at .\envvar-cmdline.cpp:53
>
>   testIsSymlink(hudson.UtilTest): got: <false>, expected: is <true>
>
>  
>
> Tests run: 2489, Failures: 1, Errors: 2, Skipped: 0
>
>  
>
> ------------------------------------------------------------------------
>
> Reactor Summary:
>
>  
>
> Jenkins main module ............................... SUCCESS [2.744s]
>
> Jenkins CLI ....................................... SUCCESS [5.541s]
>
> Jenkins core ...................................... FAILURE [1:13.504s]
>
> Maven Integration plugin .......................... SKIPPED
>
> Jenkins war ....................................... SKIPPED
>
> Test harness for Jenkins and plugins .............. SKIPPED
>
> Jenkins UI sample plugin .......................... SKIPPED
>
> ------------------------------------------------------------------------
>
> BUILD FAILURE
>
> ------------------------------------------------------------------------
>
>  
>
> When building “Jenkins war”, I get this:
>
>  
>
> cd C:\jenkins\war; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.7.0" 
> "\"C:\\Program Files\\NetBeans 7.1\\java\\maven\\bin\\mvn.bat\"" install
>
> Scanning for projects...
>
>                                                                         
>
> ------------------------------------------------------------------------
>
> Building Jenkins war 1.450-SNAPSHOT
>
> ------------------------------------------------------------------------
>
> The POM for org.jenkins-ci.main:jenkins-core:jar:1.450-SNAPSHOT is 
> missing, no dependency information available
>
> The POM for org.jenkins-ci.main:maven-plugin:jar:1.450-SNAPSHOT is 
> missing, no dependency information available
>
> ------------------------------------------------------------------------
>
> BUILD FAILURE
>
> ------------------------------------------------------------------------
>
> Total time: 1.137s
>
> Finished at: Tue Jan 24 13:46:34 PST 2012
>
> Final Memory: 7M/245M
>
> ------------------------------------------------------------------------
>
> Failed to execute goal on project jenkins-war: Could not resolve 
> dependencies for project 
> org.jenkins-ci.main:jenkins-war:war:1.450-SNAPSHOT: The following artifacts 
> could not be resolved: org.jenkins-ci.main:jenkins-core:jar:1.450-SNAPSHOT, 
> org.jenkins-ci.main:maven-plugin:jar:1.450-SNAPSHOT: Failure to find 
> org.jenkins-ci.main:jenkins-core:jar:1.450-SNAPSHOT in 
> http://maven.jenkins-ci.org/content/repositories/snapshots/ was cached in 
> the local repository, resolution will not be reattempted until the update 
> interval of maven.jenkins-ci.org has elapsed or updates are forced -> 
> [Help 1]
>
>  
>

Reply via email to