Re: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Antoine Levy-Lambert
2006 12:08:01 +0200 Von: Holger Rauch <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task) > Hi Antoine, > > after googling a bit, I found this: > > http://www.oopsconsultancy.com/software/xmltask/#

Re: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Brian Agnew
I've not followed this conversation in detail, but you can use XMLTask to create a new build.xml and exec a new copy of Ant solely to execute this. Brian On Mon, September 11, 2006 11:08, Holger Rauch wrote: > Hi Antoine, > > after googling a bit, I found this: > > http://www.oopsconsultancy.com/

AW: Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Jan.Materne
t.apache.org >Betreff: Invoking Ant XML fragments (Was:Re: Adding variable >no of elements to task) > >Hi Antoine, > >after googling a bit, I found this: > >http://www.oopsconsultancy.com/software/xmltask/#examples > >=> It's possible to create an XML fragment des

Invoking Ant XML fragments (Was:Re: Adding variable no of elements to task)

2006-09-11 Thread Holger Rauch
Hi Antoine, after googling a bit, I found this: http://www.oopsconsultancy.com/software/xmltask/#examples => It's possible to create an XML fragment describing the task (including the elements for the stylesheet parameters) But that leads me to a totally different question: Is it possible

Re: Adding variable no of elements to task

2006-09-10 Thread Antoine Levy-Lambert
Holger, Original-Nachricht Datum: Fri, 8 Sep 2006 13:57:21 +0200 Von: Holger Rauch <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Adding variable no of elements to task > - The stylesheet parameters supposed to be passed to the XSLT processor > should be

Adding variable no of elements to task

2006-09-08 Thread Holger Rauch
Hi, I'm faced with the following situation: - The stylesheet parameters supposed to be passed to the XSLT processor should be configurable from the "outside world", like this - I want to provide a macro that creates a bunch of elements with name and expression attributes based on the numb