diff options
author | Kenneth Russel <[email protected]> | 2003-09-10 01:18:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-09-10 01:18:39 +0000 |
commit | 9990105d172a87a3a5436a23f0d1c63d3d2de4d4 (patch) | |
tree | f129f8c210f179b031a2dee0c046e61fef6e43ac /make/validate-properties.xml | |
parent | cae56081999ec84c8cde0f7b7454b92e85fadfa8 (diff) |
Added Gerard Ziemski's changes to the build process on OS X to look
for jogl.properties in the Library/Java subdirectory of the user's
home directory. Updated the build documentation.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@64 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/validate-properties.xml')
-rw-r--r-- | make/validate-properties.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml index 3a4ccd741..0b5a66bf6 100644 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -13,9 +13,12 @@ <fail> ***************************************************************** - ** 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 ** + ** The property "antlr.jar" was not set in the JOGL properties ** + ** file ** + ** "${user.properties.file}" ** + ** (or this file was not found). ** + ** ** + ** Please set "antlr.jar" to to the full path of the ANTLR jar ** ** including the jar itself. ** ***************************************************************** </fail> @@ -28,12 +31,15 @@ --> <target name="java.home.dir.validate" unless="java.home.dir"> <fail> - - ********************************************************************* - ** 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. ** - ********************************************************************* + + ************************************************************* + ** The property "java.home.dir" was not set in the JOGL ** + ** properties file ** + ** "${user.properties.file}" ** + ** (or this file was not found). ** + ** ** + ** Please set "java.home.dir" to your JAVA_HOME directory. ** + ************************************************************* </fail> </target> |