* 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
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]>
* 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
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
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