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/08/27 14:59:57 UTC

DO NOT REPLY [Bug 13313] - PropertyFile task output

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=13313>.
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=13313

PropertyFile task output





------- Additional Comments From antoine@apache.org  2003-08-27 12:59 -------
I have had a look at this bug report.

1) When one uses Properties#load with a property file containing 
somekey=D\:/mydir, Java has then in memory somekey ==> D:/mydir (OK)
So Websphere might not be using Properties#load to read the property file.

2) We might want to be more flexible than Websphere and solve the issue on our side.

3) The patch attached to this bug report works certainly in simple cases, but
will not for instance save properly non ASCII characters which need to be
UNICODE escaped.

4) I have had a look at the bug report 13323 which is also about the
PropertyFile task and contains a larger patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org