DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9505>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9505

Replace properties in mail task's messages.

           Summary: Replace properties in mail task's messages.
           Product: Ant
           Version: 1.5Beta1
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Currently no property replacement is performed on messages specified in an
external file or in the nested message tag.

I am requesting an enhancement to perform these property replacements, and will
be immediately submitting a patch.
This will allow the following property replacement to work:

    <mail from="me" tolist="you" subject="Build completed">
      <message><![CDATA[
         <html><body>
           <h3>${release.name} Build Successful</h3>
         </body></html>]]></message>
    </mail>
and will also perform the replacement if the mail task's messagefile attribute
is set or by using the nested message tag's src attribute.

I don't really care if this shows up in 1.5 beta or 1.6, although 1.5 beta would
be *really* nice!

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

Reply via email to