Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] [Ann] IntelliJ IDEA plugin for AspectJ weaving 1.0

Mattias,

Cool stuff.  In case you or your users are finding the preference-based
selection of aspects to weave cumbersome, you could consider extending the
org.aspectj.ajde framework, which provides this and related compilation
facilities to IDEs.

We are in the process of discussing improvements to that API, so you may
want to check out the docs and discussion here: 

148190: revisit the interface tools are expected to use to invoke the
compiler
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148190

Mik
 
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-
> bounces@xxxxxxxxxxx] On Behalf Of Mattias Jiderhamn
> Sent: Monday, November 06, 2006 5:17 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] [Ann] IntelliJ IDEA plugin for AspectJ weaving
> 1.0
> 
> I belive I forgot to post the announcement of version 1.0 of the
> AspectJ weaver plugin for IntelliJ IDEA. Since the initial
> announcement the plugin has been much improved, mostly related to
> performance and usability. For example, it is now possible to
> enable/disable individual aspects.
> 
> There are no know bugs or pending improvements, so if you are using
> IntelliJ IDEA and AspectJ, give it a try!
> 
> Please read more at http://intellij.expertsystems.se/aspectj.html
> 
>    Mattias Jiderhamn
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top