summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build-test.xml2
-rwxr-xr-xmake/gluegen-properties.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 222ab93..9e30b5b 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -88,7 +88,7 @@
<taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask"
classpathref="gluegen.classpath" />
- <property name="test.archive.name" value="${archive.name}-test-results"/>
+ <property name="test.archive.name" value="${archive.name}-test-results-${env.NODE_NAME}"/>
</target>
<target name="java.build" depends="java.generate">
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index 949eadf..5bb4b61 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -32,6 +32,7 @@
<project name="GlueGen-properties" basedir=".">
<target name="gluegen.properties.load.user" unless="gluegen.user.properties.file.set">
+ <property environment="env" />
<!-- Load the user specified properties file that defines various host
- specific paths. The user will be notified if this is does not
- exist. -->