there are some steps to doing this using jdk1.5...but i'd rather you compile using JDK1.4 using the ant/build.xml from the command line.
-- dims On 7/22/05, Luis Rivera <[EMAIL PROTECTED]> wrote: > > Hi, > > Well, I finally found time to try to build Axis1.2.1 to see if I can get rid > of the NullSecManager() when using axis in an applet. However, I cannot even > compile it, it gives me lots of warnings, complaining about using "enum as a > keyword", then I change the source to 1.5 and they become errors. Also, > there are errors regarding incomplete interface implementations, which I > believe is more about correcting the previous warnings first. > > Here is the error list, I reduced the error to only a handfull the rest are > just the same. Any help will be appreicated. I am using the jdk1.5.0_03 to > compile and running ant from Eclipse. However, even runnig out to compile > form the command line give me the same errors. > > --Luis R. > > [javac] > C:\perforce\verimatrix\Dev\Luis\axis\axis-1_2_1\src\org\apache\axis\enum\Scope.java:17: > warning: as of release 1.5, 'enum' is a keyword, and may not be used as an > identifier > [javac] (try -source 1.5 to use 'enum' as a keyword) > [javac] package org.apache.axis.enum; > [javac] ^ > ... > [javac] > C:\perforce\verimatrix\Dev\Luis\axis\axis-1_2_1\src\org\apache\axis\components\net\SunFakeTrustSocketFactory.java:24: > warning: [deprecation] com.sun.net.ssl.SSLContext in com.sun.net.ssl has > been deprecated > [javac] import com.sun.net.ssl.SSLContext; > [javac] ^ > ... > [javac] > C:\perforce\verimatrix\Dev\Luis\axis\axis-1_2_1\src\org\apache\axis\message\NodeImpl.java:45: > org.apache.axis.message.NodeImpl is not abstract and does not override > abstract method getUserData(java.lang.String) in org.w3c.dom.Node > [javac] public class NodeImpl implements org.w3c.dom.Node, > javax.xml.soap.Node, > [javac] ^ > ... > [javac] > C:\perforce\verimatrix\Dev\Luis\axis\axis-1_2_1\src\org\apache\axis\components\net\SunJSSESocketFactory.java:82: > warning: [deprecation] com.sun.net.ssl.SSLContext in com.sun.net.ssl has > been deprecated > [javac] SSLContext context = getContext(); > [javac] ^ > ... > [javac] > C:\perforce\verimatrix\Dev\Luis\axis\axis-1_2_1\src\org\apache\axis\utils\SOAPMonitor.java:2625: > warning: [deprecation] show() in java.awt.Dialog has been deprecated > [javac] dialog.show(); > [javac] ^ > [javac] 16 errors > [javac] 35 warnings > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today - it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > -- Davanum Srinivas -http://blogs.cocoondev.org/dims/
