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

Changes

Summary

  1. Remove platform-specific JAR from Eclipse classpath. (details)
  2. Fix NPE caused by refactoring on 2/26/2011. (details)
  3. Make jogl builder order match gluegen builder order. (details)
  4. FPSAnimator: Poor attempt to wait for threads EOL after pause/stop (details)
  5. JAWTUtil: Just use 'sunToolkitClass' in local block (details)
Commit db9f53b76e510abaa82679d1068a94df78c396e2 by Wade Walker
Remove platform-specific JAR from Eclipse classpath.

This has to be handled through the user library for SWT or it
won't work on multiple platforms.
The file was modified.classpath (diff)
Commit aa789b25e9a0a592de0a69861e9ffea26edb7adf by Wade Walker
Fix NPE caused by refactoring on 2/26/2011.

The refactoring refers to the static sunToolkitClass when it's not
initialized, which causes an NPE and makes the system think it
can't do AWT locks.
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java (diff)
Commit 6c1d25075573625ace3cb54ce093760e1adea569 by Wade Walker
Make jogl builder order match gluegen builder order.

This simplifies the Eclipse project creation; now that the
Java builder is turned off, we can leave the order in its
default state instead of reordering them.
The file was modified.project (diff)
Commit f0581998c7398bc561df063bc1aa207a292d9881 by Sven Gothel
FPSAnimator: Poor attempt to wait for threads EOL after pause/stop
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java (diff)
Commit 4c37cbf64440ee1e3986afff94b74b513bed2bab by Sven Gothel
JAWTUtil: Just use 'sunToolkitClass' in local block
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java (diff)