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

Changes

Summary

  1. http://www.jogamp.org/bugzilla/show_bug.cgi?id=363 (details)
  2. http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 (details)
  3. http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 (details)
  4. modified junit.run target to write junit test results to file (->ready (details)
Commit 7a087b9181b94c3d38f9480ba3ccd3b9e8062200 by Sven Gothel
http://www.jogamp.org/bugzilla/show_bug.cgi?id=363

Upgrade SGI FreeB license headers
Commit 8b8e270788b50636e48ee17cc9e5fc8f29d44f5c by Sven Gothel
http://www.jogamp.org/bugzilla/show_bug.cgi?id=378

Test:
    Added JUNIT Test Environment:
        - tests: jogl.test.jar
        - run: 'ant junit.run'
            Currently only runs 1 test regarding this bug id.
            Adding PATH (windows) or LD_LIBRARY_PATH (unix).

    Test initialized AWTTextureData without a current GLContext
    and then uses it to render ..

Solution:
    Pending initialization of GL depending data,
    offered in TextureData.glPostInit(),
    specialized in AWTTextureData.
Commit def4bf0d2f6ff9bf77418d26807bdcb187a3b033 by Sven Gothel
http://www.jogamp.org/bugzilla/show_bug.cgi?id=378

Test:
    Added JUNIT Test Environment:
        - tests: jogl.test.jar
        - run: 'ant junit.run'
            Currently only runs 1 test regarding this bug id.
            Adding PATH (windows) or LD_LIBRARY_PATH (unix).

    Test initialized AWTTextureData without a current GLContext
    and then uses it to render ..

Solution:
    Pending initialization of GL depending data,
    offered in TextureData.glPostInit(),
    specialized in AWTTextureData.
Commit 11d516d6be0fff6ac68e0fa7ce30a85d6820a283 by Michael Bien
modified junit.run target to write junit test results to file (->ready for hudson).