You could use Base64 from Commons Codec instead.
http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/binary/Base64.html
This should be in the classpath because of Acegi. It's in the JARs,
but may not be in the classpath.
If you enter an issue in JIRA, I'd be happy to make the change.
http://issues.appfuse.org/browse/APF
Thanks!
Matt
On 1/19/07, André Faria <[EMAIL PROTECTED]> wrote:
Warnings with Base64...
build:
[javac] Compiling 376 source files to /mnt/develop/ant/finan/build
[javac]
/mnt/develop/ant/finan/tecFinan/src/service/br/com/bluesoft/tecfinan/util/StringUtil.java:81:
warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in
a future release
[javac] sun.misc.BASE64Encoder encoder = new
sun.misc.BASE64Encoder();
[javac] ^
[javac]
/mnt/develop/ant/finan/tecFinan/src/service/br/com/bluesoft/tecfinan/util/StringUtil.java:81:
warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in
a future release
[javac] sun.misc.BASE64Encoder encoder = new
sun.misc.BASE64Encoder();
[javac]
^
[javac]
/mnt/develop/ant/finan/tecFinan/src/service/br/com/bluesoft/tecfinan/util/StringUtil.java:92:
warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in
a future release
[javac] sun.misc.BASE64Decoder dec = new
sun.misc.BASE64Decoder();
[javac] ^
[javac]
/mnt/develop/ant/finan/tecFinan/src/service/br/com/bluesoft/tecfinan/util/StringUtil.java:92:
warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in
a future release
[javac] sun.misc.BASE64Decoder dec = new
sun.misc.BASE64Decoder();
[javac]
^
[javac] 4 warnings
[copy] Copying 11 files to /mnt/develop/ant/finan/build
What can we do about this?
---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]
--
http://raibledesigns.com