Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Using EEA in plugins
Using EEA in plugins [message #1750660] Sat, 24 December 2016 09:15 Go to next message
Frank Benoit is currently offline Frank BenoitFriend
Messages: 179
Registered: July 2009
Senior Member
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 #1750661 is a reply to message #1750660] Sat, 24 December 2016 09:33 Go to previous messageGo to next message
Frank Benoit is currently offline Frank BenoitFriend
Messages: 179
Registered: July 2009
Senior Member
Hi

now it works, i don't know why.
Please ignore the question.

Frank
Re: Using EEA in plugins [message #1750670 is a reply to message #1750661] Sat, 24 December 2016 11:58 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7670
Registered: July 2009
Senior Member
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
Previous Topic:Error trying to install TestNG
Next Topic:When developing eclipse plugin, can I get absolute path of jar files using "Add Jars"?
Goto Forum:
  


Current Time: Sat Sep 21 03:11:36 GMT 2024

Powered by FUDForum. Page generated in 0.03284 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top