Downloads: 6803
Rating:
Participated in rating: 2
Recent change notes:
0.7 - debugging support; more error highlighting
0.6.1 - compiler settings fixed
0.6 - interface implementation; implicit usages; better JPA integration;
compiler reporting improved
0.5 - more error highlighting; Safe Delete; private member usages; file structure view;
compiler improvements; compiler settings from pom.xml
0.4 - live templates; Surround With; Complete Statement; New Aspect; rename; formatting;
compiler improvements and automatic weaving; project structure view
0.3 - Go To Symbol; Find Usages; refactoring support; completion; error highlighting
0.2 - ajc compiler support added
0.1 - initial release; supports fields and methods defined in .aj files
Comments:
When I install the newest one manually is says "is not compatible with current IDEA"
Can you help me?
Thanks Vlada
@Patrick the plugin is bundled in IDEA 10.
Now that IDEA 10 is out, could you please port the latest version (v0.61) to IDEA 10?
That would help me a lot.
Thanks,
Patrick
couldn't find aspectjrt.jar on classpath, checked: ...
You'd think this stuff would work out of the box. Is there some classpath setting somewhere that I need to modify to get this working? I'd love to see some native support for AspectJ. If it helps, my project is Maven-based.
Cannot run program "ajc": error=2, No such file or directory
this is after selecting ajc compiler under Settings -> Java Compiler
Is anybody experiencing the same