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:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:25 PM To: Ant Users List Subject: RE: Compile against a war Unfortunately, the war isn't mine.. = eg -----Original Message----- From: David McTavish [mailto:[EMAIL PROTECTED]] 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:[EMAIL PROTECTED]] 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? = 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] --------------------------------------------------------------------- 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]
