ant

Displaying classpath in ant

Something I always forget Smiling

Given

<path id="class.path">

use


<property name="cp" refid="class.path"/>
<echo message="Classpath is ${cp}"/>

Technorati Tags:
Syndicate content
worried