[ http://jira.codehaus.org/browse/CONTINUUM-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101679 ]
Olivier Lamy commented on CONTINUUM-1302: ----------------------------------------- In fact, you must have windows svn first in your cygwin path (due to this SCM-213). Try : which svn. If the output is /usr/bin/svn, tests won't work. If your windows svn.exe is in c:\Subversion\bin, you must : export PATH=C:\\Subversion\\bin:$PATH > Build requires tests disabled > ----------------------------- > > Key: CONTINUUM-1302 > URL: http://jira.codehaus.org/browse/CONTINUUM-1302 > Project: Continuum > Issue Type: Bug > Components: Testing > Affects Versions: 1.1-alpha-2 > Environment: Cygwin/winXP/Java1.5/Maven 2.0.6 > Reporter: Tim Pizey > Fix For: Future > > > Building for the first time on a machine: > build.sh and build.sh fail for Maven 2.06 and 2.0.7 with missing > ClassWorldsLauncher > Build page: > http://maven.apache.org/continuum/guides/development/guide-build-continuum.html > does not mention need to download Sun jars. > I could not understand last paragraph about assembly:assembly. > mvn install fails the test for continuum-release: > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.344 sec <<< > FAILURE! > testReleases(org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest) > Time elapsed: 1.203 sec <<< ERROR! > java.io.FileNotFoundException: > c:\continuum\continuum-release\target\test-classes\work-dir\pom.xml (The > system cannot find the path specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at org.codehaus.plexus.util.FileUtils.fileRead(FileUtils.java:273) > at > org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.releaseSimpleProject(ReleaseTaskExecutorTest.java:110) > at > org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleases(ReleaseTaskExecutorTest.java:129) > mvn -Dmaven.test.skip=true install does work !! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira