Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.1 (Alpha)
-
Component/s: None
-
Labels:None
-
Environment:Continuum 1.3.1-SNAPSHOT trunk r734446
-
Complexity:Intermediate
-
Number of attachments :
Description
I enabled distributed builds and successfully built a project on an agent.
When I attempt to Prepare Release for the project, I get:
Error Occurred
java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileReader.<init>(FileReader.java:55)
at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:158)
at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
(It's looking for the source code on the master, but the checkout is on one of the agents.)
Issue Links
| This issue is related to: | ||||
| CONTINUUM-2043 | Release should happen on a build agent rather than on the master |
|
|
|
Author: ctan
Date: Wed Jan 14 23:20:59 2009
New Revision: 734620
URL: http://svn.apache.org/viewvc?rev=734620&view=rev
Log:
fix release by checking-out source code when in distributed builds mode