Apologies to the list! I didn't create a build.properties file turning on the various parts of Axis that I need. I'm not used to having to do this :( Figured it our after looking at the build.xml file and seeing all of the unless="" entries. I might have missed it, but I don't remember seeing anything in the docs about the "xxxxx.present" flags.
Thanks for your responses though Jaya! Bob On Monday 20 September 2004 05:50 am, jayachandra wrote: > You can find servlet-api in Tomcat's commons/lib directory. Actually > AxisServlet.java has some imports from javax.servlet.http package > which are present in servlet-api.jar > > Bye > jaya > > On Mon, 20 Sep 2004 15:09:03 +0530, jayachandra <[EMAIL PROTECTED]> wrote: > > Hey! > > same pinch here three days ago. You just need to drop servlet-api.jar > > into the ws-axis/lib directory and then say 'ant compile'. That should > > get you all the classes, esp the AxisServlet > > > > HTH > > Jayachandra > > > > > > > > On Fri, 17 Sep 2004 14:13:19 -0400, Robert Bateman > > > > <[EMAIL PROTECTED]> wrote: > > > I'm attempting to build Axis from the CVS pull. Doing "ant compile" > > > builds all of the respective jar files. > > > > > > However, looking into, for example axis.jar, I noticed a number of > > > missing class modules. I've double checked the classes location and > > > stuff is missing from there as well. For example, I have no class > > > org.apache.axis.transport.http.AxisServlet in my jar file. > > > > > > I'm running java 1.4.2_05 > > > On top of Linux 2.24 > > > with Ant 1.5.3 > > > > > > Thoughts? > > > > > > Thanks! > > > > > > Bob > > > > -- > > -- Jaya
