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

Changes

Summary

  1. Bring back JOAL (code fixes and project structure) (details)
  2. Playing audio again (details)
  3. Enable javadoc (details)
Commit b0c39f3f4259cf6eca8e1f7af0f0924cf7472abe by Sven Gothel
Bring back JOAL (code fixes and project structure)

- Use GlueGen DynamicLibraryBundle
- Fix alGetString
- Proper test/junit structure
- NB project fix
- add artifacts.properties and jar's manifest
- proper ZIP file structure

TODO:
    - check on windows and osx
    - actually hear a sound
    - add jnlp file template
    - joal-demos
The file was addedsrc/java/com/jogamp/openal/impl/ALDynamicLibraryBundleInfo.java (diff)
The file was addedsrc/test/com/jogamp/openal/test/manual/Sound3DTest.java (diff)
The file was removedsrc/java/com/jogamp/openal/impl/ALProcAddressLookup.java (diff)
The file was addedmake/joal-common-CustomJavaCode.java (diff)
The file was addedsrc/test/com/jogamp/openal/test/junit/ALTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)
The file was removedtest/src/com/jogamp/openal/OpenALTest.java (diff)
The file was addedsrc/test/com/jogamp/openal/test/resources/ResourceLocation.java (diff)
The file was removedsrc/java/com/jogamp/openal/impl/NativeLibLoader.java (diff)
The file was addedsrc/test/com/jogamp/openal/test/resources/lewiscarroll.wav (diff)
The file was removedtest/src/com/jogamp/openal/lewiscarroll.wav (diff)
The file was addedsrc/test/com/jogamp/openal/test/manual/OpenALTest.java (diff)
The file was removedsrc/java/build.xml (diff)
The file was addedmake/build-test.xml (diff)
The file was addedmake/joal-alcabstract-CustomJavaCode.java (diff)
The file was removedtest/src/com/jogamp/openal/Sound3DTest.java (diff)
The file was addedsrc/native/almisc.c (diff)
The file was removedtest/.cvsignore (diff)
The file was removedtest/build.xml (diff)
The file was modifiedmake/joalversion (diff)
The file was modifiednbproject/project.xml (diff)
The file was modifiedmake/joal-alc.cfg (diff)
The file was removedtest/src/com/jogamp/openal/ALTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/impl/ALCImpl.java (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/joal-alc-CustomJavaCode.java (diff)
The file was modifiedmake/joal.cfg (diff)
Commit c2f6ba872805f25f968697c47962861745330d43 by Sven Gothel
Playing audio again

- test: use jar file joal-test.jar
- test: use proper getResourceAsStream() on class instance
- test: plays sound

TODO:
    - check on windows and osx
    - add jnlp file template
    - joal-demos
The file was modifiedsrc/test/com/jogamp/openal/test/junit/ALTest.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/manual/Sound3DTest.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/resources/ResourceLocation.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/manual/OpenALTest.java (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/build.xml (diff)