Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] configuring AJDTto compile .java with javac and .aj with ajc ...

Fabio,

I don't quite follow why you'd want to do this. Java projects in
Eclipse are compiled with the JDT compiler and AspectJ projects are
compiled with the AspectJ compiler. The AspectJ compiler is
implemented as an extension of the JDT compiler. Therefore compiling a
.java file containing pure java code is essentially the same with the
AspectJ compiler as with the JDT compiler.

Regards,

Matt.

On 10/11/06, Fabio Fagundes Silveira <ffs@xxxxxx> wrote:
Hello,

   As I intend to use LTW, I'd like to know how to configure AJDT in
eclipse to compile my classes as pure java code (ie. using javac) and
just aspects (.aj) with ajc?  For now, I have to compile classes in a
separated way, what is kind of boring ... :-(

   May you help me?

thanks in advance,
Fabio

_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top