From issues-return-1449-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Mon Aug 18 11:35:27 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 33638 invoked from network); 18 Aug 2008 11:35:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 11:35:26 -0000 Received: (qmail 81576 invoked by uid 500); 18 Aug 2008 11:35:25 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 81560 invoked by uid 500); 18 Aug 2008 11:35:25 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 81549 invoked by uid 99); 18 Aug 2008 11:35:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 04:35:24 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 11:34:28 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2BDB714A8043 for ; Mon, 18 Aug 2008 06:34:27 -0500 (CDT) Message-ID: <26026387.1219059267044.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 18 Aug 2008 06:34:27 -0500 (CDT) From: "Karsten Thoms (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1569) Release of a flat structure multi-module project doesn't work MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145314#action_145314 ] Karsten Thoms commented on CONTINUUM-1569: ------------------------------------------ Another workaround for *nix systems is to add symbolic links in the working directory that point to the actual working directory of the submodules. ln -s example: ln -s 14 JEEFrameworkRefApp ln -s 15 JEEFrameworkRefAppJAVA Drawback: This will only work for one instance of the multimodule project. If you maintain branch builds this won't work. > 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: > > ../JEEFrameworkRefAppJAVA > ../JEEFrameworkRefAppEJB > ../JEEFrameworkRefAppWAR > ../JEEFrameworkRefAppEAR > > In the child modules poms: > > com.te.refapp > JEEFrameworkRefApp > 1.0-SNAPSHOT > .../JEEFrameworkRefApp/pom.xml > > 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