AW: Convert property that is a path to a resource

2007-01-09 Thread Jan.Materne
Maybe havent spent any time on that, but it looks good in the manual. Jan >Thanks for the help. Do you have any suggestions about how I >could use pathconvert in the following context without >bloating out my build file? > > > tofile="${destination.file}" > overwrite="true">

RE: Convert property that is a path to a resource

2007-01-09 Thread Daffin, Miles \(IT\)
> To: Ant Users List > Subject: Re: Convert property that is a path to a resource > > Daffin, Miles (IT) wrote: > > Hi All, > > > > I have a build with a number of properties that are paths to > > directories. I write these into a template script file using a

Re: Convert property that is a path to a resource

2007-01-09 Thread Steve Loughran
Daffin, Miles (IT) wrote: Hi All, I have a build with a number of properties that are paths to directories. I write these into a template script file using a filterset during a copy. The problem is that the properties have mixed windows and unix path separators, so when they are written into t

Convert property that is a path to a resource

2007-01-09 Thread Daffin, Miles \(IT\)
Hi All, I have a build with a number of properties that are paths to directories. I write these into a template script file using a filterset during a copy. The problem is that the properties have mixed windows and unix path separators, so when they are written into the scripts they are invalid.