Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 60426 invoked from network); 31 Mar 2003 23:33:08 -0000 Received: from oe44.law12.hotmail.com (HELO hotmail.com) (64.4.18.16) by daedalus.apache.org with SMTP; 31 Mar 2003 23:33:08 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 31 Mar 2003 15:33:15 -0800 Received: from 207.121.0.68 by oe44.law12.hotmail.com with DAV; Mon, 31 Mar 2003 23:33:14 +0000 X-Originating-IP: [207.121.0.68] X-Originating-Email: [jordan_d_reed@hotmail.com] From: "Jordan Reed" To: Subject: Updating the Manifest on a Dynamic List of Jars Date: Mon, 31 Mar 2003 15:33:10 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003F_01C2F79A.D5A1F320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 31 Mar 2003 23:33:15.0128 (UTC) FILETIME=[E6C4B780:01C2F7DD] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_003F_01C2F79A.D5A1F320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm trying to update the manifest file on a dynamic set of jars and = unsure how to make this happen. During my build process I create a bunch of EJB jars in a directory = called "jars". =20 I know want to go threw all the jars and call the ant task of: but the task requires me to specify the name of my jarfile. I = don't want to have to know in advance all the jars that are going to be = in that directory and have a separate task for each one. Is there = a way for ant to determine all the jars and interate over them using = this task? Thanks, Jordan ------=_NextPart_000_003F_01C2F79A.D5A1F320--