Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
. >> >> But...what library are you using for call? If it is available in Ant >> Contrib...what version? >> >> On Thu, 22 Jan 2009, norken76 wrote: >> >>> >>> I know that it works with and I mentioned that, but I want to >>> use >&g

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
nt/keros/trunk/folder/foo.zip.. > > Here is the code I have in place: > > > > > > > > > > > > > > > > > > > > > I think the difference is I am using antcall... Again unfamliar with unset > and call... > > On Thu, 22 Jan 2009, norken76 wrote: > &

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
NO. that doesn't work either, thanks Scot P. Floess-2 wrote: > > > Sorry type-o on my end... > > I am unfamiliar with - that's from ant contrib > > That is strange...the unset I mean not working... > > How about trying > >

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
does not support 'unset' attribute, unset itself is to unset a variable. I have even tried : but still no luck. it looks like the variable get's stuck somewhere only for the called target :) thanks Scot P. Floess-2 wrote: > > > How about, > > > >

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
sure here it is :

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
ed may things. no success. thank you Blaine Simpson wrote: > > You don't need ant-contrib for this. Just use antcall with nested param > elements. > > norken76 wrote: >> Hi there, >> Has anyone tried to pass in params to a called target via 'calltarg

Re: AW: Call a target with parameter?

2009-01-22 Thread norken76
Hi there, Has anyone tried to pass in params to a called target via 'calltarget' of antcontrib (without creating new project) OR maybe a different way to achieve this goal (pass param to a called target without creating new project) I've tried using (set and unset after the target is called) but

Re: AW: Substituting the value according to the property name

2008-02-06 Thread norken76
Ursprüngliche Nachricht- > Von: Martin Gainty [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Februar 2008 00:21 > An: Ant Users List > Betreff: Re: Substituting the value according to the property name > > could your provide an example on how you envision using ${${x}} >

Re: Substituting the value according to the property name

2008-02-06 Thread norken76
xample on how you envision using ${${x}} > > thanks > M- > - Original Message - > From: "norken76" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, February 05, 2008 6:12 PM > Subject: Re: Substituting the value according to the property name > > >>

Re: Substituting the value according to the property name

2008-02-05 Thread norken76
Hello guys, I couldn't find a hint for my question.. so I am asking it here. so, has anyone used a way to achieve the ${${x}} which means.. to get a value of a property value. thanks Srinivas_Chandolu wrote: > >> We are replacing the occurrence of a string with another value by >> rea