aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-06 07:39:30 +0100
committerSven Gothel <[email protected]>2015-03-06 07:39:30 +0100
commit4183867b055e99762d9b1a9163012657738be31a (patch)
treea35cf0c4d399bd8a71c4a2de717209b0ef0eb94d /make/build-test.xml
parent54dcf4271abf188585b248473cab11b0b4d93854 (diff)
Bug 1134 - Utilize AliasedSymbol where required in *Configuration; Clarify ProcAddressEmitter criteria
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 26cbd3d..49080b6 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -542,7 +542,8 @@ chmod 644 ${results}/* \${line.separator}
includeRefid="stub.includes.fileset.test"
emitter="com.jogamp.gluegen.JavaEmitter"
dumpCPP="false"
- debug="true">
+ debug="true"
+ logLevel="WARNING">
<classpath refid="gluegen.classpath" />
</gluegen>
@@ -553,7 +554,8 @@ chmod 644 ${results}/* \${line.separator}
includeRefid="stub.includes.fileset.test"
emitter="com.jogamp.gluegen.JavaEmitter"
dumpCPP="false"
- debug="false">
+ debug="false"
+ logLevel="INFO">
<classpath refid="gluegen.classpath" />
</gluegen>
@@ -564,7 +566,8 @@ chmod 644 ${results}/* \${line.separator}
includeRefid="stub.includes.fileset.test"
emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter"
dumpCPP="false"
- debug="false">
+ debug="false"
+ logLevel="INFO">
<classpath refid="gluegen.classpath" />
</gluegen>
</target>