Hi Nikolas, I assume that you meant that you are having trouble enabling the Weaving service in your runtime workspace. You need to ensure that your config.ini is properly set up in the runtime workspace.
There are several ways of doing this, but here is the most simple: 1. In your launch configuration page for your runtime workspace, select the "plug-ins" tab. 2. Change from "All workspace and target enabled plugins" to "plug-ins selected below only". 3. Find the org.eclipse.equinox.weaving.aspectj bundle. 4. Select Autostart = true 5. Change start level to 2 This is assuming that in your configuration tab, you have selected "generate a config.ini file with default content". If that checkbox is not enabled, then you must add a line to your config.ini: osgi.framework.extensions=org.eclipse.equinox.weaving.hook Please let me know if this helps you. On Mon, Oct 5, 2009 at 2:55 AM, Nikolas Nehmer <[email protected]> wrote: > Hi, > > I have problems activating AJDT in a second eclipse workbench. As I > currently do some plugin developement I need a second eclipse workbench > to "test" my plugins. Unfortunately, AJDT is not actived properly in the > second eclipse instance (no context menu,...). I'm running Eclipse 3.5.1 > and AJDT 2.0.1! Any ideas or is this a bug? > > Cheers Nikolas > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
