AJDT asking to enable weaving in Eclipse [message #73887] |
Mon, 11 May 2009 09:03  |
Eclipse User |
|
|
|
Originally posted by: jacek.pospychala.pl.ibm.com
hi AJDT :-)
How does AJDT enable the aspects weaving support in the Eclipse it's
running? (To enable the advanced integration with JDT)
Which class does that?
Thanks!
--
Rational Elite Support for Eclipse
|
|
|
|
|
|
Re: AJDT asking to enable weaving in Eclipse [message #74029 is a reply to message #74011] |
Tue, 26 May 2009 14:48  |
Eclipse User |
|
|
|
Originally posted by: andrew.eisenberg.springsource.com
In your case, you might be better off using Equinox Aspects alone, without
using the JDT weaving service. EA is available from the AJDT update site.
Also, instructions on how to use it in your osgi application are available
here:
http://www.eclipse.org/equinox/incubator/aspects/index.php
On 25/05/09 6:05 AM, in article gve519$h73$1@build.eclipse.org, "Jacek
Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
> hi Andrew,
> I was looking at how to most seamlessly plug into weaving Eclipse
> plugins. My own plug-in would just contribute aspects, and I would not
> have to worry whether weaving hook is enabled or not, but leave it to
> user to enable/disable Weaving as it is done in AJDT/JDT integration.
>
> I found that your code depends on JDT and the aspect that verifies
> Weaving hook installation success also requires some particular JDT class.
> I used that as an example for my own Weaving hook enabler. However
> someone could come up with solution generic enough so that it would not
> require JDT.
>
> In my case I wanted to weave various plug-ins and not assume that JDT is
> available.
>
> Andrew Eisenberg pisze:
>> That's right.
>>
>> A description of how it is implemented is here:
>> http://wiki.eclipse.org/JDT_weaving_features
>>
>> And org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rerUI
>> provides UI support for it.
>>
>> What are you trying to do?
>>
>>
>> On 11/05/09 6:27 AM, in article gu9938$eeo$1@build.eclipse.org, "Jacek
>> Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
>>
>>> Ok, I see it:
>>> org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rer
>>> in org.eclipse.contribution.jdt bundle.
>>>
>>> Jacek
>>>
>>>
>>> Jacek Pospychala pisze:
>>>> hi AJDT :-)
>>>>
>>>> How does AJDT enable the aspects weaving support in the Eclipse it's
>>>> running? (To enable the advanced integration with JDT)
>>>>
>>>> Which class does that?
>>>>
>>>> Thanks!
>>>>
>>>>
>>
>
|
|
|
Re: AJDT asking to enable weaving in Eclipse [message #599951 is a reply to message #73887] |
Mon, 11 May 2009 09:27  |
Eclipse User |
|
|
|
Ok, I see it:
org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rer
in org.eclipse.contribution.jdt bundle.
Jacek
Jacek Pospychala pisze:
> hi AJDT :-)
>
> How does AJDT enable the aspects weaving support in the Eclipse it's
> running? (To enable the advanced integration with JDT)
>
> Which class does that?
>
> Thanks!
>
>
--
Rational Elite Support for Eclipse
|
|
|
Re: AJDT asking to enable weaving in Eclipse [message #599966 is a reply to message #73905] |
Mon, 11 May 2009 18:50  |
Eclipse User |
|
|
|
That's right.
A description of how it is implemented is here:
http://wiki.eclipse.org/JDT_weaving_features
And org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rerUI
provides UI support for it.
What are you trying to do?
On 11/05/09 6:27 AM, in article gu9938$eeo$1@build.eclipse.org, "Jacek
Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
> Ok, I see it:
> org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rer
> in org.eclipse.contribution.jdt bundle.
>
> Jacek
>
>
> Jacek Pospychala pisze:
>> hi AJDT :-)
>>
>> How does AJDT enable the aspects weaving support in the Eclipse it's
>> running? (To enable the advanced integration with JDT)
>>
>> Which class does that?
>>
>> Thanks!
>>
>>
>
|
|
|
Re: AJDT asking to enable weaving in Eclipse [message #599997 is a reply to message #73940] |
Mon, 25 May 2009 09:05  |
Eclipse User |
|
|
|
hi Andrew,
I was looking at how to most seamlessly plug into weaving Eclipse
plugins. My own plug-in would just contribute aspects, and I would not
have to worry whether weaving hook is enabled or not, but leave it to
user to enable/disable Weaving as it is done in AJDT/JDT integration.
I found that your code depends on JDT and the aspect that verifies
Weaving hook installation success also requires some particular JDT class.
I used that as an example for my own Weaving hook enabler. However
someone could come up with solution generic enough so that it would not
require JDT.
In my case I wanted to weave various plug-ins and not assume that JDT is
available.
Andrew Eisenberg pisze:
> That's right.
>
> A description of how it is implemented is here:
> http://wiki.eclipse.org/JDT_weaving_features
>
> And org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rerUI
> provides UI support for it.
>
> What are you trying to do?
>
>
> On 11/05/09 6:27 AM, in article gu9938$eeo$1@build.eclipse.org, "Jacek
> Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
>
>> Ok, I see it:
>> org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rer
>> in org.eclipse.contribution.jdt bundle.
>>
>> Jacek
>>
>>
>> Jacek Pospychala pisze:
>>> hi AJDT :-)
>>>
>>> How does AJDT enable the aspects weaving support in the Eclipse it's
>>> running? (To enable the advanced integration with JDT)
>>>
>>> Which class does that?
>>>
>>> Thanks!
>>>
>>>
>
--
Rational Elite Support for Eclipse
|
|
|
Re: AJDT asking to enable weaving in Eclipse [message #600006 is a reply to message #74011] |
Tue, 26 May 2009 14:48  |
Eclipse User |
|
|
|
In your case, you might be better off using Equinox Aspects alone, without
using the JDT weaving service. EA is available from the AJDT update site.
Also, instructions on how to use it in your osgi application are available
here:
http://www.eclipse.org/equinox/incubator/aspects/index.php
On 25/05/09 6:05 AM, in article gve519$h73$1@build.eclipse.org, "Jacek
Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
> hi Andrew,
> I was looking at how to most seamlessly plug into weaving Eclipse
> plugins. My own plug-in would just contribute aspects, and I would not
> have to worry whether weaving hook is enabled or not, but leave it to
> user to enable/disable Weaving as it is done in AJDT/JDT integration.
>
> I found that your code depends on JDT and the aspect that verifies
> Weaving hook installation success also requires some particular JDT class.
> I used that as an example for my own Weaving hook enabler. However
> someone could come up with solution generic enough so that it would not
> require JDT.
>
> In my case I wanted to weave various plug-ins and not assume that JDT is
> available.
>
> Andrew Eisenberg pisze:
>> That's right.
>>
>> A description of how it is implemented is here:
>> http://wiki.eclipse.org/JDT_weaving_features
>>
>> And org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rerUI
>> provides UI support for it.
>>
>> What are you trying to do?
>>
>>
>> On 11/05/09 6:27 AM, in article gu9938$eeo$1@build.eclipse.org, "Jacek
>> Pospychala" <jacek.pospychala@pl.ibm.com> wrote:
>>
>>> Ok, I see it:
>>> org.eclipse.contribution.jdt.preferences.WeavingStateConfigu rer
>>> in org.eclipse.contribution.jdt bundle.
>>>
>>> Jacek
>>>
>>>
>>> Jacek Pospychala pisze:
>>>> hi AJDT :-)
>>>>
>>>> How does AJDT enable the aspects weaving support in the Eclipse it's
>>>> running? (To enable the advanced integration with JDT)
>>>>
>>>> Which class does that?
>>>>
>>>> Thanks!
>>>>
>>>>
>>
>
|
|
|
Powered by
FUDForum. Page generated in 0.06903 seconds