Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Can't compile plug-in with annotation-based null analysis

Hi Simon,

Thank you for the hint! It works now. :)

'additional.bundles' is added by JDT quick fix, I think PDE depends on it to enable null analysis feature in IDE.
Mengxin Zhu
On 01/28/2013 04:16 PM, Simon Goodall wrote:
Hi,

I've found you need an additional line in your build.properties for Tycho to be able to compile the jdt null annotations;

jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation


Tycho does not support the additional.bundles entry.

Regards,

Simon


On 28 January 2013 08:07, Mengxin Zhu <kane.zhu@xxxxxxxxxxxxx> wrote:
I find it's mentioned in FAQ of tycho[1].

But it does not work. Can anybody help point out what's wrong in my configuration?

I attach an example project based on demo itp01.

Thanks.

[1] http://wiki.eclipse.org/Tycho/FAQ#How_to_configure_warning.2Ferror_settings_of_the_OSGi_compiler.3F
-- 
Mengxin Zhu

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top