RE: Replace Question

2006-12-19 Thread Master, Tariq \(Abbeywood\)
n: Ant Users List >Betreff: Re: Replace Question > >If you are running Ant 1.6.3 or later, you can use the >condition: > > > > > > > >The skip.replacement property will be set if the file already contains >the replacement

Re: Replace Question

2006-12-15 Thread Andrew Goktepe
If you are running Ant 1.6.3 or later, you can use the condition: The skip.replacement property will be set if the file already contains the replacement text. You can then run conditionally on this property. You could also use ant-contrib with to combine t