diff options
author | Kenneth Russel <[email protected]> | 2003-08-24 07:22:23 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-08-24 07:22:23 +0000 |
commit | 1c3f7039b1579e0184a532eaade04dd7bc2c9dae (patch) | |
tree | 539a1ea4ddccccbaa329c236957ff4bf583a7986 /make/validate-properties.xml | |
parent | 4195f8984ec08d9c5d4a4794728a046af9f0924b (diff) |
Fixed Mac OS X build after recent JAWT changes in 10.3 (which are
apparently going to be brought back to the 10.2 Java on OS X as well).
Renamed host.properties to jogl.properties and changed build to look
for this file in user's home directory to avoid needing to always
change a file that is in the repository. Updated build documentation.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@58 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/validate-properties.xml')
-rw-r--r-- | make/validate-properties.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml index e5ed6889c..3a4ccd741 100644 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -12,11 +12,12 @@ <target name="antlr.jar.validate" unless="antlr.jar"> <fail> - ************************************************************** - ** The property "antlr.jar" was not set in host.properties. ** - ** Please set "antlr.jar" to the full path of the ANTLR jar ** - ** including the jar itself. ** - ************************************************************** + ***************************************************************** + ** The property "antlr.jar" was not set in the jogl.properties ** + ** file that should be in your home directory (${user.home}). ** + ** Please set "antlr.jar" to the full path of the ANTLR jar ** + ** including the jar itself. ** + ***************************************************************** </fail> </target> @@ -28,10 +29,11 @@ <target name="java.home.dir.validate" unless="java.home.dir"> <fail> - ****************************************************************** - ** The property "java.home.dir" was not set in host.properties. ** - ** Please set "java.home.dir" to your JAVA_HOME directory. ** - ****************************************************************** + ********************************************************************* + ** The property "java.home.dir" was not set in the jogl.properties ** + ** file that should be in your home directory (${user.home}). ** + ** Please set "java.home.dir" to your JAVA_HOME directory. ** + ********************************************************************* </fail> </target> |