Re: project.replaceProperties()

2009-09-30 Thread Raja Nagendra Kumar
Nice to know that good changes happening in the next release of ant. Thank you Stefan. Regards, Nagendra -- View this message in context: http://www.nabble.com/project.replaceProperties%28%29-tp25631397p25677980.html Sent from the Ant - Dev mailing list archive at Nabble.com. --

Re: project.replaceProperties()

2009-09-30 Thread Stefan Bodewig
On 2009-09-30, Raja Nagendra Kumar wrote: > Stefan, you are correct.. We did make few modifcations to ant source and this > has side effect else where.. > We are trying to support multiple property references resolutions with in a > string some thing like this.. > Project p = getProject(); > p.

Re: project.replaceProperties()

2009-09-30 Thread Raja Nagendra Kumar
Stefan, you are correct.. We did make few modifcations to ant source and this has side effect else where.. We are trying to support multiple property references resolutions with in a string some thing like this.. Project p = getProject(); p.setProperty("nagrama", "nagiest"); p.setProperty("n", "

Re: project.replaceProperties()

2009-09-28 Thread Stefan Bodewig
On 2009-09-27, Raja Nagendra Kumar wrote: > In a custom task, when using replaceProperties() method is replacing the all > the properties, including those does exist. For properties which does not > exist, it replace them with null. Would it be possible to control not to > touch upon those proper