From continuum-dev-return-3645-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Tue Dec 13 16:41:49 2005 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 59499 invoked from network); 13 Dec 2005 16:41:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Dec 2005 16:41:49 -0000 Received: (qmail 28213 invoked by uid 500); 13 Dec 2005 09:35:09 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 28194 invoked by uid 500); 13 Dec 2005 09:35:08 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 28183 invoked by uid 99); 13 Dec 2005 09:35:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 01:35:08 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 01:35:07 -0800 Received: (qmail 6657 invoked by uid 89); 13 Dec 2005 09:34:46 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 13 Dec 2005 09:34:46 -0000 Message-ID: <80906532.1134466486772.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 13 Dec 2005 03:34:46 -0600 (CST) From: "Emmanuel Venisse (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Closed: (CONTINUUM-381) maven 1 build does not honor relative POM filename in build definition In-Reply-To: <18305548.1130444591335.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-381?page=all ] Emmanuel Venisse closed CONTINUUM-381: -------------------------------------- Assign To: Emmanuel Venisse Resolution: Fixed Fix Version: 1.0.2 already fixed > maven 1 build does not honor relative POM filename in build definition > ---------------------------------------------------------------------- > > Key: CONTINUUM-381 > URL: http://jira.codehaus.org/browse/CONTINUUM-381 > Project: Continuum > Type: Bug > Components: Core system > Versions: 1.0 > Environment: Linux otis 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:46:40 EDT 2004 i686 i686 i386 GNU/Linux > java version "1.5.0_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) > Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) > Reporter: Doug Douglass > Assignee: Emmanuel Venisse > Fix For: 1.0.2 > > > Setting up a build defintion for a maven 1 multiproject where the "parent" POM is in a sibling directory to the "child" modules. Set the POM filename in the build definition to the relative path of the "parent" POM (e.g., "build/project.xml"). > The build fails with: > org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Could not find Maven project descriptor. > at org.apache.maven.continuum.execution.maven.m1.MavenOneBuildExecutor.updateProjectFromCheckOut(MavenOneBuildExecutor.java:79) > at org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:59) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:168) > at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103) > at java.lang.Thread.run(Thread.java:595) > The build definition setting for POM filename is never consulted in MavenOneBuildExecutor.updateProjectFromCheckOut -- it is hard-coded to "project.xml" in the current directory. -- 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