https://bz.apache.org/bugzilla/show_bug.cgi?id=58898
--- Comment #2 from KM <[email protected]> --- As per the WHATSNEW file I see that the modifications for this issue change the interpretation/evaluation of quotes within an ant argument. I have an issue with 1.9.7. Previously with ant 1.9.6 and earlier the line expanded to -Dbr.cmd="co-r ", which is correct. Now after updating to Ant 1.9.7 the expansion is messed up. It actually evaluates to '-Dbr.cmd="co'-r ' " ' including all of the quotes shown. Itβs hard to read so I added spaces around the one double quote at the end. It actually looks like βββ. Then ant gives the error -r option invalid, because as you can see the -r is abandoned between the literal single quotes. Needless to say, that I can modify the scripts we use, so the field itself does not contain the double quotes, and that the field is only surrounded by them. But I was surprised that my build failed almost immediately as ant was kicked off. -- You are receiving this mail because: You are the assignee for the bug.
