Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 25575 invoked from network); 25 Aug 2006 14:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 14:31:27 -0000 Received: (qmail 33285 invoked by uid 500); 25 Aug 2006 14:31:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 33245 invoked by uid 500); 25 Aug 2006 14:31:21 -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 33234 invoked by uid 99); 25 Aug 2006 14:31:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 07:31:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 Aug 2006 07:31:20 -0700 Received: (qmail 21437 invoked by uid 0); 25 Aug 2006 14:30:58 -0000 Received: from 66.28.87.10 by www111.gmx.net with HTTP; Fri, 25 Aug 2006 16:30:58 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Aug 2006 16:30:58 +0200 From: "Antoine Levy-Lambert" In-Reply-To: <20060825131847.40588.qmail@web51713.mail.yahoo.com> Message-ID: <20060825143058.218900@gmx.net> MIME-Version: 1.0 References: <20060825131847.40588.qmail@web51713.mail.yahoo.com> Subject: Re: Deed need for preprocessing To: "Ant Users List" X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 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 Hello, before you go the generation route, should you not first try to create a common build file which your different build files would import and which would contain some common targets and some macro definitions ? If you absolutely have to do generation, XSLT is a possibility. I have also seen velocity used to generate ant build files, it works and is kind of neat. I do not know webmacro nor xmlpreprocess. Regards, Antoine -------- Original-Nachricht -------- Datum: Fri, 25 Aug 2006 06:18:47 -0700 (PDT) Von: Hessu X An: user@ant.apache.org Betreff: Deed need for preprocessing > Hello, > > I am using ant to keep my projects in sensible order. It also gives me > possibility efficient run of process by parallel tasks. > I am not building, just massaging builds to amount of different > packages. > And I am not doing java. > > I am looking something to shrink dozens of my partly hardcoded ant xml > files for reasonable manner. I 'm very close to get in the situation of > maintenance chaos (same data in several places etc). > > I thought something like preprocessor: it should take a project file and > generate ant build file so I could feed it to ant with generated > properties. > > I have several options on checking : > > * webmacro-2.0 > * velocity > * xmlpreprocess > http://xmlpreprocess.sourceforge.net/ > > Any comments on these?! > More ideas? > > > > > > --------------------------------- > Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small > Business. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org