Title: AspectJ compiler

I'm using the aspectj extension for jdee.
The problem i'm having is that i don't always
need to use the aspect compiler.  A majority of
my classes that i work on don't need it, and the
overhead of compiling everything is a waste of time.
I'd like to keep jde-compile using javac, but have
the Aspect menu's compile use the ajc compiler
as appropriate (using a .lst file).

Is there any way to do this?
If not, does JDEE let you nest your prj.el files?
If i have this:

project/prj.el
project/aspects/prj.el

will the aspects/prj.el file "inherit" from the
prj.el file?  Or can i explicitly include it somehow,
and then override settings?

Any help would be appreciated.

Reply via email to