-----Original Message-----
From: Raja Nagendra Kumar [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 2:48 PM
To: user@ant.apache.org
Subject: Way to unset perticular prefix properties


/*
Hi,
Would like to find a way to unset all the properties which have a
certain
prefix.

Using propertyset I could collect all such properties. However not sure
how
to unset each of them.. is there a way to iterate the property set.. so
that
i could antcontrib var unset approach.
*/

i use the <unset> task from the Antelope tasksuite like that =

<echoproperties prefix="foo"
        destfile="path/to/file/with/props_to_reset" />

<unset file="path/to/file/with/props_to_reset" />


Antelope =
http://antelope.tigris.org/


Regards, Gilbert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to