On Fri, 1 Aug 2003, peter reilly <[EMAIL PROTECTED]> wrote:

> ant:core is ant's namespace and the default namespace for
> definitions.

does that include the optional tasks?

If you reserve the ant* URI space, does that mean it will be
impossible to add third party tasks to the default namespace or does
"and the default namespace for definitions" mean that all <antlib>s
without an URI will end up in the default namespace?

> antlib:<package name> is treated specially, when ant encounters a
> component (task, or type) that has a namespace uri of this form, ant
> will check if there is a resource of the name packege ->
> path/antlib.xml and if so it will load it up.

searching in the core classloader?  Or do you envision a special (and
separate) plugin store from which to load antlibs on demand?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to