antlib namespace and uri usage

2009-04-23 Thread Gilles Scokart
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 : antlib xmlns:deco=antlib:net.sourceforge.deco.ant

Re: antlib namespace and uri usage

2009-04-23 Thread Peter Reilly
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