can use share library in development plugin?
If have two plugin and need to use the same method
plugin A:
method A
plugin B:
method A
how it become a shared way?
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 04 '19, 6:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This is basically an Eclipse extending question and I would suggest you search for
"shared libraries in eclipse plugins" or something like that. You can limit the search to site:eclipse.com or to site:stackoverflow.com to get an even higher chance.
As far as I am aware, you would basically
This would work if you put all plugins into one feature.
If you need different features, follow the Extensions Workshop that creates a feature for the common code and uses that feature in the client and the server features.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.