Use Pathconvert:
<filelist dir="." files="build.xml,k.xml" id="filelist"/>
<pathconvert property="converted" pathsep="${line.separator}"
refid="filelist"/>
<echo message="converted is ${line.separator}${converted}"/>
Peter
On Wednesday 04 June 2003 16:11, Philippe Bonnardel wrote:
> Hi all
>
> I'm guetting an head-ach on this.
> I'd like to add new lines to a list of file.
> I was thinking about using fileset and echo but how to get the file one
> by one in order to echo my carriage returns in each file of the fileset.
> Should I use antcall? If so, how?
>
> Hope somebody was facing a kind of same issue.
>
> Thanks for any answer
>
> Regards
>
> Philippe Bonnardel.
> ---------------------------------------------------------------------
> E-Paper Software Engineer
> Winsoft S.A. ( <http://www.winsoft.fr/> http://www.winsoft.fr)
> <mailto:philippe.bonnardel@winsoft.fr> philippe.bonnardel@winsoft.fr
> Tel: +33 438 022 231 Fax: +33 438 022 211
> --------------------------------------------------------------------
|