Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.1-beta-2
-
None
-
None
-
Java 5 Update 12
Maven 2.0.4
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
Attachments
Issue Links
- is related to
-
CONTINUUM-1303 working directory in database should be a relative path so that configuration changes take effect
- Closed