diff options
Diffstat (limited to 'make/validate-properties.xml')
-rwxr-xr-x | make/validate-properties.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml index 195fb2a..42fd16f 100755 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -5,25 +5,6 @@ --> <project name="Configuration validator" default="validate"> - <!-- ================================================================== --> - <!-- - - Ensure that "antlr.jar" is set. - --> - <target name="antlr.jar.validate" unless="antlr.jar"> - <fail> - - ******************************************************************** - ** The property "antlr.jar" was not set in the GlueGen 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> - </target> - <!-- - Make sure that gluegen.jar is not on the CLASSPATH; this can cause - builds to fail since if this Java process has the jar file open @@ -45,7 +26,7 @@ <!-- - Validate the required properties --> - <target name="validate" depends="antlr.jar.validate, java.class.path.validate" + <target name="validate" depends="java.class.path.validate" description="Validate required properties" /> </project> |