Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 35127 invoked from network); 8 Sep 2006 16:51:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 16:51:51 -0000 Received: (qmail 92635 invoked by uid 500); 8 Sep 2006 16:51:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92557 invoked by uid 500); 8 Sep 2006 16:51:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 92525 invoked by uid 99); 8 Sep 2006 16:51:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 09:51:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.202.165.199] (HELO smtpout04-04.prod.mesa1.secureserver.net) (64.202.165.199) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 08 Sep 2006 09:51:32 -0700 Received: (qmail 7930 invoked from network); 8 Sep 2006 16:51:12 -0000 Received: from unknown (71.208.5.206) by smtpout04-04.prod.mesa1.secureserver.net (64.202.165.199) with ESMTP; 08 Sep 2006 16:51:11 -0000 From: "jason heddings" To: "'Ant Users List'" Subject: DirSet Top-Level Dirs Only Date: Fri, 8 Sep 2006 10:53:07 -0600 Message-ID: <003501c6d367$42f3bd40$6500a8c0@enterprise> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0036_01C6D334.F8594D40" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 In-Reply-To: Thread-Index: AcbTZpfbkZ2Q2Sz+Q9S5bwFfto66gAAAJ8QA X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0036_01C6D334.F8594D40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm trying to craft a dirset that contains only the topl-evel directories of the supplied path... I took this approach: But that doesn't seem to quite work. Effectively, I want to have all the first-level children of the ${basedir} directory only. Ideally, not even ${basedir} would be returned, but only the children. I can filter that out out easilly, though. Thanks, --jah ------=_NextPart_000_0036_01C6D334.F8594D40--