[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Could not ENABLE JDT weaving issue with AJDT 2.0.0 on Eclipse 3.4.2
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Fri, 17 Jul 2009 19:22:35 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=9Ynb1SMqv/PSz1rQvoJiVvj5+/sM5accmXLIeL9CuNQ=; b=D1flk9Yt/gjhJ4WgjKQKesD4uqAxZQw4cbUWA4WFC5s7wDw0+yNdn+er3SWtGegqIh 51+8tL2pNvYwMD6l+vItEKDYUDhp7roFGP+41gnLfy9LUhsh5XBMkLURJISUZ9QB+7aB jNzmmODkXrkEOa4N8k7yl/da8tdZgcCm8T8uE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=pgsMtuKskR6HfR9XclUD1PHhGog48L5FNR9AkM9yoz7zpV9mTtgradKi3G20O3UfsM rtcrHNeVrF95LEVJ8faXFX0AY+WJ6BUQ3+wcTMpzadHnZMrTDqVLp8weIHUNztHKdPfF SuZPzM6uRtKOEqZMgcv0m7lJX19OCDa/gLDQo=
Hi Eugene,
Are you running eclipse with the -clean option? That can cause
problems with the weaving service.
Another thing you can try is this:
1. Open up the plugin registry view
2. search for the org.eclipse.equinox.weaving.aspectj bundle
3. Right click and select "Show advanced operations"
4. right click again and select "Start"
5. restart eclipse.
On Fri, Jul 17, 2009 at 3:07 PM, Eugene Dzhurinsky<bofh@xxxxxxxxxxx> wrote:
> Hello!
>
> I've added AJDT package and tried to create simple AJDT project - but there is
> some strange issue. After Eclipse was restarted due to the request for enabling
> JDT weaving, Eclipse still complains about the fact there is no weaving enabled.
> It also suggests to edit config.ini and add the OSGi extensions, however looks
> like the extension is already enabled:
>
> #This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser
> #Fri Jul 17 23:54:04 EEST 2009
> osgi.sharedConfiguration.area=file\:configuration/
> osgi.bundles=reference\:file\:../../../home/bofh/.eclipse/org.eclipse.platform_3.4.0_185596441/dropins/ajdt/plugins/org.eclipse.equinox.weaving.hook_1.0.0.200905261348.jar@4,reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1\:start
> osgi.framework.extensions=org.eclipse.equinox.weaving.hook
>
> Can somebody please help mw with resolving and fixing this problem?
>
> Thank you in advance!
>
> --
> Eugene N Dzhurinsky
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>