summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 8fc595e..5d7d75d 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -125,6 +125,7 @@
<echo message=" build_t.gen ${build_t.gen}"/>
<!-- Javac of Annotation Processor dependencies - First -->
+ <!-- This has a hard Java8 target spec test: source, target + bootclasspath -->
<javac destdir="${build_t.java}"
fork="yes"
includeAntRuntime="false"
@@ -140,6 +141,7 @@
</javac>
<!-- Annotation Processor - Second -->
+ <!-- This has a hard Java8 target spec test: source, target + bootclasspath -->
<mkdir dir="${build_t.gen}/classes/com/jogamp/gluegen/test/junit/structgen"/>
<javac destdir="${build_t.java}"
fork="yes"
@@ -159,6 +161,7 @@
</javac>
<!-- Javac All - Third -->
+ <!-- This has a hard Java8 target spec test: source, target + bootclasspath -->
<javac destdir="${build_t.java}"
fork="yes"
includeAntRuntime="false"