Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Deploying plug-in with AOSGi aspects

Hi Oren,

use this config.ini. It contains all necessary arguments:

osgi.bundles=\
org.eclipse.equinox.common@2:start,\
org.eclipse.update.configurator@3:start,\
org.aspectj.osgi.service.weaving@start,\
here.come.my.aspects
osgi.framework.extensions=org.aspectj.osgi

# AOSGi
org.aspectj.weaver.loadtime.configuration=META-INF/aop.xml;org/aspectj/aop.xml
#aj.weaving.verbose=true
#org.aspectj.weaver.showWeaveInfo=true
#org.aspectj.osgi.verbose=true

Heiko

Oren Mishali schrieb:

Hi,

Until now, I worked with AOSGi by running a new workbench from within eclipse. Now I’m interested in exporting a plug-in with the promoted aspects, start Eclipse and see the aspects in action. Could anyone provide some guidelines of how to do that, in particular, regarding the config.ini and any special arguments that should be provided to Eclipse?

Thanks,

Oren

------------------------------------------------------------------------

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



Back to the top