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

Changes

Summary

  1. Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: (details)
  2. Fix mark/reset bug in (details)
  3. Add make/scripts/make.joal.all.linux-armv6.sh (details)
  4. Build and bundle a openal-soft fallback on all arch. (details)
  5. Add make/scripts/make.joal.all.linux-i586.sh (details)
  6. Update JOAL www links to use jogamp.org infrastructure. (details)
  7. Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake (details)
  8. Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake (details)
  9. Add make/scripts/make.joal.all.linux-armv6hf.sh (details)
  10. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME (details)
Commit 6ca140a1e24b41d5084bb1acf2f79d7c26f6145c by xerxes
Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: mark/reset not supported.

    [junit] Testcase: testAlBufferDataintintByteBufferintint took 0,021 sec
    [junit] Caused an ERROR
    [junit] mark/reset not supported
    [junit] java.io.IOException: mark/reset not supported
    [junit] at java.util.zip.InflaterInputStream.reset(InflaterInputStream.java:286)
    [junit] at java.io.FilterInputStream.reset(FilterInputStream.java:217)
    [junit] at com.sun.media.sound.SoftMidiAudioFileReader.getAudioInputStream(SoftMidiAudioFileReader.java:135)
    [junit] at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1111)
    [junit] at com.jogamp.openal.util.WAVLoader.loadFromStream(WAVLoader.java:87)
    [junit] at com.jogamp.openal.test.junit.ALTest.loadTestWAV(ALTest.java:386)
    [junit] at com.jogamp.openal.test.junit.ALTest.testAlBufferDataintintByteBufferintint(ALTest.java:281)

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALTest.java (diff)
Commit 66d511dc4fbe99dab3c65ce8600c6f33a1cd59f4 by xerxes
Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation.java

This fix will re-enable the manual OpenALTest to work.
java -cp gluegen-rt.jar:joal.jar:joal-test.jar com.jogamp.openal.test.manual.OpenALTest

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was modifiedsrc/test/com/jogamp/openal/test/resources/ResourceLocation.java (diff)
Commit 3c0ad2a52f4900989c95ec16f7f3bff94beb0e13 by xerxes
Add make/scripts/make.joal.all.linux-armv6.sh

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was addedmake/scripts/make.joal.all.linux-armv6.sh
Commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4 by xerxes
Build and bundle a openal-soft fallback on all arch.

Tested using a native linux-armv6 build.
TODO: Add cross-compile support.
TODO: Add openal-soft cmake configure options.
TODO: Strip the libopenal.so from debug symbols to reduce size.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was modifiedmake/build.xml (diff)
Commit 7be220314387769c116efd8090f15dd31491bab0 by xerxes
Add make/scripts/make.joal.all.linux-i586.sh

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was addedmake/scripts/make.joal.all.linux-i586.sh
Commit 3dccb2fc00b0b97a3c1f479b236265c983a40e43 by xerxes
Update JOAL www links to use jogamp.org infrastructure.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was modifiedwww/index.html (diff)
Commit 6d807f8e71edd8cf97daad23e3afc619bd1d429c by Sven Gothel
Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is not avail per default on all platforms yet.
The file was modifiedmake/build.xml (diff)
Commit bfbac2fa0ca1a1438de20196a43d93cc3210b12e by Sven Gothel
Fix regression of commit 2420f0e3352a46c8deb9c5827f78add65cb9d1a4: cmake is not avail per default on all platforms yet.
The file was modifiedmake/build.xml (diff)
Commit b8b4c89e2fa7acf201a1206bad74b91afa7d2308 by xerxes
Add make/scripts/make.joal.all.linux-armv6hf.sh

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
The file was addedmake/scripts/make.joal.all.linux-armv6hf.sh
Commit a5bcb92b748b5dd2f7df65cb1fa5bdea6cd6a4f4 by Sven Gothel
Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME

Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir,
however this is not true: Semantics by Android tools are:

ANDROID_SDK_HOME - Users ~/.android folder
ANDROID_HOME     - SDK root folder
The file was modifiedmake/scripts/make.joal.all.android-armv6-cross.sh (diff)