>>>>> "TW" == Tim Wright <[EMAIL PROTECTED]> writes:
TW> The problem is that I want to set some properties. Properties TW> need to be set in the init() method, otherwise they can't be TW> expanded, This is no longer true either. Even <property> doesn't use init anymore. Please try one of the latest nightly builds or the CVS version, they are labeled release candidate and we expect Ant 1.2 to be released during the next one or two weeks. TW> My understanding is that the new execution plan would have to be: TW> Task_A.execute() - This method sets 'some_property' TW> Task_B.setAttribute() - 'some_property' is expanded by ant before TW> making this call Task_B.execute() ... This is how Ant 1.2 works, yes. Stefan
