>>>>> "NS" == Nico Seessle <[EMAIL PROTECTED]> writes:

 NS> No, they fail starting at echo.

Set haltonfailure to false to get see where the problems are more
quickly.

Actually Ant doesn't really treat the nested text, except from calling
trim on it which will strip the newlines. My guess is that addText is
called only once with the whole text on Linux (stripping the leading
spaces and the last linefeed) while it is called several times (once
per line) on your system, stripping all newlines.

Going to remove the trim() calls from ProjectHelper to get the same
behavior on all systems.

Stefan

Reply via email to