You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@bost.de> on 2000/04/04 11:14:59 UTC

After Property and Taskdef what about Available, Filter an Tstamp

Hi,

the Property and Taskdef tasks can be used outside of any targets as
they will be executed by the parser anyway. Putting them there is a
good thing as you won't confuse anybody (including yourself) about
which properties might be set.

The three other tasks (Available, Filter and Tstamp) behave the same
way (i.e. they do their work in init). Wouldn't it be more consequent
to allow those outside of targets as well?

Appended is a trivial patch to ProjectHelper that only mimics Sam's
changes made for Property and Taskdef.

Stefan


Re: After Property and Taskdef what about Available, Filter an Tstamp

Posted by Stefan Bodewig <bo...@bost.de>.
Sorry, typo in my last patch that slipped through