Try setting eol="crlf": http://ant.apache.org/manual/CoreTasks/concat.html -Andrew
On 8/22/05, Karunakar Chatla <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have following script where I am writing some text to file. > I wanted each of the lines in seperate line in the file. It is writing to > the file but when I open the file(in windows) it shows me a special > character( a sqare). > How can we avoid this? > > <concat destfile="${soft.labels.path}\${soft-lable-win}"> > element * CHECKEDOUT > time ${timerule} > ${load.rules} > </concat> > > Thanks, > Karunakar Chatla > > >