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

Changes

Summary

  1. crosstest: add rsync excludes (details)
  2. crosstest: exclude .git as well (details)
  3. crosstest rsync, drop src zip (details)
  4. aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true (details)
  5. Android: Extract static context holder (details)
Commit df5cca17c76e9a566c8aa28dde5dd0f95fa4b92e by Sven Gothel
crosstest: add rsync excludes
The file was modifiedmake/scripts/crosstest-junit-android-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-java-linux-armv7-rel.sh (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/scripts/crosstest-junit-linux-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-java-android-armv7-rel.sh (diff)
Commit e70e44922955dfcf26b222ed36754dea00253bde by Sven Gothel
crosstest: exclude .git as well
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/scripts/crosstest-java-android-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-junit-linux-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-java-linux-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-junit-android-armv7-rel.sh (diff)
Commit 2fa326f0f64afff58e3d0a706a637bd54126c343 by Sven Gothel
crosstest rsync, drop src zip
The file was modifiedmake/scripts/crosstest-java-linux-armv7-rel.sh (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/scripts/crosstest-junit-android-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-junit-linux-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-java-android-armv7-rel.sh (diff)
Commit 6281499e53555fd8ab26345ffce4c4d09bf57a09 by Sven Gothel
aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if last entry is loaded

aapt build check fix
- exe aapt if source are newer than apk

DynamicLibraryBundle.isGlueLibComplete() == true if last entry is loaded
- fix long standing bug, where GlueLib was not complete if preload dependencies were missing.
  this even lead to JOGL specific handling of this case .. duh.

- added debug info
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
The file was modifiedmake/build.xml (diff)
Commit ae6b6a4ebec87be9a9dfb4df2eecb7c4e21dd37d by Sven Gothel
Android: Extract static context holder
The file was addedsrc/java/jogamp/common/os/android/StaticContext.java (diff)
The file was modifiedsrc/java/jogamp/common/os/android/PackageInfoUtil.java (diff)
The file was modifiedsrc/java/jogamp/common/os/android/GluegenVersionActivity.java (diff)