You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/02/05 01:42:41 UTC

DO NOT REPLY [Bug 16789] - backslash in build.properties

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16789

backslash in build.properties





------- Additional Comments From stevel@apache.org  2003-02-05 00:42 -------
This is happening way down in the java runtime. build properties files are like
any other java Properties file, and follow the same rules. How are we meant to
deal with this? by editing the java runtime?