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 23383 invoked from network); 4 Feb 2003 22:42:07 -0000 Received: from unknown (HELO warhawk.mpi.com) (63.244.250.133) by daedalus.apache.org with SMTP; 4 Feb 2003 22:42:07 -0000 Received: from lightning.mpi.com (lightning.mpi.com [199.93.192.53]) by warhawk.mpi.com (Switch-2.2.2/Switch-2.2.0) with ESMTP id h14MgC506274 for ; Tue, 4 Feb 2003 17:42:12 -0500 (EST) Received: from US-VS1.corp.mpi.com (us-be2.corp.mpi.com [199.93.195.21]) by lightning.mpi.com (Switch-3.0.1/Switch-3.0.0) with ESMTP id h14MgACu007183 for ; Tue, 4 Feb 2003 17:42:10 -0500 (EST) 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: war task question Date: Tue, 4 Feb 2003 17:42:10 -0500 Message-ID: <9C5166762F311146951505C6790A9CF8346389@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: war task question Thread-Index: AcLMnqdRlRFwZkMkTrCCzX16bRbcPA== From: "Shapira, Yoav" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have the following source organization I'd like to get into a war file: /lib/jar1.jar /lib/jar2.jar /lib/jar3.jar /build/myjar1.jar /build/myjar2.jar /images/image1.gif /images/image2.gif /config/web.xml /config/otherConfiguration.prop /html/file1.html /html/file2.html I need all the jars in the lib directory except one, and the jars in the build directory, to go into the /WEB-INF/lib directory of the war file. The other files (html, images, config/otherConfiguration.prop) should just go under the war root directory (not under WEB-INF). I'm using Ant 1.5.1. My war task skeleton looks like: Can someone please help me fill in the rest? ;) =20 Thanks, Yoav Shapira Millennium ChemInformatics