certainly well taken :D
On Sat, 19 Feb 2011, Gilbert Rebhan wrote:
Original Message
Subject: Re: Change property value
From: Scot P. Floess
To: Ant Users List
Date: Sat Feb 19 2011 00:56:10 GMT+0100 (CET)
Beanshell is pretty good as well...and may as well be Java ;)
Original Message
Subject: Re: Change property value
From: Scot P. Floess
To: Ant Users List
Date: Sat Feb 19 2011 00:56:10 GMT+0100 (CET)
> Beanshell is pretty good as well...and may as well be Java ;)
>
>
>> solution 2, use some scripting language runnin
Beanshell is pretty good as well...and may as well be Java ;)
solution 2, use some scripting language running in JVM
and make use of ant api. Groovy [2] recommended, because IMO (after
using javascript/rhino and jruby in ant before) groovy has the best
compatibility to java and the task is gre
Original Message
Subject: Change property value
From: shaffic
To: user@ant.apache.org
Date: Fri Feb 18 2011 14:24:22 GMT+0100 (CET)
>
> is the any alter method to change the property value which is initializd
>
> Thanks
> Shaffic
In core ant properties are immutable - for go
You can use the task from the Ant Contrib library:
http://ant-contrib.sourceforge.net/tasks/tasks/index.html
--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
http://www.tabbysplace.org/
On Fri, Feb 18, 2011 at 10:27 AM, Stefan Bodewig wrote:
>
On Feb 18, 2011, at 9:27 AM, Stefan Bodewig wrote:
> On 2011-02-18, shaffic wrote:
>
>> is the any alter method to change the property value which is initializd
>
> No. In Ant properties are immutable by design.
>
Do check out the task and see if it will help, however.
Matt
> Stefan
>
>
On 2011-02-18, shaffic wrote:
> is the any alter method to change the property value which is initializd
No. In Ant properties are immutable by design.
Stefan
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For addit
Shaffic,
You can use "var" task.
unset the property you want to reuse
.
More info at
http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html
-manas
On Fri, Feb 18, 2011 at 11:19 AM, shaffic wrote:
>
> HI All,
> I Created a property and value ad initilized.now i want to change the