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=8513>. 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=8513 PropertyFile task unnecessarily escapes colons in the value section ------- Additional Comments From [EMAIL PROTECTED] 2002-04-29 21:15 ------- The task uses Java's Properties class. From the Java documentation: The key and value characters #, !, =, and : are written with a preceding slash to ensure that they are properly loaded. As for comments being preserved, I'm not sure how that would work, given the current way this is all being done. (It's also why the order of the properties in the file isn't preserved, either.) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
