This seems odd.  If I have

<project name="foobar" default="bar" basedir=".">
<target name="foo"> <echo message="foo"/> </target>
<target name="bar1" depends="foo"> <echo message="bar1"/> </target>
<target name="bar2" depends="foo"> <echo message="bar2"/> </target>
</project>

And I do "ant bar1 bar2" from the command line it runs
"foo" twice.  Is this a bug?  I am using ant 1.3 on Solaris.

Thanks,
Dan

Reply via email to