AW: How to remove a property from a file

2009-08-25 Thread Jan.Materne
>> I added that as in revision >> 806154. >> > >I don't know the release schedule for Ant. What version will this >revision be available into, and when can I expect it? Good news: Stefan has volunteered to be the release manager and he is working on that. So I would expect a release (with a very

Re: How to remove a property from a file

2009-08-25 Thread Francis GALIEGUE
On Thu, Aug 20, 2009 at 15:04, wrote: [...] > > I added that as in revision > 806154. > I don't know the release schedule for Ant. What version will this revision be available into, and when can I expect it? Thanks in advance, -- Francis Galiegue ONE2TEAM Ingénieur système Mob : +33 (0) 683 8

AW: How to remove a property from a file

2009-08-20 Thread Jan.Materne
>> Ant's task allows to update a file's properties, but >> how do you _remove_ a property from a file? >> >> The problem is that the number and name of properties in the file is >> arbitrary... And while I could use external tools for it, I'd rather >> not. Is there a "pure" ant solution? > >Usin

Re: How to remove a property from a file

2009-08-20 Thread Ognjen Blagojevic
Francis GALIEGUE wrote: Hello everyone, Ant's task allows to update a file's properties, but how do you _remove_ a property from a file? The problem is that the number and name of properties in the file is arbitrary... And while I could use external tools for it, I'd rather not. Is there a "pu

How to remove a property from a file

2009-08-20 Thread Francis GALIEGUE
Hello everyone, Ant's task allows to update a file's properties, but how do you _remove_ a property from a file? The problem is that the number and name of properties in the file is arbitrary... And while I could use external tools for it, I'd rather not. Is there a "pure" ant solution? -- Fr