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=32683>. 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=32683 Summary: Java Target Needs Improved bootclasspath options Product: Ant Version: 1.6.2 Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I want to do a -Xbootclasspath/p: However as of ANT 1.6.2, the source code is "Hard-Coded" as follows: Starting at Line 361 of package org.apache.tools.ant.types.CommandlineJava.java if (haveBootclasspath(true)) { listIterator.add("-Xbootclasspath:" + bootclasspath.toString()); } I would like to be able to pass in a "prepend" (i.e. "/p:") apend (i.e. "/a:") or nothing (i.e. ":") You could call it bootclasspathPendingType. Also, I am not sure if it is legal in java, but if it is legal to do both prepend and apend the bootclasspath, then we should do both. I am willing to test this once you have a fix ready! Thanks Bryce -- 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]