On Wed, 8 Aug 2001, Kai Bartels <[EMAIL PROTECTED]> wrote:

> Is this considered a bug or a feature? :^)

Expected behavior.

> What will be the behaviour of the next Ant release?

The same.

This is to allow thing like

<target name="do-it-way-one" if="way-one">
  <do-it .../>
</target>

<target name="do-it-a-different-way" unless="way-one">
  <do-it .../>
</target>

<target name="do-it" depends="do-it-way-one,do-it-a-different-way" />

Stefan

Reply via email to