Using EEA in plugins [message #1750660] |
Sat, 24 December 2016 04:15  |
Eclipse User |
|
|
|
Hi
I have a plugin with generated code from jaxb and I want to use annotation based null analysis.
Those object have no annotations, and because I might regenerate them, i want to use eea "eclipse external annotation".
Plugin A
- src/...
- libs/generated.jar contains .java+.class files
- in manifest.mf, the classpath has added the libs/generated.jar
- the project build path, has configured the EEA path as /A/eea, the folder exists.
- Packages from that generated.jar are exported
Plugin B depends on A.
In B, where i also use the generated classes, i can navigate to the source and make annotations. But the null analysis seems not to use the /A/eea files.
I hoped, that the plugin B just inherits the information in A.
Do I need to configure something else or is this a bug?
Frank
|
|
|
|
Re: Using EEA in plugins [message #1750670 is a reply to message #1750661] |
Sat, 24 December 2016 06:58  |
Eclipse User |
|
|
|
Hi
If it works after a few seconds, the problem is probably just that it happened in a background thread.
Longer delays in magically working tend to require something such as restart/clean to repair the inaccurate incremental build status.
Regards
Ed Willink
|
|
|
Powered by
FUDForum. Page generated in 0.05671 seconds