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

Changes

Summary

  1. Bug 944 - Platform doesn't parse early-access java-version string (details)
  2. GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration (details)
Commit 2ce522b01cc5f85084d373cefbe21ae706238191 by Sven Gothel
Bug 944 - Platform doesn't parse early-access java-version string properly (JAVA_VERSION_UPDATE)

Fix JAVA_VERSION_UPDATE for early release versions.

Early access java versions are e.g. '1.7.0_60-ea'
where releases simply are named: '1.7.0_60'.
The file was modified src/java/jogamp/common/os/PlatformPropsImpl.java (diff)
The file was modified make/scripts/runtest.sh (diff)
Commit d0acda31e866040d8dbf8e72f983b78bafcb243a by Sven Gothel
GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration element, allowing to add custom API doc lines per method for the JavaMethodBindingEmitter
The file was modified src/java/com/jogamp/gluegen/JavaConfiguration.java (diff)
The file was modified src/java/com/jogamp/gluegen/JavaMethodBindingEmitter.java (diff)