Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] ant & annotations are only available if source level is 5.0

Hello
I am trying to compile aspectJ and J2EE code from an ant build file.
I have been doing it with no problem until now using ajc11 task (ajc
destdir=... argfile=...)
But now my Java code has got annotations and I got the error:

annotations are only available if source level is 5.0

I tried to do
Ajc -1.5 destdir...
But I get an error as -1.5 were not an option (and I am using aspectj
1.5)
Can anybody help me please?
Thanks in adavance

Guadalupe





Back to the top