Oops.... sorry, my previous answer was too hasty.... the <property refid>
trick won't separate with spaces.  Sorry for the confusion.

How about modifying the Java program (if you've got the source code, that
is) to be an Ant task and take a <fileset>?  :)  (or have it use the path
separator character instead of spaces, then my previous trick would apply.

    Erik


----- Original Message -----
From: "Mark Womack" <[EMAIL PROTECTED]>
To: "Ant-User (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 4:25 PM
Subject: Convert a FileSet to a list of files?


> Is there a way to convert a FileSet to a space delimited string that is
the
> list of files matched for the file set?  We are using the java task and
need
> to provide a list of files for an argument.  It would be great if we could
> use a FileSet to determine the list of files.
>
> Thanks,
> -Mark
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to