Hi,

I created a clean install of OS X 10.5.5 and tried to build from the same directory I have working from a different boot drive.  The build fails.  With the same ant error message from before.  In trying to figure out what I had changed before to fix this problem I realized that one step that I did not document was to create the ~/.ant/ant.conf file with ANT_ARGS=-diagnostics as the only value.

I have no idea why this fixes the ant build problem.  I tested with just having the file and that does not work. 

Is this some strange Ant bug?  Something on OS X?

Michael

On Sun, Sep 21, 2008 at 4:57 PM, Michael Franz <mvfranz@gmail.com> wrote:
Hi,

It seems that I need to set both ALT_BOOTDIR and ALT_JDK_IMPORT_PATH to get the build to run with the OpenJDK Darwin binaries. 

For people that did not have this problem, is there some other variable that is set that makes ALT_JDK_IMPORT_PATH unnecessary?

Michael