Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 56977 invoked from network); 25 Aug 2008 15:28:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 15:28:56 -0000 Received: (qmail 17110 invoked by uid 500); 25 Aug 2008 15:28:54 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 17078 invoked by uid 500); 25 Aug 2008 15:28:54 -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 17067 invoked by uid 99); 25 Aug 2008 15:28:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 08:28:54 -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, 25 Aug 2008 15:27:57 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id DC6EC14A8043 for ; Mon, 25 Aug 2008 10:28:26 -0500 (CDT) Message-ID: <7987870.1219678106882.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 25 Aug 2008 10:28:26 -0500 (CDT) From: "Napoleon Esmundo C. Ramirez (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1850) Build Failure with Multimodule project - with flat file structure In-Reply-To: <4660833.1219404266828.JavaMail.haus-jira@codehaus01.managed.contegix.com> 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-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145888#action_145888 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-1850: -------------------------------------------------------- So it seems that removing --non-recursive doesn't make sense in this kind of structure. There are lots of issues reporting the wrong build order of the projects in a project group. Currently in Continuum's implementation, building all the projects in a project group will queue the projects in the build queue, with the order defined by the dependency relationships and by the build state. I'd like to suggest using a persistent backing queue for a multi-module project that is defined upon adding it in Continuum. This will serve as a backbone for that group's build that will ensure that the build order will stay as it was at the time it was added. > Build Failure with Multimodule project - with flat file structure > ----------------------------------------------------------------- > > Key: CONTINUUM-1850 > URL: http://jira.codehaus.org/browse/CONTINUUM-1850 > Project: Continuum > Issue Type: Bug > Components: Core system > Affects Versions: 1.2 > Reporter: Jevica Arianne B. Zurbano > > Building a multi-module project with flat file structure works fine in command line, but when hosted in Continuum, it's failing. > Project structure is: > parent-project > '-- pom.xml > module1 > '-- pom.xml > module2 > '-- pom.xml > module3 > '-- pom.xml > Modules are included in the parent-project\pom.xml. > relativePath of parent-project is specified in the child POMs. > This issue is related to http://jira.codehaus.org/browse/CONTINUUM-1569. -- 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