diff options
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 9 |
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> |