@ant.apache.org
Sent: Wednesday, August 5, 2009 11:09:23 PM
Subject: RE: AW: AW: Reversing a list
Hello people
I have used javascript code written above and i gave new proerty name for
each iteration while calling javascript scriptdef.. It works fine..
Thanks for useful replies :)
Joshua Wunder-2
>"Try giving the property a new name"
>
>I didnt get this..
>pls can u explain ??
In your script is:
//Here i am accessing list as "project.references.varId.list" . It
will give its values
// Here i am doing all operation do reverse and filter
//then i am doing
project.referenc
; http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html
>
> -Original Message-
> From: Raagu [mailto:rknilekani2...@gmail.com]
> Sent: Wednesday, August 05, 2009 16:36
> To: user@ant.apache.org
> Subject: Re: AW: AW: Reversing a list
>
>
> "Try giving th
For these situations I like to use the following:
http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html
-Original Message-
From: Raagu [mailto:rknilekani2...@gmail.com]
Sent: Wednesday, August 05, 2009 16:36
To: user@ant.apache.org
Subject: Re: AW: AW: Reversing a list
"Try giving the property a new name"
I didnt get this..
pls can u explain ??
Jan.Materne wrote:
>
>>How can i access the the newlist here (outside task)
>>I tried ${list}
>>But it is giving old values .. which is set initially..
>>please do reply.
>
> Maybe you are not doing a
>How can i access the the newlist here (outside task)
>I tried ${list}
>But it is giving old values .. which is set initially..
>please do reply.
Maybe you are not doing anything wrong.
Properties in Ant are immutable. Try giving the property a new name.
Jan