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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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