---- Reported by gregorypierce 2003-11-19 19:39:44 ---- Replace the build target with: <target name="load.user.properties.macosx" depends="base.init"> <!-- Load the user specified properties file that defines various host - specific paths. The user will be notified if this is does not - exist. --> <property name="user.properties.file" value="${user.home}/jogl.properties" /> <property file="${user.properties.file}" /> <echo message="Loaded ${user.properties.file}." /> <echo message="antlr.jar=${antlr.jar}" /> </target> This will require only that jogl.properties be in the user.home which is guaranteed to be there as opposed to the directory that was listed before which didn't exist. ---- Additional Comments From kbr 2004-04-30 16:03:14 ---- Thanks for the patch and for checking it in. Works fine now. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT --- This bug was previously known as _bug_ 49 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=49