Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 28703 invoked from network); 1 Aug 2008 05:42:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 05:42:20 -0000 Received: (qmail 7801 invoked by uid 500); 1 Aug 2008 05:42:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 7766 invoked by uid 500); 1 Aug 2008 05:42:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 7755 invoked by uid 99); 1 Aug 2008 05:42:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2008 22:42:17 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.106.47] (HELO web39701.mail.mud.yahoo.com) (209.191.106.47) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Aug 2008 05:41:21 +0000 Received: (qmail 21562 invoked by uid 60001); 1 Aug 2008 05:41:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=eoV+JIVNDfW5zlgNfKMlYwgbfoJwKxROp60nyGsddioyTkYnklKojqCCQePw2p+LcEmjnUp3cOSlTqNyAx8r6DIHHBS/u4TM5T/D+MzgBQ+PFcCl35qcz8fDKjlXPY1Vrqd43l36GmlHdz1d/B93S0xeB0ykFwQbegGyAS1D2tI=; Received: from [80.152.25.60] by web39701.mail.mud.yahoo.com via HTTP; Thu, 31 Jul 2008 22:41:46 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Thu, 31 Jul 2008 22:41:46 -0700 (PDT) From: Hans Schwaebli Reply-To: hans_schwaebli@yahoo.com Subject: Re: How to call Ant scripts from Maven scripts the right way? To: Ant Users List In-Reply-To: <48920E5F.2040507@free.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-767477633-1217569306=:21278" Message-ID: <532332.21278.qm@web39701.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-767477633-1217569306=:21278 Content-Type: text/plain; charset=us-ascii Then I would need to change pathes if I move the Ant scripts to the maven file. I am looking for a solution, where Maven does not interfere with the relative pathes in the Ant scripts at all (basedir, dots etc.). This would be the easiest. --- On Thu, 7/31/08, supareno wrote: From: supareno Subject: Re: How to call Ant scripts from Maven scripts the right way? To: "Ant Users List" Date: Thursday, July 31, 2008, 3:11 PM it is the right way :-) > How can I start Ant scripts from withing Maven scripts? > > I tried > > > But it had problems with the relative path names and properties then. > for the properties, if you have some properties to define from maven to ant, you can use this example: for the path name, it depends of your build file. you can try by putting the build.xml file at the same level as the pom.xml file.. > Anyone knows the foolproof way to call Ant scripts from Maven? > hope this help > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --0-767477633-1217569306=:21278--