aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/StructValidator.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-27 11:53:37 +0200
committerSven Gothel <[email protected]>2011-09-27 11:53:37 +0200
commit6e7ba5a27141b350a8fb7763103dff0d9dd8875a (patch)
treeff000a8de8cf923846665453f278b0c0ee714d27 /test/junit/com/jogamp/gluegen/StructValidator.java
parente4baba27507ce78e64a150ec6f69fb96f5721a34 (diff)
RunnableTask: Allow validation whether invoking thread intends to wait for the result
Diffstat (limited to 'test/junit/com/jogamp/gluegen/StructValidator.java')
0 files changed, 0 insertions, 0 deletions
** ** "${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 jogl.jar is not on the CLASSPATH; this can cause - builds to fail since if this Java process has the jar file open - we can not overwrite it. --> <target name="java.class.path.validate"> <available property="jogl.jar.on.class.path" classname="javax.media.opengl.GL" /> <fail if="jogl.jar.on.class.path"> ****************************************************************** ** Your CLASSPATH environment variable appears to be set (some ** ** JOGL classes are currently visible to the build.) This can ** ** cause the build to fail. Please unset your CLASSPATH ** ** variable and restart the build. ** ****************************************************************** </fail> </target> <!-- ================================================================== --> <!-- - Validate the required properties --> <target name="validate" depends="antlr.jar.validate, java.class.path.validate" description="Validate required properties" /> </project>