On Wed, 25 Jun 2003, Mike Mazzolini <[EMAIL PROTECTED]>
wrote:

> Now this leads into another question.  The Project.topoSort and
> Project.getTargets gets me all targets and their tasks but what if
> someone does an 'antcall' task?

Then you are out of luck - sorry.  This is one of the main reasons we
don't have an equivalent of "make -n".

> It looks like Ant doesn't know anything about this task until it
> executes it.

Correct.  It can't without executing all other tasks leading up to
<antcall>, as at least <property> (and any other task that's able to
set a property) and <import> may change the outcome.

Stefan

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

Reply via email to