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

Changes

Summary

  1. JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf. (details)
  2. Revert "JNLP: Cache gluegen-rt-natives for linux-armv6 and (details)
  3. Allow the custom user gluegen property file being specified by env var (details)
  4. Android: Bump version.code: 914011 (details)
Commit 56dad6015bce0c9f11fdb1120fec77cc2e0a22fc by xerxes
JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf.

Due to the lack of OS Arch and ABI detection in JNLP launchers
force us download both armv6 armel and armv6hf armhf ABI jars on ARM.
The file was modifiedjnlp-files/gluegen-rt.jnlp (diff)
Commit 7ec3d0b6a90f2204eb3272324cf5908caa4597b4 by Sven Gothel
Revert "JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf."

This reverts commit 56dad6015bce0c9f11fdb1120fec77cc2e0a22fc.

I have merged this patch w/o dbl checking whether it was well tested.
Put this on hold until further inspection on ARM hard/soft.

IMHO the native JAR lib loading mechanism should take care of loading the
right native libraries. This details actually would allow us
to drop all native library references in the base JNLP files.
The file was modifiedjnlp-files/gluegen-rt.jnlp (diff)
Commit 03ddbda61938295be0cfc62501e5a6ab0daaaef6 by Sven Gothel
Allow the custom user gluegen property file being specified by env var GLUEGEN_PROPERTIES_FILE -> property gluegen.user.properties.file ; Use props for android keystore values
The file was modifiedmake/jogamp-androidtasks.xml (diff)
The file was modifiedmake/gluegen-properties.xml (diff)
Commit 73969716cb167052353c34d65e6c9006ff4daea3 by Sven Gothel
Android: Bump version.code: 914011
The file was modifiedmake/build.xml (diff)