Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT and language level = 6

Just out of curiosity: were there any actual language changes in Java
6, i.e. changes in the syntax of semantics of the Java language?

Eric

On 14/06/07, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
AspectJ is at JDK level 5.  Eclipse lets you up the level in the UI to
6 but AJDT/AspectJ don't understand that so you get errors like the
one you mention.

Andy.

On 14/06/07, Barry Kaplan <groups1@xxxxxxxxxxx> wrote:
> We are using JDK6 with language level set to 6. When I enable a project
> with aspectj, I get tons errors indicating that annotations are only
> allowed if language level = 5. Shouldn't be >= 5? Is there some workaround?
>
> thanks!
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top