Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Produce duplicate natives in the build, in preparation for removing (details)
  2. Attempt to remove aliasing from native libraries. (details)
Commit 6611735d544a2e09d56213dbfff4a1cd8a029529 by code
Produce duplicate natives in the build, in preparation for removing
support for aliasing in native library loading.

Specifically, produce:

  jogl-all-noawt-natives-${os_and_arch}.jar
  jogl-all-mobile-natives-${os_and_arch}.jar
  jogl-all-android-natives-${os_and_arch}.jar
The file was modified make/build.xml (diff)
Commit 5951b33b303df3a12888fe0fbc5ccc88112a3984 by code
Attempt to remove aliasing from native libraries.

Renamed:

  jogl-core.jar         → jogl.jar
  nativewindow-core.jar → nativewindow.jar

The build scripts have been edited to produce sets of natives for
each "module" (as opposed to producing one set of natives and then
have each module point to them via aliasing).

Bug: 1023
Bug: 1024

Depends on 46faa59d439ef235d7691fc64d56eedc600ffa1a from gluegen.
The file was modified jnlp-files/atomic/jogl-noawt.jnlp (diff)
The file was modified jnlp-files/atomic/newt-noawt-jogl.jnlp (diff)
The file was modified src/oculusvr/classes/com/jogamp/oculusvr/OVRDynamicLibraryBundleInfo.java (diff)
The file was modified make/build-newt.xml (diff)
The file was modified jnlp-files/atomic/newt-awt-jogl.jnlp (diff)
The file was modified doc/wiki/FAQ.xml (diff)
The file was modified jnlp-files/atomic/jogl-awt.jnlp (diff)
The file was modified jnlp-files/atomic/newt-awt.jnlp (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified make/scripts/lstjars.sh (diff)
The file was modified jnlp-files/atomic/newt-noawt.jnlp (diff)
The file was modified jnlp-files/atomic/nativewindow-awt.jnlp (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java (diff)
The file was modified make/build-nativewindow.xml (diff)
The file was modified doc/deployment/JOGL-DEPLOYMENT.html (diff)
The file was modified jnlp-files/atomic/nativewindow-noawt.jnlp (diff)
The file was modified make/build-common.xml (diff)
The file was modified make/build-jogl.xml (diff)