<mail>
  <message
line 1
line 2
  </message>
</mail>

Jan

> -----Ursprüngliche Nachricht-----
> Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 8. Dezember 2004 12:58
> An: ant_user (E-Mail)
> Betreff: mail - message with more than 1 line ?
> 
> 
> Hi, how to send a message with more than one line ?
> 
> Didn't find an example for that in Ant 1.6.2 Manual 
> 
> <mail from = "${user.name}"
>   tolist   = "testuser"
>   subject  = "Build ${project} successful"
>   message = line 1
>               line 2
>               line 3
>               ...
>             
>   mailhost    = "mymailhost"
>   failonerror = "false"/>
> 
> Ok it would be possible to write the message in a file and 
> use messagefile, but i
> don't want to write another file for that purpose.
> 
> Any ideas ?
> 
> 
> regards, Gilbert
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to