Hi all, I see Ant tasks that can do string substitution in a file. Is there any way to do that in a simple string? I want to remove trailing spaces from property values.
The reason I ask is that we use properties files to specify property values such as file names. Occasionally someone will put an extra space at the end of a file name, which is impossible to see in a text editor, but the extra space can cause the build to fail. Thanks, Scott Stark
