Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Neon M4 packages

On 18.12.15 11:05, Kaloyan Raev wrote:
> Same issue with the PHP package on Linux 64-bit. I believe that all EPP
> packages that does include JDT are affected.

Strictly speaking it is enough if the org.eclipse.jdt.annotation bundle
is part of the package.

Now, this bundle just contains compile-time-only annotations like
@Nullable, so org.eclipse.epp.logging.aeri.ui bundle only has an
optional Require-Bundle dependency. Unfortunately, the code generated
from an ECore references Nullable.class, which requires a runtime
dependency.

Anyway, AFAIK the effect of this bug is 1) you get the error dialog
every time you start the IDE and 2) that the Automated Error Reporting
(silently) won't work.

Andreas

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top