Unable to release when Distributed Build is enabled
---------------------------------------------------
Key: CONTINUUM-2035
URL: http://jira.codehaus.org/browse/CONTINUUM-2035
Project: Continuum
Issue Type: Bug
Affects Versions: 1.3.1
Environment: Continuum 1.3.1-SNAPSHOT trunk r734446
Reporter: Wendy Smoak
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:
/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such
file or directory)
{noformat}
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)
...
{noformat}
(It's looking for the source code on the master, but the checkout is on one of
the agents.)
--
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