echo

Description

Echo text to the console.

Properties

NameDescriptionRequired
name A name, can be any text. No.
text The text to display. No, text can be nested instead.

Example

 <echo name="Greeting Job" text="Hello World"/>
 

 <sequential>
  <jobs>
   <echo id="first" text="Hello World Twice!"/>
   <echo text="${first.text}"/>
  </jobs>
 </sequential>
 


(c) Rob Gordon 2005 - 2009