This is in the ant manual.
http://ant.apache.org/manual/CoreTypes/antlib.html#currentnamespace
There is a special xml namespace (ant:current) for typedefs defined
within an antlib.
The namespace is only active during the processing of the antlib.
Peter
On Thu, Apr 23, 2009 at 7:53 AM, Gilles
Yesterday I lost 1 hour to fix an antlib namespace issue. I have no found
how to fix it, but I still don't clearly understand what is actually wrong
(=what error message should ant report).
I have an antlib defined in an XML file like this :
And I have my project was using it like this :