Raja Nagendra Kumar wrote:
I would like to know exact location of file given a fileset way to find one
<fileset dir="${tejasoft.root}">
<include name="**/${name}Common.xml"/>
</fileset>
Assuming that only one file in tejasoft.root would match the expression
"**/${name}Common.xml.
<fileset dir="${tejasoft.root}" id="yourID">
<include name="**/${name}Common.xml"/>
</fileset>
the property ${toString:yourID} has your file
Regards,
Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]