The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- Cleanup ant files, intro: build-common.xml used for all targets; (details)
- Added FIXME comment: DBLBUFOFFSCRN, to tag the impl of forcing single (details)
- Fix missing MacOsX Newt refactoring (details)
- Attach build-junit.xml to build.xml ; Add more tests Offscreen(broken on (details)
- junit: Add timeout (30s), enable offscreen test (details)
- Fix NEWT Window destroy/close race condition, (details)
- *** Now Using Apache-Ant-1.8.0 *** (details)
- ant 1.8.0 on win32 (details)
- Fix: Use file.seperator (win32); Use java.home/bin/java (details)
|
|
|
|
|
Commit
e8f4dc96c037b4465ad1db9062249f80508117fd
by Sven GothelFix NEWT Window destroy/close race condition,
where a programatic window.destroy() call from thread 1 triggers a destroy() call via the native windowing toolkit via windowDestroyNotify(). It has to be checked/locked if a destroy is in progress, otherwise they could deadlock (OSX and Win32).
|
Commit
987fb51e6c2dc3a8553ff1e01162fd10c3bc8fab
by Sven Gothel*** Now Using Apache-Ant-1.8.0 ***
Cleanup: - Adding Javac includeAntRuntime argument (false whenever possible)
- Clear junit results folder before testing
- <ant ..> tasks, use inheritRefs="true" inheritAll="true" whenever possible for better performance and consistency (no duplicate property names). The JOGL build -> build-<component> tree is clean in this respect.
junit.run: Test*NEWT* Emulation of junit task, due to the fact that we have to place invoke our MainThread class first (-> MacOSX). Utilizing Ant-1.8.0 and ant-contrib-1.0b3 (loops, mutable properties).
Fixed NEWT tests: - No more println .. using Assertions .. - Offscreen produces 2 files correctly (Linux/NVidia, OSX/NVidia, Win32/Emulation)
|
|
|