30

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?

martin clayton
  • 76,436
  • 32
  • 213
  • 198
Jason S
  • 184,598
  • 164
  • 608
  • 970

1 Answers1

35

Right here: Path-like Structures in Ant manual.

Laurynas Biveinis
  • 10,547
  • 4
  • 53
  • 66