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

Changes

Summary

  1. test ant: using target.sourcelevel, host.sourcelevel, javacdebug and (details)
  2. ant: using target.sourcelevel, host.sourcelevel, javacdebug and (details)
  3. osx fix: query availability of JVM header, ie (details)
  4. eclipse: Use all.ide as def target, using debug flags and no archive (details)
  5. Remove redundant setup.java.home.dir, use proper (details)
  6. RecursiveLock: Expose waiting thread queue size (details)
Commit 0c2ecfd7743711cc1f8dfd35f2abd58fba1b9c0f by Sven Gothel
test ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdebuglevel for compilation
The file was modified make/build-test.xml (diff)
Commit ef257dc5d74224a046f4a4cf0bc1a5fb8aa417cb by Sven Gothel
ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdebuglevel for compilation ; osx fix

ant: using target.sourcelevel, host.sourcelevel, javacdebug and javacdebuglevel for compilation

osx fix: remove java.include.dir.platform property def, since it should be done in the
         gluegen-cpptasks-base.xml
The file was modified make/build.xml (diff)
Commit 7bffb67bdfbaaf24317fd308399572f60cd15b9c by Sven Gothel
osx fix: query availability of JVM header, ie
   - /System/Library/Frameworks/JavaVM.framework/Headers/ Java 10.6 Update 4
   - /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/ Prev. Version
The file was modified make/gluegen-cpptasks-base.xml (diff)
Commit e3b734483a32490140988824215585a1277022d4 by Sven Gothel
eclipse: Use all.ide as def target, using debug flags and no archive
The file was modified .externalToolBuilders/gluegen builder.launch (diff)
Commit 3a8676f56850304c782c0121dcaad2d44ef2baec by Sven Gothel
Remove redundant setup.java.home.dir, use proper gluegen-cpptasks-base.xml target gluegen.cpptasks.setup.compiler (instead of gluegen.cpptasks.detect.compiler)
The file was modified make/build.xml (diff)
Commit 245bd152c3f328e5df69d60da975697431fa923b by Sven Gothel
RecursiveLock: Expose waiting thread queue size
The file was modified src/java/com/jogamp/common/util/locks/RecursiveLock.java (diff)