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