AspectJ Compiler

I am using the AJC compiler for aspects in my project.

It is really slow. What can I do to speed it up the build/hot deploy process?

WinXP x86
3 gigs of RAM
JDK5
IntelliJ 12.1.2

0

Gary,

AspectJ is more complex than Java so the compiler have to do more work. Another problem may be that IDEA does not support incremental compilation with Ajc yet.
Right now I can only suggest to use @AspectJ-style aspects along with Javac compiler and load-time weaving.

0

请先登录再写评论。