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

2005-06-22 Thread Bijo Alex Thomas
- From: <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 11:15 AM Subject: AW: Calling a target from within a target and passing arguments... I would use called 'a' with x='@{x}' and y='@{y}' needs Ant 1.6+ cheers

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

2005-06-21 Thread Santoshi, Vishal
esday, June 21, 2005 7:47 AM To: Ant Users List Subject: Re: AW: Calling a target from within a target and passing arguments... could also work, depending on what needs to be performed by the callee. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling

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

2005-06-21 Thread Jeffrey E Care
icht- > >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 ta

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

2005-06-20 Thread Jan.Materne
Users List >Betreff: Re: Calling a target from within a target and passing >arguments... > >Check the manual for the task. > >-- >Jeffrey E. Care ([EMAIL PROTECTED]) >WebSphere Build SWAT Team Lead >WebSphere Build Tooling Lead (Project Mantis) >https://w3.open

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? > > > > > > > > > __

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

2005-06-20 Thread Santoshi, Vishal
Is it possible to call a target from within another target and pass in arguments to the called target ? Or Is this possible?