Are you using Openjdk? then this fails. Use the JDK shipped by sun, and you should be ok.
-- Erlend On Mon, Jan 18, 2010 at 12:28 AM, Dan Tran <[email protected]> wrote: > Hello, > > I just inherit an project that I am trying to convert to maven and hit > a compilation error ( using java 1.6, target/source = 1.6 ) > > ts\admin\db_devices\DBCollectorHousekeepingServlet.java:[28,15] > sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a > future release > > Eclispe IDE does not fail this call. Why Maven? > > I found a link to this failure, with no resolution > http://www.mail-archive.com/[email protected]/msg103349.html > > Is there a way to make it a warning? > > Thanks > > > -Dan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
