Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] DeclareAnnotation Warnings

From what I can tell from adjusting the build.xml for ANT, I removed the following line and the warnings vanished.

<aspectpath refid="compile.classpath"/>

 

Sorry for the confusion.

 

From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of CRANFORD, CHRIS
Sent: Tuesday, May 15, 2012 10:35 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] DeclareAnnotation Warnings

 

In a Spring project, the ANT build script shows the following warnings during the IAJC task:

<Unknown> [warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')

 

I am using the AspectJ 1.6.12 runtime libraries.  

 

How can I avoid/prevent these warnings?


Back to the top