You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mike McNally <m5...@works.com> on 2003/03/11 18:29:53 UTC

My task wants to have nested elements

I want nested <classpath> (or <path>, but it really is a
classpath) elements in a task I'm writing, and I've got a 
small point of confusion: I cannot find an existing ant
"Classpath" class.  There's "Path", which is probably 
fine, and I assume I'll write my task with an addPath()
API.  But my question is what ant does with the XML.  Does
it simply treat <classpath> the same as <path> internally
and use Path for both?  Or is <classpath> somehow
different?

Thanks.


--
[ you are my main foo ] Mike McNally -- m5@works.com