hi all!!!!

can i include a directory name in the target file of uptodate task

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>

in this case will it work 
and if works with which file(s) ANT will check the timestamp of tempcasetool.java

so can anyone guide me regarding this

With Regards,
Abhay.

Reply via email to