Looking at some differences b/w 1.5.0 and 1.6.2

specifically we had

<concat destfile="${_temp.file1}"
       >_temp.path.1 = ${_path.project.root}</concat>

in 1.5.0 but with 1.6.2 it needs to be

<concat destfile="${_temp.file1}"
       >_temp.path.1 = ${_path.project.root}
</concat>

otherwise the newline doesn't make it into the file and
a append based contact results in the same line rather 
than the next line.

....

Is this familiar to anybody?

Is there a better way to guarantee the newline?


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

Reply via email to