RE: Replace Question
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
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