aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 57f9d1e26..c7a8a1853 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -59,6 +59,7 @@
setup.noAWT
setup.noCDC
+ - Skip gluegen: java.generate.skip
-->
<project name="JOGL" basedir="." default="all">
@@ -2073,7 +2074,7 @@
<!--
- Build/run junit.
-->
- <target name="junit.compile">
+ <target name="junit.compile" depends="init">
<!-- Perform the junit pass Java compile -->
<javac destdir="${classes}"
source="${junit.sourcelevel}"