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=18402>.
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=18402

add support for a new target attribute "finally"





------- Additional Comments From [EMAIL PROTECTED]  2003-04-03 14:00 -------
Have you take a look at the <trycatch/> task in antcontrib?
I think it allows you to write exactly what you want with clear semantics.

<target name="mytask" depends="init"> 
  <trycatch>
    <try> ....</try>
    <finally>
      <antcall target="cleanup"/> 
    </finally>
  <trycatch>
</target>

Are you proposing something with a meaning different than this one?

Reply via email to