Bug 49 - Patch for busted build.xml in 10.3 for OSX
Summary: Patch for busted build.xml in 10.3 for OSX
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2003-11-19 07:39 CET by Sven Gothel
Modified: 2015-09-27 03:09 CEST (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:46:03 CET


---- 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