diff options
author | Sven Gothel <[email protected]> | 2011-02-23 18:14:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 18:14:53 +0100 |
commit | 1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (patch) | |
tree | e69d54266dbcf6dc3aeb7e781249058935749ae5 /make/build-test.xml | |
parent | e3e59d2f83b6685f97d8b380f7a23d617bde65e4 (diff) |
Intro jogamp-env.xml to parse common env properties ; Fix archive.7z: use abs path
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 8f54b68..e314260 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -89,7 +89,7 @@ <taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask" classpathref="gluegen.classpath" /> - <property name="test.archive.name" value="${archive.name}-test-results-${env.NODE_NAME}"/> + <property name="test.archive.name" value="${archive.name}-test-results-${build.node.name}"/> </target> <target name="java.build" depends="java.generate"> |