You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/14 07:07:41 UTC

DO NOT REPLY [Bug 32683] New: - Java Target Needs Improved bootclasspath options

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: dev@ant.apache.org
        ReportedBy: u912boilermaker@yahoo.com
                CC: u912boilermaker@yahoo.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org