Package: libjogl2-java / 2.3.2+dfsg-9

disable-test-compilation.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable the compilation of the unit tests until all dependencies are available
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/make/build.xml
+++ b/make/build.xml
@@ -8,7 +8,7 @@
        - Main build target.
       -->
 
-    <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,test.compile,developer-zip-archive" />
+    <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,developer-zip-archive" />
 
     <target name="all.debug" description="Debug build nativewindow, jogl and newt projects, incl. all junit tests " depends="init.debug,build.nativewindow,build.jogl,build.newt,build.oculusvr,one.dir,tag.build,test.compile,developer-zip-archive" />