--- Rubun Tang <[EMAIL PROTECTED]> wrote: > 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?
If it is, it's not reproducible by me -- I directly run targets with <script> tasks all the time. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
