Re: Calling a target from within a target and passing arguments...

2005-06-22 Thread Bijo Alex Thomas
Jan >-Ursprüngliche Nachricht- >Von: Jeffrey E Care [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 21. Juni 2005 00:06 >An: Ant Users List >Betreff: Re: Calling a target from within a target and passing >arguments... > >Check the manual for the task. > >-- &g

Re: Calling a target from within a target and passing arguments...

2005-06-20 Thread Jeffrey E Care
Check the manual for the task. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Santoshi, Vishal" <[EMAIL PROTECTED]> wrote on 06/20/2005 05:56:05 PM: > Is it possible to call a

RE: Calling a target from within a target and passing arguments...

2005-06-20 Thread Santoshi, Vishal
Cool .. Thanks for the quick response... -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 5:01 PM To: Ant Users List Subject: Re: Calling a target from within a target and passing arguments... Yes, it can, is what you are looking for. HTH

Re: Calling a target from within a target and passing arguments...

2005-06-20 Thread Ivan Ivanov
Yes, it can, is what you are looking for. HTH Ivan --- "Santoshi, Vishal" <[EMAIL PROTECTED]> wrote: > Is it possible to call a target from within another > target and pass in > arguments to the called target ? > > Or > > Is this possible? > > > > > > > > > __