AW: ant task and Ant options

2005-07-14 Thread Jan.Materne
che Nachricht- >Von: Jeffrey E Care [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 11. Juli 2005 19:22 >An: Ant Users List >Betreff: Re: ant task and Ant options > >One of the gurus may have a better solution, but I think that >you're going to have to use the or tasks

Re: ant task and Ant options

2005-07-11 Thread Jeffrey E Care
One of the gurus may have a better solution, but I think that you're going to have to use the or tasks to fork a new VM for Ant in order to pass those options. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.op

ant task and Ant options

2005-07-11 Thread Paul Munsey \(pmunsey\)
I'm using the ant task to start a secondary build and I want to pass along logger options. Does anyone know how to pass along either the '-e' option or '-logger ...' option into an ant task? The command line options I use for the initial Ant command do not get passed down into the secondary ant ca