Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Introducing JDT Weaving

One of the most desired features since I read what OTDT [1] was capable to do. And using AspectJ :)

Thanks for your efforts! I will try it ASAP.
Mario

[1] http://www.objectteams.org/

On Wed, Dec 3, 2008 at 4:16 PM, Ramnivas Laddad <ramnivas@xxxxxxxxxxxxxxx> wrote:
This is wonderful!

Updating as I write.

-Ramnivas

On Wed, Dec 3, 2008 at 9:58 AM, Simone Gianni <simoneg@xxxxxxxxxx> wrote:
> Andrew Eisenberg wrote:
>> Hi all,
>>
>> We would like to introduce the latest developments for AJDT.  We will
>> be release some exciting new features including Java searches that
>> include Aspects elements, ITD aware content assist and type
>> hierarchies.
>>
> Hurrraaaaayyyyy!!!!!!!!
>> We are asking the AspectJ and AJDT community to please try this new
>> version out and report any bugs on this list or on bugzilla.  The
>> update site is here:
>> http://download.eclipse.org/tools/ajdt/34/dev/weaving
>>
>>
> Will do asap!
>
> Great work!
>
> Simone
>> This is a pre-release of AJDT 1.6.2 and therefore requires Eclipse
>> 3.4.x.  AJDT 1.6.2 will be release towards the end of this month.
>>
>> In order to implement this we were left with no choice but to apply
>> AspectJ to the Eclipse framework itself.  We created the JDT Weaving
>> plugin that uses uses Equinox Aspects [1] to do the cross-plugin
>> weaving.
>>
>> For more information on how to use and install see the Eclipse Wiki:
>> http://wiki.eclipse.org/JDT_weaving_features
>>
>> As always we appreciate all feedback from the community.
>>
>> sincerely,
>> The AJDT team
>>
>>
>> [1] http://www.eclipse.org/equinox/incubator/aspects/index.php
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
>
>
> --
> Simone Gianni            CEO Semeru s.r.l.           Apache Committer
> http://www.simonegianni.it/
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan

Back to the top