Re: How to insert properties into a file?
naries or jar files > @{file} is the file with the properties > @{casesensitive} what you'd expect. > > Hope this fits your needs. > > Douglas Bullard > > On Apr 7, 2008, at 16:25, coltsith wrote: > >> >> Hi, >> >> I have a
How to insert properties into a file?
Hi, I have a file of string properties and I need to be able to insert ant properties into it where referenced. So, for example: # text.file # app.version=${version} app.name=${name} app.author=John Doe # props.file # version=4 name=My Application I need a task