On Mon, Jan 27, 2003 at 01:17:07PM +0100, Robert Simmons wrote:
> Does anyone know how, in Ant, to take a fileset and convert it to a space
> delimited list of files?

Something like:

<pathconvert property="list" dirsep=" ">
  <path refid="...">
</pathconvert>

--Jeff

> -- Robert
> 

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to