Or use <pathconvert>. Jan
> -----Original Message----- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 11:12 AM > To: Ant Users List > Subject: Re: How to echo the content of a FileSet > > > You need to upgrade to ant 1.6.x. > > The toString method was added to FileSet for ant 1.6. > Peter > > Thomas SMETS wrote: > > >My Build.xml contains the followings : > > > >Located outside any target : > > > > <fileset dir="${Business.dir}/config" id="property.files"> > > <include name="*.properties"/> > > <exclude name="Datasource.properties"/> > > </fileset> > > > >Then in an "echo-target" used for debugging I do : > ><target name="echo" > > > <property name="build.path" refid="build.path" /> > > <property name="property.files" refid="property.files" /> > > > > <echo> > > Property files = ${property.files} > > </echo> > ></target> > > > > > >The problem is that I get the following output : > > Property files = [EMAIL PROTECTED] > > > >How do I display the files selected ... ? > > > >Tx, > > > >\T, > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
