How the Aspect Bundle run with Eclipse [message #1749044] |
Thu, 01 December 2016 07:29  |
Eclipse User |
|
|
|
Hi,
I've wrote a plugin using AJDT, when I run my source as Eclipse Application, the aspects works.
But when I exports the source as a plugin and move the plugin.jar to my Eclipse_Root/plugins directory, the plugin runs wield.
- source of UI part runs well, extension point(org.eclipse.ui.menus) part shows in UI
- source of Aspects part does't work, as my log in around method doesn't log anything.
My config.ini was set like below:
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar@1\:start,reference\:file\:org.eclipse.equinox.weaving.aspectj_1.0.300.I20130319-1000.jar@2\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
osgi.framework.extensions=reference\:file\:org.eclipse.equinox.weaving.hook_1.0.200.I20130319-1000/,reference\:file\:anotherhook_6.1.0.201611291908/
Anything hints? Thanks in advance.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04320 seconds