On Mon, 15 Jul 2002, Diane Holt <[EMAIL PROTECTED]> wrote:
> --- Stefan Bodewig <[EMAIL PROTECTED]> wrote:

>> (1) You can throw Ant into an infinite loop with <ant> or <antcall>
>> at the top level calling the same build file [...]
> 
> You can already do that:

I know, but even the simplistic test that prevents

<target name="foo">
  <antcall target="foo" />
</target>

doesn't work yet.

Stefan

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

Reply via email to