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/02/15 17:00:30 UTC

DO NOT REPLY [Bug 17100] New: - bootstrap.sh and build.sh do not handle JAVA_HOME properly on Mac OS X

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

bootstrap.sh and build.sh do not handle JAVA_HOME properly on Mac OS X

           Summary: bootstrap.sh and build.sh do not handle JAVA_HOME
                    properly on Mac OS X
           Product: Ant
           Version: 1.6Alpha (nightly)
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: jesse@cryptocard.com


The main ANT_HOME/bin/ant script handles setting JAVA_HOME on Mac OS X.

Neither build.sh or bootstrap.sh handle it, and require it to be set explicitly.

This should not be required on Mac OS X, as there is only 1 jdk and it's
location is fixed.

Patch attached

Jesse