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

event "build finished" not received in a <antcall>





------- Additional Comments From [EMAIL PROTECTED]  2002-12-20 11:23 -------
The following script shows the problem :

<project name="insmigrate" default="main" basedir=".">

     <taskdef name="finally" classname="mytasks.Finally" />

  <!-- ************************ -->

  <target name="main">
  
    <antcall target="subtarget"/>

  </target>
  
  <!-- ************************ -->
             
    <target name="subtarget">

    <finally BuildSuccessProperty="build.success">
      <echo>finally</echo>
    </finally>
    
      <echo>sub target</echo>
    </target>
        
</project>

If you move the <finally> task code before or after the <antcall>, it works 
good ?
Have you any idea to bypass this behaviour ?
Thanks.

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

Reply via email to