From user-return-38357-apmail-ant-user-archive=ant.apache.org@ant.apache.org Tue Nov 04 22:04:28 2003 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 91639 invoked from network); 4 Nov 2003 22:04:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Nov 2003 22:04:28 -0000 Received: (qmail 58335 invoked by uid 500); 4 Nov 2003 22:04:07 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 58308 invoked by uid 500); 4 Nov 2003 22:04:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 58285 invoked from network); 4 Nov 2003 22:04:07 -0000 Received: from unknown (HELO dms-lcc-cpc-m3.dms.usace.army.mil) (140.194.245.22) by daedalus.apache.org with SMTP; 4 Nov 2003 22:04:07 -0000 Received: by dms-lcc-cpc-m3.dms.usace.army.mil with Internet Mail Service (5.5.2656.59) id ; Tue, 4 Nov 2003 16:04:12 -0600 Message-ID: From: "Zwicky, William R ERDC-CERL-IL Contractor" To: 'Ant Users List' Subject: Dirset broken? (was: Dirset selectors?) Date: Tue, 4 Nov 2003 16:03:33 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3A31F.7CDA97C0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3A31F.7CDA97C0 Content-Type: text/plain The dirset task seems to be broken in 1.6beta. The docs say it groups directories, however when I create one, it appears full of files. Here's my test script: ${str} The result of this is the *files* in the current dir, not the dirs. And if I drop the includes, I get all files from all sub-dirs, but not the dirs themselves. What's the point of this task if it functions the same as FileSet? -Bill // William R. Zwicky // USA-CERL (217) 352-6511 x7405 // Champaign, IL ------_=_NextPart_001_01C3A31F.7CDA97C0--