summaryrefslogtreecommitdiffstats
path: root/make/validate-properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/validate-properties.xml')
-rw-r--r--make/validate-properties.xml24
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 &quot;antlr.jar&quot; was not set in the jogl.properties **
- ** file that should be in your home directory (${user.home}). **
- ** Please set &quot;antlr.jar&quot; 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 &quot;java.home.dir&quot; was not set in the jogl.properties **
- ** file that should be in your home directory (${user.home}). **
- ** Please set &quot;java.home.dir&quot; 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>