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 [EMAIL PROTECTED] 2002-10-07 07:05 ------- Michael, Websphere is running on a 1.1 JDK, yes? The problem is that the backslash escaping is necessary and Ant uses the defined way, but that they are not compatible between 1.1 and 1.2+. In fact, I haven't found any way to escape spaces in the keys of a properties file for JDK 1.1 (see Ant's testcase for <input> for an ugly example). The neat thing is that JDK 1.1 is unable to read a properties file created by store (or was it save) using the same JDK. I'm afraid this is a case of CANTFIX. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
