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

Changes

Summary

  1. Remove cpptasks archive, using (details)
  2. Bump cpptasks.jar to ant-cpptasks git-sha1 (details)
  3. Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = (details)
  4. jawt_md.h: fix preprocessor comment (details)
  5. Complete commit 10a28c860bd3f4ccecef156c9bbbc88087bf568d: Add source jar (details)
  6. glibc-compat-symbols.h: Only patch symbols w/ __GNUC__, aka 'gcc' (details)
  7. Complete a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78: Only patch symbols w/ (details)
  8. Bump to JDK/JRE 7u40. (details)
  9. Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac (details)
  10. Fix build issue on OSX w/ Java6. target.rt.jar is not enough for (details)
Commit 5e56a336adbd4eb44bdddb893961bbbd9b3e443a by Sven Gothel
Remove cpptasks archive, using <http://jogamp.org/git/?p=ant-cpptasks.git;a=summary>
The file was removedmake/lib/archive/cpptasks/cpptasks-1.0b5-accumulated.patch
The file was removedmake/lib/archive/cpptasks/cpptasks-1.0b5.patches.txt
The file was removedmake/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch
The file was modifiedmake/lib/cpptasks-version.txt (diff)
The file was removedmake/lib/archive/cpptasks/cpptasks-1.0b5.zip
The file was removedmake/lib/archive/cpptasks/obsolete/cpptasks-patch-suncc-c91f003551542c2aab62dd8ef89a7894c7e50689.tar.gz
The file was removedmake/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-darwin.patch
Commit ce9a936961d64e6cf6c54b35f997d564491ffd93 by Sven Gothel
Bump cpptasks.jar to ant-cpptasks git-sha1 8c2badcaba6b791082d50efda4441b7c69f4adbf
The file was modifiedmake/lib/cpptasks.jar (diff)
Commit 040bba68fc5e06414176f8e7887c83be20dab0f0 by Sven Gothel
Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = ['gcc', 'clang']; Use 'gcc.compat.compiler' for all gcc based compiler/linker definitions.
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
The file was addedmake/scripts/make.gluegen.all.macosx-clang.sh
The file was modifiedmake/gluegen.properties (diff)
The file was addedmake/lib/gluegen-clang.properties
The file was modifiedmake/gluegen-properties.xml (diff)
Commit 112d4d97426e9f49cb73dea58ec220292238d118 by Sven Gothel
jawt_md.h: fix preprocessor comment
The file was modifiedmake/stub_includes/jni/macosx/jawt_md.h (diff)
Commit a92066c0a37af591db8c54041b533609e2ab8c60 by Sven Gothel
Complete commit 10a28c860bd3f4ccecef156c9bbbc88087bf568d: Add source jar file of junit 4.11 (incl. hamcrest 1.2).
The file was addedmake/lib/junit-sources.jar
Commit a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78 by Sven Gothel
glibc-compat-symbols.h: Only patch symbols w/ __GNUC__, aka 'gcc'
The file was modifiedmake/stub_includes/platform/glibc-compat-symbols.h (diff)
Commit 94f6668bb9ce2adfb338ec3d7ac580deeaff622c by Sven Gothel
Complete a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78: Only patch symbols w/ __GNUC__, aka 'gcc' - _without_ clang !
The file was modifiedmake/stub_includes/platform/glibc-compat-symbols.h (diff)
The file was modifiedmake/scripts/make.gluegen.all.win32.bat (diff)
The file was modifiedmake/scripts/java-win32.bat (diff)
The file was modifiedmake/scripts/make.gluegen.all.win64.bat (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
Commit 834937cfbafb5ff11d95738c456bae254c957173 by Sven Gothel
Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.

Before we bumped java language version to 1.6, i.e. target == 1.5,
we required to compile some parts w/ the host level (1.6).

This is no more required.
The file was modifiedmake/scripts/check-java-major-version.sh (diff)
The file was modifiedmake/build.xml (diff)
Commit 4fbc50cb299e2e9334ebbfabc6ebe32718130b6b by Sven Gothel
Fix build issue on OSX w/ Java6. target.rt.jar is not enough for compile-time classes (host), since com.sun.tools.doclets.Taglet is required.
The file was modifiedmake/build.xml (diff)