Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4554 invoked from network); 6 Feb 2003 19:30:43 -0000 Received: from mail2.ca.com (HELO usilms54.ca.com) (141.202.248.38) by daedalus.apache.org with SMTP; 6 Feb 2003 19:30:43 -0000 Received: from usilms22.ca.com ([141.202.201.22]) by usilms54.ca.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 6 Feb 2003 14:30:47 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Compile against a war Date: Thu, 6 Feb 2003 14:30:47 -0500 Message-ID: <3DAC20ED9FB78B43B765220C31CBD862015B2529@usilms22.ca.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Compile against a war Thread-Index: AcLOFhXpbvnQokWzTBOrX3X1TAJEjAAABRuw From: "Grinvald, Edward" To: "Ant Users List" X-OriginalArrivalTime: 06 Feb 2003 19:30:47.0267 (UTC) FILETIME=[3FAC8B30:01C2CE16] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, they are just glorified jars, so as you suggested, I unpackaged one, and then repackaged it into a normal jar with a (proper) path. Thank you. =3D eg -----Original Message----- From: Dominique Devienne [mailto:DDevienne@lgc.com]=20 Sent: Thursday, February 06, 2003 2:28 PM To: 'Ant Users List' Subject: RE: Compile against a war I'm no WAR expert for sure, but aren't WAR files only glorified JARs, with a given layout inside? You probably just need to unjar (unwar?) somewhere, to get access to the classes and JARs inside, referring those in your classpath. Put that logic in a target that every target that needs the classpath thus defined depends on. --DD -----Original Message----- From: Grinvald, Edward [mailto:Edward.Grinvald@ca.com]=20 Sent: Thursday, February 06, 2003 1:25 PM To: Ant Users List Subject: RE: Compile against a war Unfortunately, the war isn't mine.. =3D eg -----Original Message----- From: David McTavish [mailto:dmctavish@SANDVINE.com]=20 Sent: Thursday, February 06, 2003 2:23 PM To: 'Ant Users List' Subject: RE: Compile against a war probably not a good idea. I'd separate your war file into two: 1. war file contains .jsp and servlets 2. jar file contains re-usable components that are necessary for dependents d. -----Original Message----- From: Grinvald, Edward [mailto:Edward.Grinvald@ca.com] Sent: Thursday, February 06, 2003 2:21 PM To: Ant Users List Subject: 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? =3D eg --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org