-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 08, 2006 11:21 AM
To: Ant Users List
Subject: Re: FileSet for paths with spaces
'dir' attribute is required, and can have spaces in it. Otherwise,
don't use includes attribute, but nested elements. --DD
On
'dir' attribute is required, and can have spaces in it. Otherwise,
don't use includes attribute, but nested elements. --DD
On 8/8/06, Tzabari, Gili <[EMAIL PROTECTED]> wrote:
Hi,
How can one use against a path with spaces in it? I'd like
to do something like this:
But FileSet
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
-