--- Abhay Kulkarni <[EMAIL PROTECTED]> wrote:
> <uptodate property="xmlBuild.notRequired">
>
>
> <srcfiles dir= "${src1}" includes="one.java"/>
> <mapper type="merge" to="${src}/clas/one.class"/>
> </uptodate>
You can nest as many <srcfiles> elements as you need, one for each
directory you want to point to. Also, you don't need the <mapper>, since
<uptodate> defaults to a "merge" mapper. Try:
<uptodate property="one.class.upToDate"
targetfile="${src}/class/one.class">
<srcfiles dir="${src1}" includes="one.java"/>
<srcfiles dir="${src2}" includes="two.java"/>
</uptodate>
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://http://taxes.yahoo.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>