It is a feature. 

----- Original Message ----- 
From: "Dan Lipofsky" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 14:23
Subject: multiple targets on command line


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




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

Reply via email to