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 2003/08/02 00:01:19 UTC

DO NOT REPLY [Bug 22072] New: - Path.systemClasspath change to final

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=22072>.
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=22072

Path.systemClasspath change to final

           Summary: Path.systemClasspath change to final
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: Darin_Swanson@us.ibm.com


With the change to Path.systemClasspath to final, this is a breaking change for 
the current Ant integration within Eclipse.

By default, Eclipse runs Ant within the same VM as Eclipse.
Therefore forcing the systemClasspath to be System.getProperty
("java.class.path") does not work for us.

We used to set the systemClasspath before each build to the correct value for 
our integration.
We can no longer do this with the designation of the variable as final.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org