----- Original Message ----- From: <[EMAIL PROTECTED]> > -<project> > +<project default="foo"> > <echo message="Called" /> > + <target name="foo" /> > </project>
This doesn't make sense to me. Why force one to define an empty target, assuming there is consensus to allow tasks to exist outside targets? Is it because we want to make sure that <target> *is* the entry point, whether it does something or not? In the above example, what will happen if I invoke: ant xyz Will the <echo> task be invoked or not? Cheers, Magesh PS: I did read the target-less thread. ************************************************ * Criminal: A guy no different from the rest * * ...except that he got caught. * ************************************************ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
