Matt Benson schrieb am 14.05.2009 um 18:57:09 (-0700):
> 
> Read the whole section about antlibs in the Ant manual under "Concepts
> and Types."

Thanks, Matt. Not sure how exactly that answers my question, which was:

> > Is there some auto-lookup feature for classes that attempts dynamic
> > class loading for something like <namespace.MyTask/>, i.e. element
> > name corresponding to classname?
> > 
> > Or did you just omit the <taskdef> for brevity?

So I think there is no such auto-lookup feature, and a <taskdef> was
required in the example.

The special treatment of the "antlib:" namespace URI scheme laid out in
the manual is similar to such auto-lookup, but requires additional
configuration. I guess that's what you were pointing me to?

Michael Ludwig

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

Reply via email to