DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40291>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40291 Summary: classpath uses colon, ":", as path separator under windows Product: Ant Version: 1.6.5 Platform: PC OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] classpath uses colon, ":", as path separator under windows for example the following: <echo message="cp = ${run.classpath}"/> <echo message="separator = ${path.separator}"/> produces: cp = C:\lejos.3.0.0\lib\classes.jar:C:\lejos.3.0.0\lib\rcxcomm.jar:build/classes separator = ; in general, under windows both java and javac accept the colon but I am running tinyvm and it does not. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
