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

Changes

Summary

  1. added generation and compilation of android Resource class (details)
  2. Fix: cleanup android.R based task and classpaths (details)
  3. Remove linux-armv7 native platform libraries (compile time only), (details)
  4. cross test linux/armv7 scripts: use generic ANT_PATH (details)
  5. resources: unique graphics location (details)
  6. resources: proper location, not mixing w/ 3rd party libs (details)
  7. Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android (details)
  8. Remove android excludes (compilation), ensuring 1:1 jar files (details)
Commit f1e6e791ce6b52944c58a6e68e55e201d63b759e by Rami Santina
added generation and compilation of android Resource class
The file was modifiedmake/jogamp-androidtasks.xml (diff)
Commit a01e72f7bff77889368523b4a8783b5401e0b9f3 by Rami Santina
Fix: cleanup android.R based task and classpaths
The file was modifiedmake/jogamp-androidtasks.xml (diff)
Commit 2d736fa22d2ad76a8e4c38671fe8d34c993955f2 by Sven Gothel
Remove linux-armv7 native platform libraries (compile time only),
reducing the burden to add a license file etc.
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libX11.so (diff)
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXxf86vm.so (diff)
The file was modifiedmake/scripts/make.gluegen.all.linux-armv7.sh (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXinerama.so (diff)
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/lib/libXrandr.so (diff)
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/libjawt.so (diff)
The file was removedmake/lib/arm-linux-gnueabi/ubuntu-11.04/jre/lib/arm/server/libjvm.so (diff)
The file was modifiedmake/scripts/make.gluegen.all.linux-armv7-cross.sh (diff)
Commit b00d52924f020a1fa1b557faad7be2189191b352 by Sven Gothel
cross test linux/armv7 scripts: use generic ANT_PATH
The file was modifiedmake/scripts/crosstest-junit-linux-armv7-rel.sh (diff)
The file was modifiedmake/scripts/crosstest-java-linux-armv7-rel.sh (diff)
Commit fbb40b26f2bb1416b0112a66b240963b72c00dd3 by Sven Gothel
resources: unique graphics location
The file was removedmake/lib/res/jogamp_logo_final_346x70pel.png (diff)
The file was removedmake/lib/res/jogamp_symbol_final_135x135pel.png (diff)
The file was addedmake/lib/res/graphics/jogamp_logo_final_346x70pel.png (diff)
The file was addedmake/lib/res/graphics/jogamp_symbol_final_135x135pel.png (diff)
Commit e813dbe55f2a56457f28d1efd82762ce412b1f86 by Sven Gothel
resources: proper location, not mixing w/ 3rd party libs
The file was addedmake/resources/graphics/jogamp_symbol_final_135x135pel.png (diff)
The file was removedmake/lib/res/graphics/jogamp_symbol_final_135x135pel.png (diff)
The file was removedmake/lib/res/graphics/jogamp_logo_final_346x70pel.png (diff)
The file was addedmake/resources/graphics/jogamp_logo_final_346x70pel.png (diff)
Commit e959f955901492f7d61abaa05da10c993052652b by Sven Gothel
Android: Drop android.jar ; Simplify 'aapt.signed' ; Move our android resources -> make/resources

Drop android.jar
- version 8 and 9
- license: apache v2 (NOTICE.txt included)
- allows compilation using Android API on all platforms

Simplify 'aapt.signed'
- removed 'jarclasspathrefid', seems to be not needed
  (commented out)

Move our android resources make/lib/android -> make/resources/android
- make/lib is for 3rd party stuff only
The file was addedmake/resources/android/res/drawable-mdpi/icon.png (diff)
The file was addedmake/lib/android-sdk/8/android.jar (diff)
The file was addedmake/resources/android/AndroidManifest-Runtime.xml (diff)
The file was modifiedmake/gluegen-properties.xml (diff)
The file was addedmake/lib/android-sdk/9/android.jar (diff)
The file was modifiedmake/jogamp-env.xml (diff)
The file was removedmake/lib/android/AndroidManifest-CompileTime.xml (diff)
The file was removedmake/lib/android/res/drawable-hdpi/icon.png (diff)
The file was addedmake/resources/android/res/values/strings.xml (diff)
The file was modifiedmake/build-test.xml (diff)
The file was removedmake/lib/android/AndroidManifest-Runtime.xml (diff)
The file was removedmake/lib/android/res/drawable-mdpi/icon.png (diff)
The file was addedmake/resources/android/res/drawable-hdpi/icon.png (diff)
The file was removedmake/lib/android/res/values/strings.xml (diff)
The file was modifiedmake/jogamp-androidtasks.xml (diff)
The file was removedmake/lib/android/res/drawable-ldpi/icon.png (diff)
The file was addedmake/resources/android/res/drawable-ldpi/icon.png (diff)
The file was removedmake/lib/android/res/layout/main.xml (diff)
The file was modifiedmake/scripts/make.gluegen.all.android-armv7-cross.sh (diff)
The file was addedmake/lib/android-sdk/8/NOTICE.txt (diff)
The file was addedmake/resources/android/AndroidManifest-Test.xml (diff)
The file was addedmake/lib/android-sdk/9/NOTICE.txt (diff)
The file was modifiedmake/build.xml (diff)
The file was removedmake/lib/android/AndroidManifest-Test.xml (diff)
The file was addedmake/resources/android/AndroidManifest-CompileTime.xml (diff)
The file was addedmake/resources/android/res/layout/main.xml (diff)
Commit 8ce1c028a220b1dcc0973b079372d0582949aacd by Sven Gothel
Remove android excludes (compilation), ensuring 1:1 jar files
The file was modifiedmake/build.xml (diff)