Possible Duplicate:
Cannot stop ant from generating compiler warnings
How to suppress this warning:
sun.reflect.Reflection is Sun proprietary API and may be removed in a future release
using @SuppressWarnings in Oracles javac (1.6)?
According to this blog using "all"
should work but it does not. Does anybody know the correct string?