Return-Path: Delivered-To: apmail-shale-issues-archive@locus.apache.org Received: (qmail 49212 invoked from network); 11 Nov 2006 03:18:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 03:18:18 -0000 Received: (qmail 84705 invoked by uid 500); 11 Nov 2006 03:18:29 -0000 Delivered-To: apmail-shale-issues-archive@shale.apache.org Received: (qmail 84664 invoked by uid 500); 11 Nov 2006 03:18:29 -0000 Mailing-List: contact issues-help@shale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shale.apache.org Delivered-To: mailing list issues@shale.apache.org Received: (qmail 84655 invoked by uid 99); 11 Nov 2006 03:18:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 19:18:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 19:18:17 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9497E7142CD for ; Fri, 10 Nov 2006 19:17:57 -0800 (PST) Message-ID: <2196030.1163215077590.JavaMail.jira@brutus> Date: Fri, 10 Nov 2006 19:17:57 -0800 (PST) From: "Wendy Smoak (JIRA)" To: issues@shale.apache.org Subject: [jira] Commented: (SHALE-323) Wrong output directoryname in shale-archetype-blank pom In-Reply-To: <20257685.1162364218450.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/struts/browse/SHALE-323?page=comments#action_38666 ] Wendy Smoak commented on SHALE-323: ----------------------------------- As far as I can tell, ${project.build.directory} is a valid property, and it works. It's listed in the properties guide [1] and that same configuration is in use in multiple poms to copy the Selenium code into various example apps. Hermod, let me know if the pom configuration is not working (not copying the files) otherwise I'm inclined to close this as won't fix. [1] http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide > Wrong output directoryname in shale-archetype-blank pom > ------------------------------------------------------- > > Key: SHALE-323 > URL: http://issues.apache.org/struts/browse/SHALE-323 > Project: Shale > Issue Type: Bug > Affects Versions: 1.0.3 > Reporter: Hermod Opstvedt > > In the shale-archetype-blank pom (under archetype-resources) the wrong maven output directory name has been used. Below is the patch > Index: pom.xml > =================================================================== > --- pom.xml (revisjon 469786) > +++ pom.xml (arbeidskopi) > @@ -72,7 +72,7 @@ > c:/java/apache-tomcat-5.5.17 > > target/tomcat5x.log > target/tomcat5x.out > @@ -128,7 +128,7 @@ > 0.7.0 > > > - ${project.build.directory}/selenium > + ${project.build.outputDirectory}/selenium > > > > @@ -141,10 +141,10 @@ > process-resources > > > - > - > + > + > > - > + > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira