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=5219>. 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=5219 PathConvert task only allows single character path separators [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-01-30 02:56 ------- Alan: I find this use case you gave to modify PathConvert invalid. An alternative for you is to use the <replace> task to convert all \ to \\ in the file after generating the file. In Ant words... <pathconvert pathsep="\" property="newpath" refid="oldpath"> <...write to properties file prop.txt/> <replace file="prop.txt" token="\" value="\\"/> I will mark this Problem Report as 'WontFix'. Please reopen this with additional details if the solution I suggest will not work for you. Thanks, Magesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
