You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Grinvald, Edward" <Ed...@ca.com> on 2003/02/06 20:20:50 UTC

Compile against a war

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

Re: Compile against a war

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: "Dan Christopherson" <da...@nvisia.com>
To: "Ant Users List" <an...@jakarta.apache.org>
Sent: Thursday, February 06, 2003 11:23
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

yes,all you need is axis.jar, saaj.jar, xml-rpc.jar, commons-logging.jar,
commons.discovery.jar

BTW, axis1.1RC1 comes out this weekend, so dont rush into playing with 1.0

>
> -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: ant-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: ant-user-help@jakarta.apache.org
> >
>
>
>


Re: Compile against a war

Posted by Dan Christopherson <da...@nvisia.com>.
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: ant-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: ant-user-help@jakarta.apache.org
>