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 51180 invoked from network); 2 Oct 2000 15:53:29 -0000 Received: from mail2.registeredsite.com (209.35.159.13) by locus.apache.org with SMTP; 2 Oct 2000 15:53:29 -0000 Received: from mail.axyssolutions.com (oldpop.axyssolutions.com [64.224.133.167]) by mail2.registeredsite.com (8.9.3/8.9.3) with ESMTP id LAA24042 for ; Mon, 2 Oct 2000 11:50:07 -0400 Received: from wes [64.217.212.138] by mail.axyssolutions.com (SMTPD32-6.00) id AF7773770108; Mon, 02 Oct 2000 11:53:27 -0400 From: "Wes Moulder" To: "Ant User Mailing List (E-mail)" Subject: Multiple directories in a jar? Date: Mon, 2 Oct 2000 10:54:56 -0500 Message-ID: <000a01c02c89$1ccc32e0$720f0a0a@axyssolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm wanting to include multiple directories merged into one jar file. I'm using this as my jar task: The way I have it now, it will give me: dir1/com/sun/estore/blah.class dir2/com/sun/estore/blahblah.class as opposed to merging the directories, giving me: com/sun/estore/blah.class com/sun/estore/blahblah.class On the command line, this is possible with the -C option. Is there either, a way to duplicate the -C option in the current jar taskdef (I didn't see anything favorable looking through the code) or is there a way to temporarily alter the directory scanner's basedir? Or better yet, am I missing something obvious that makes this trivial? Thanks in advance, --Wes Moulder Axys Solutions, LLC