Re: Axis exception on deployment

2004-12-02 Thread ANDREW MICONE
Fixed my own problem again. I'm learning more about ant files every day. Steps to compile for other newbies in pain: 1) Switch to J2EE 1.4.2_04 SDK instead of 1.5 2) Make sure tomcat's servlet api jar is in the CLASSPATH. 3) Make sure activation.jar and mail.jar is in WEB-INF/lib 4) Make sure log

Axis exception on deployment

2004-12-02 Thread ANDREW MICONE
On deployment of the latest-greatest CVS daily of Axis from tomcat, the following error appears. If you look in axis.jar you find that the class is indeed not in there. A problem with the build or a problem with the code? I see the source in the java directory but I don't see a class file in the