On Friday 24 October 2003 14:20, Jose Alberto Fernandez wrote: > > > > We would have to suppress loading this antlib.xml as all the > > tasks and types would already have been loaded. > > Why keep the old mechanism? Just make the core load this antlib.xml. > There is no need for the property files anymore. Just live them for > historical purposed (if any).
Yep, we could do that. <antlib> <typedef resource="org/apache/tools/ant/types/defaults.properties" onerror="ignore"/> <taskdef resource="org/apache/tools/ant/taskdefs/defaults.properties" onerror="ignore"/> </antlib> should be equilvent. Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]