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?
Right here: Path-like Structures in Ant manual.