Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 56768 invoked from network); 25 Mar 2004 19:18:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 19:18:34 -0000 Received: (qmail 30388 invoked by uid 500); 25 Mar 2004 19:18:23 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 30353 invoked by uid 500); 25 Mar 2004 19:18:22 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 30339 invoked by uid 500); 25 Mar 2004 19:18:22 -0000 Received: (qmail 30334 invoked from network); 25 Mar 2004 19:18:22 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Mar 2004 19:18:22 -0000 Received: (qmail 56759 invoked by uid 1818); 25 Mar 2004 19:18:31 -0000 Date: 25 Mar 2004 19:18:31 -0000 Message-ID: <20040325191831.56758.qmail@minotaur.apache.org> From: mbenson@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks echo.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mbenson 2004/03/25 11:18:31 Modified: docs/manual/CoreTasks echo.html Log: Added examples of using the line.separator system property in the message. PR: 27953 Revision Changes Path 1.12 +11 -3 ant/docs/manual/CoreTasks/echo.html Index: echo.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/echo.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- echo.html 9 Feb 2004 21:50:05 -0000 1.11 +++ echo.html 25 Mar 2004 19:18:31 -0000 1.12 @@ -51,13 +51,21 @@

Examples

-
  <echo message="Hello, world"/>
-
  
  +
  +<echo message="Hello, world"/>
  +
+
  +<echo message="Embed a line break:${line.separator}"/>
  +
+
  +<echo>Embed another:${line.separator}</echo>
  +
+
   <echo>This is a longer message stretching over
   two lines.
   </echo>
   
-
  
  +
   <echo>
   This is a longer message stretching over
   three lines; the first line is a blank
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org