Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-beta-3
-
Component/s: None
-
Labels:None
-
Environment:Java 5 Update 12
Maven 2.0.4
-
Complexity:Intermediate
-
Number of attachments :
Description
The following error occurs when trying to prepare a release of a project:
java.io.FileNotFoundException: 1/pom.xml (No such file or directory)
Note: It used to work on 1.1-beta-1 version.
I noticed that the WORKING_DIRECTORY column of the PROJECT table does not contain the absolute path anymore. So when invoking the project.getWorkingDirectory() method on ReleasePrepareAction class you will get as result the relative path only.
This bug can be reproduced by doing a fresh install, adding a new Maven 2 project and preparing its release.
Attachments
Issue Links
| This issue is related to: | ||||
| CONTINUUM-1303 | working directory in database should be a relative path so that configuration changes take effect |
|
|
|
The same issue was reported by another person on Continuum user list. Please refer to http://www.nabble.com/Release-FileNotFoundException--tf4348711s177.html#a12390186