Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 52059 invoked from network); 22 Mar 2008 09:13:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2008 09:13:18 -0000 Received: (qmail 95275 invoked by uid 500); 22 Mar 2008 09:13:16 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 95238 invoked by uid 500); 22 Mar 2008 09:13:16 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 95227 invoked by uid 99); 22 Mar 2008 09:13:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Mar 2008 02:13:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Sat, 22 Mar 2008 09:12:25 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A2F3614A803D for ; Sat, 22 Mar 2008 04:12:45 -0500 (CDT) Message-ID: <13865407.1206177165664.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sat, 22 Mar 2008 04:12:45 -0500 (CDT) From: "Benjamin Bentmann (JIRA)" To: issues@maven.apache.org Subject: [jira] Updated: (MNG-3475) Some directories are not basedir aligned In-Reply-To: <7898527.1206123346397.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/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Bentmann updated MNG-3475: ----------------------------------- Attachment: (was: base-directory-alignment.patch) > Some directories are not basedir aligned > ---------------------------------------- > > Key: MNG-3475 > URL: http://jira.codehaus.org/browse/MNG-3475 > Project: Maven 2 > Issue Type: Bug > Components: POM > Affects Versions: 2.0.8 > Reporter: Benjamin Bentmann > Attachments: base-directory-alignment.patch > > > The output from > {code:xml} > ${project.build.sourceDirectory} > ${project.build.testSourceDirectory} > ${project.build.scriptSourceDirectory} > ${project.build.directory} > ${project.build.outputDirectory} > ${project.build.testOutputDirectory} > ${project.reporting.outputDirectory} > {code} > delivers something like > {noformat} > [echo] M:\maven\z\antrun\src\main\java > [echo] M:\maven\z\antrun\src\test\java > [echo] src/main/scripts > [echo] M:\maven\z\antrun\target > [echo] M:\maven\z\antrun\target\classes > [echo] M:\maven\z\antrun\target\test-classes > [echo] target/site > {noformat} > revealing that neither the script source directory nor the reporting output directory are basedir aligned. -- 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