Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Eclipse and AspectJ

Hi Alejandro,

Compliance 1.6 in Eclipse 3.4.2 should be fine.  I just created the AspectJ Bean example project (File>New>AspectJ Examples>Bean Example) and changed the compliance to 1.6 and it was ok.  What happens to you when it doesn't work - do you get an error?

> Also, I tried some examples and sometimes I've got that some advices are not being apply (raised a warning!). I checked it with an experienced
> aspect user (not in eclipse) and there is no reason not to be working (the aspect and the example class are very simple).

If compliance level is 1.5 or above, you will get warnings when advice does not match - are those the warnings you see?  To comment on why i isn't matching, I would need to see the code - are you able to post any of it here?

cheers,
Andy.


2009/3/3 Alejandro Garcia <garciaal@xxxxxxxxxxx>
Hello I'm Alejandro and also a newbie in this area.
I have the following problems: I've been trying to use Java JRE 1.6 and Compiler compliance level 1.6 in Eclipse 3.4.2  with AspectJ but it seems not to be working. If I change it to JRE 1.5 and compiler 1.5 works fine.
Is this correct? Could you point me to any place where I can find this information?

Also, I tried some examples and sometimes I've got that some advices are not being apply (raised a warning!). I checked it with an experienced aspect user (not in eclipse) and there is no reason not to be working (the aspect and the example class are very simple).
Any idea?

Thank you very much in advance for any help,

Alejandro Garcia
Email: garciaal@xxxxxxxxxxx
Website: www.atelier.inf.unisi.ch/~garciaal


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


Back to the top