<echo>
  This is only a demo.

  Specifically, a demo with an empty line in the middle.
</echo>

... produces different output using ant 1.4.1 or ant 1.5beta1/2:
ant 1.4.1:

>     [echo]
>  This is only a demo.
>
>  Specifically, a demo with an empty line in the middle.

ant 1.5beta2:

>     [echo]   This is only a demo.
>     [echo]   Specifically, a demo with an empty line in the middle.

I check the changes documentation but couldn't find anything related to
the <echo> task. Is the behavior of 1.5b2 intended? If so, how can I
get a linefeed to appear in the output?

Cheers,
Stefan

=====
Stefan Moebius       <[EMAIL PROTECTED]> 
  Wurzener Str. 43        +49 351 8475827
  01127 Dresden           +49 172 8739617

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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

Reply via email to