On Tue, 21 Aug 2001, Matthew Inger wrote: > there is now a "typedef" task in the beta2 version. > However, it does not seem to be allowed at the same level that > taskdef is. Yes, seems to be the case - is only allowed within targets - so much for the bad news. > if so, how would one go about declaring an instance of the type so > that you can reference it elsewhere. The good news: types can be defined within targets as well: instead of: > > > > and make your targets that want to use abc depend on define-abc. Stefan