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=14553>. 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=14553 Add support for a separate CLASSPATH Summary: Add support for a separate CLASSPATH Product: Ant Version: 1.5.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Wrapper scripts AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In our buildenvironment we attempt to keep the CLASSPATH as clean as possible (read: it is empty) - so it will not influence other java programs. Thus it would be nice to be able to set an ANTCLASSPATH that would be included on the LOCALCLASSPATH when running ant. It is not an viable option to copy the needed libraries to ant's lib directory because that would lead to having duplicats of the same .jars in the build environment - and that is not good. A simple cahnge to do in ant.cmd set LOCALCLASSPATH=%CLASSPATH% should read set LOCALCLASSPATH=%ANTCLASSPATH%;%CLASSPATH% -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
