Re: How to?: add target dependencies

2005-02-12 Thread Alan Gutierrez
* Mark Lundquist <[EMAIL PROTECTED]> [2005-02-12 09:01]: > > Hey Alan, good to hear from you! > > On Feb 11, 2005, at 5:57 PM, Alan Gutierrez wrote: > > >Mark > > > >I'm now using XSLT to generate my Ant files. Any place where > >there is iteration, or any sort of logic, XSLT makes i

Re: A project for GUI input ?

2005-02-12 Thread sourdak-ant
There is also the AntForm project http://antforms.sourceforge.net/ that provided user-input support in a form-based manner. --- Ninju Bohra <[EMAIL PROTECTED]> a écrit : > It was the antigen project on sourceforge > > http://antigen.sourceforge.net/ > > --- Yves Martin <[EMAIL PROTECTED]>

Re: How to?: add target dependencies

2005-02-12 Thread Alan Gutierrez
* Mark Lundquist <[EMAIL PROTECTED]> [2005-02-12 09:01]: > > Hey Alan, good to hear from you! > > On Feb 11, 2005, at 5:57 PM, Alan Gutierrez wrote: > > >Mark > > > >I'm now using XSLT to generate my Ant files. Any place where > >there is iteration, or any sort of logic, XSLT makes i

Re: How to?: add target dependencies

2005-02-12 Thread Mark Lundquist
On Feb 11, 2005, at 10:01 AM, Matt Benson wrote: I don't know what version of ant-contrib you are using, but later versions include the for task which is a hybrid of foreach and macrodef, whose chief benefit is that it avoids the incursion of an entirely new project context, unlike foreach. Transl

Re: How to?: add target dependencies

2005-02-12 Thread Mark Lundquist
Hey Alan, good to hear from you! On Feb 11, 2005, at 5:57 PM, Alan Gutierrez wrote: Mark I'm now using XSLT to generate my Ant files. Any place where there is iteration, or any sort of logic, XSLT makes it simple and straghtforward. I know you work with XSLT, so I'm going to enc