Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] I20030912 explanations


Most of the errors from the integration build are a consequence of the reorganisation done in boot and runtime to move IPlatformRunnable into runtime (https://bugs.eclipse.org/bugs/show_bug.cgi?id=48285).
These errors are simply ambiguities. People were importing runtime.* and boot.* which both provide IPlatformRunnable.

The error in Tomcat is due to a change in the signature of the method start() which can now throw a wider set of exceptions.

        PaScaL

Back to the top