I don't see any soap.war in the Axis (1.0 or 1.1beta) distribution, are you sure this file wasn't built (from the Axis jars) by some other process?
AXIS_HOME/lib contains all the jars you need. Keith -----Original Message----- From: Dan Christopherson [mailto:[EMAIL PROTECTED]] Sent: 06 February 2003 19:24 To: Ant Users List Subject: Re: Compile against a war Problem is that all the classes in the war are either in /WEB-INF/classes or in /WEB-INF/lib/somefile.jar The Axis distribution should have all of the necessary jars distributed separately from the war, I'd think -danch Grinvald, Edward wrote: > Hello all, > I'm trying to compile my code against a war file from Apache Axis (the > one with all the soap stuff, soap.war), but not having any luck. How > would I designate a war file as a library/path in an ant script? > > = eg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
