On 2020-09-21, Alan Snyder wrote:

> I think you are understanding correctly.

> It sounds like what I want might require either an include statement (textual 
> inclusion) or project inheritance.

If you wanted something like project inheritance, then the projects need
to be aware and use "their parent" in some way. To me this sounds more
intrusive than putting an xmlns:prefix="" with the antlib-URI at the
project level.

If setting up the classloader is a concern, then use an URI using a
scheme other than antlib and use taskdef assigning that URI. If you
ensure taskdef has been run before the task itself is used this should
work.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to