Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How to turn off Xlint messages in OSGi LTW

Hi friends,
I'm using AspectJ 1.8 in OSGi with LTW and I'm wondering how to turn off all the Xlint messages.
I've tried:

aj.weaving.verbose=false
org.aspectj.weaver.showWeaveInfo=false
org.aspectj.osgi.verbose=false

but didn't seem to help.

As far as I can see in the doc I can declare -Xlint:ignore in aop.xml but I'd like to do the same with a system property. Is it possible?
If not how can I use aop.xml in OSGi?

Cheers!

Back to the top