views:

230

answers:

1

I must be missing something obvious here... I found the online documentation for the <property> task, but I can't find it for the <path> task, e.g.:

<path id="client.classpath">
   <fileset dir="${libDir}">
       <include name="*.jar"/>
   </fileset>
</path>

Where is <path> documented?

+2  A: 

Right here: Path-like Structures in Ant manual.

Laurynas Biveinis
oh. {sheepish look} I guess I was expecting a separate page that had "<path>" at the top.
Jason S
The Ant docs are pretty bad, to be fair. They need some serious attention.
skaffman