summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
committerSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
commitb88976ac189c8154be2a8e2b748711c85a1af421 (patch)
treecaa4fcf64d03ed215d7af6e91807f698aeaa4573 /make/build-test.xml
parent1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (diff)
fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index e314260..51692bb 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -8,6 +8,7 @@
<import file="gluegen-cpptasks.xml" />
<import file="gluegen-archivetasks.xml" />
+ <import file="jogamp-env.xml" />
<condition property="rootrel.build" value="build">
<not>
@@ -15,7 +16,7 @@
</not>
</condition>
- <target name="init" depends="gluegen.properties.load.user">
+ <target name="init" depends="jogamp.env.init,gluegen.properties.load.user">
<!-- Call the external config validator script to make sure the config is ok and consistent -->
<ant antfile="validate-properties.xml" inheritall="true"/>