Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71872 invoked from network); 8 Aug 2006 15:19:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 15:19:23 -0000 Received: (qmail 1860 invoked by uid 500); 8 Aug 2006 15:19:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 1827 invoked by uid 500); 8 Aug 2006 15:19:17 -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 1816 invoked by uid 99); 8 Aug 2006 15:19:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:19:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [198.71.73.25] (HELO mx2.nuance.com) (198.71.73.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:19:17 -0700 Received: from unknown (HELO pb-exchcon2.nuance.com) ([10.1.4.118]) by mx2.nuance.com with ESMTP; 08 Aug 2006 11:18:56 -0400 X-IronPort-AV: i="4.07,222,1151899200"; d="scan'208"; a="6112866:sNHT18866827" Received: by pb-exchcon2.pb.scansoft.com with Internet Mail Service (5.5.2658.27) id ; Tue, 8 Aug 2006 11:18:56 -0400 Message-ID: From: "Tzabari, Gili" To: user@ant.apache.org Subject: FileSet for paths with spaces Date: Tue, 8 Aug 2006 11:18:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2658.27) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, How can one use against a path with spaces in it? I'd like to do something like this: But FileSet's "includes" thinks the space separates multiple tokens and so it defines includes as ["c:/Documents", "and", "Settings/username/*.txt"] Any ideas? Thank you, Gili --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org