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.xml20
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 &quot;antlr.jar&quot; was not set in host.properties. **
- ** Please set &quot;antlr.jar&quot; to the full path of the ANTLR jar **
- ** including the jar itself. **
- **************************************************************
+ *****************************************************************
+ ** 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 **
+ ** including the jar itself. **
+ *****************************************************************
</fail>
</target>
@@ -28,10 +29,11 @@
<target name="java.home.dir.validate" unless="java.home.dir">
<fail>
- ******************************************************************
- ** The property &quot;java.home.dir&quot; was not set in host.properties. **
- ** Please set &quot;java.home.dir&quot; to your JAVA_HOME directory. **
- ******************************************************************
+ *********************************************************************
+ ** 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. **
+ *********************************************************************
</fail>
</target>