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

Changes

Summary

  1. Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac (details)
  2. Fix build issue on OSX w/ Java6. target.rt.jar is not enough for (details)
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 modified make/scripts/check-java-major-version.sh (diff)
The file was modified make/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 modified make/build.xml (diff)