--- Abhay Kulkarni <[EMAIL PROTECTED]> wrote:
> can i include a directory name in the target file of uptodate task

You can -- but it'll check the timestamp of the directory itself, not any
files in it.
 
> directory src1 is having java files and src/clas is having class files
>  
> <uptodate property="xmlBuild.notRequired" targetfile="${src}/clas"
>    <srcfiles dir= "${src1}" includes="tempcasetoolnew.java"/>
> </uptodate>

If you only want to check the one .java file against its .class file, just
specify the .class file as the 'targetfile'.

Maybe you should tell us what it is you're actually wanting to do the
<uptodate> for.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to