Hi Heiko, Thank you very much -- it's working. I understand that you meant to merge the existing config.ini with the one you gave.
Regards, Oren -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Heiko Seeberger Sent: Tuesday, November 06, 2007 3:35 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Deploying plug-in with AOSGi aspects Hi Oren, use this config.ini. It contains all necessary arguments: osgi.bundles=\ [EMAIL PROTECTED]:start,\ [EMAIL PROTECTED]:start,\ [EMAIL PROTECTED],\ here.come.my.aspects osgi.framework.extensions=org.aspectj.osgi # AOSGi org.aspectj.weaver.loadtime.configuration=META-INF/aop.xml;org/aspectj/aop.x ml #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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/equinox-dev > _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
