Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Excpetion while trying to create an Aspect to converted Java project

Hi Michael,

Please raise a bug against AJDT. In the meantime you can just use the regular class wizard and once the type is created just change 'class' to 'aspect', there is nothing particularly special about the new Aspect wizard. (I tried a simple recreate and it just worked for me but I am using the dev build of AJDT fromĀ http://download.eclipse.org/tools/ajdt/43/dev/update )

cheers
Andy.


On 11 August 2013 22:43, MK <zerbarus1987@xxxxxxx> wrote:
Hi,

I formulated a question about a problem I experience with AJDT on Kepler
at Stackoverflow and the guys there said this could be the right point
of contact. My question is this one (since I don't know what further
information to give besides those I already gave on stackoverflow):
http://stackoverflow.com/questions/18175138/create-an-aspect-with-ajdt-in-former-java-project

Would be very nice if someone can help me.

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


Back to the top