kdkanishka / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
0 stars 0 forks source link

Hide annoying warning messages at compile time #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hide messages of type
_warning: sun.XXX is Sun proprietary API and may be removed in a future release_

... shown at compile time

Original issue reported on code.google.com by bantc...@gmail.com on 2 Apr 2011 at 11:18

GoogleCodeExporter commented 8 years ago
The warnings about sun.misc.BASE64Encoder could be removed by depending on the 
Base64 encoder from Commons Codec. However I don't know if there is an 
equivalent for the classes under sun.security.

Original comment by ebo...@apache.org on 5 Apr 2011 at 10:25