Hi,

I've noticed something strange when using the script task. Here's what I
experienced:

<target name="foo" depends"bar"/>

<target name="bar">
        <script ...>

        </script>
</target>

When I go "ant bar", the script won't get executed. However, with "ant foo",
the script will work as expected. Is this a bug?


TIA     

Rubun Tang


Attachment: msg12547/bin00000.bin
Description: application/ms-tnef

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

Reply via email to