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

Changes

Summary

  1. artifact.properties: Add gluegen.build.version:=jogamp.version (details)
  2. Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI (details)
  3. Release 2.1.0 (Android 0914015) (details)
Commit 0dc49ba20f889a0e5ef3de3d750c39f82f464fc1 by Sven Gothel
artifact.properties: Add gluegen.build.version:=jogamp.version
The file was modifiedmake/build.xml (diff)
Commit 41fce94f95448bbea110a455ea508740fac8d8c9 by Sven Gothel
Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components when compiling new URI.

Add IOUtil:
  - String encodeToURI(String)
  - String decodeFromURI(String)

Both only handle escaping of SPACE only. Determine whether other chars need to be treated.
The file was modifiedsrc/java/com/jogamp/common/util/JarUtil.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/IOUtil.java (diff)
Commit e8954969623242dda8154e97f95d95d270e6e275 by Sven Gothel
Release 2.1.0 (Android 0914015)
The file was modifiedmake/jogamp-env.xml (diff)