[
http://jira.codehaus.org/browse/CONTINUUM-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148844#action_148844
]
Chris Graham commented on CONTINUUM-1569:
-----------------------------------------
It is related to SCM-392, however, once you fix the flat structure for SVN to
work, you end up with the release manager not coping with the flat structure
either - which I think is the true underlying cause of this issue.
In general, the entire issue of flat structures needs to be addressed, and
IMHO, quickly.
-Chris
> Release of a flat structure multi-module project doesn't work
> -------------------------------------------------------------
>
> Key: CONTINUUM-1569
> URL: http://jira.codehaus.org/browse/CONTINUUM-1569
> Project: Continuum
> Issue Type: Bug
> Environment: continuum on win-xp, cvs on linux
> Reporter: Gianni Buzzeri
> Priority: Critical
> Fix For: 1.x
>
>
> Structure in CVS
> - Parent
> - Ear
> - War
> - Ejb-Jar
> - Java
> In the parent pom:
> <modules>
> <module>../JEEFrameworkRefAppJAVA</module>
> <module>../JEEFrameworkRefAppEJB</module>
> <module>../JEEFrameworkRefAppWAR</module>
> <module>../JEEFrameworkRefAppEAR</module>
> </modules>
> In the child modules poms:
> <parent>
> <groupId>com.te.refapp</groupId>
> <artifactId>JEEFrameworkRefApp</artifactId>
> <version>1.0-SNAPSHOT</version>
> <relativePath>.../JEEFrameworkRefApp/pom.xml</relativePath>
> </parent>
> Adding the parent pom to continuum I had all the projects created and they
> build successfully when scheduled or when build is forced.
> BUT..
> when I click on release and then "prepare project for release" I get:
> java.io.FileNotFoundException:
> C:\build\continuum-1.1-beta-4\apps\continuum\webapp\WEB-INF\working-directory\14\..\JEEFrameworkRefAppJAVA\pom.xml
> (The system cannot find the path specified)
> Is there something wrong I do or is this a Continuum problem?
> Note that: when we used to have parent pom one level above sub-modules pom,
> release worked fine. But that kind of structure is not friendly to our
> development tools so we need to use a flat one.
> Thanks
--
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