I am using <copy> to copy some files. It is set up to use preservelastmodified and a fileset, something like this:
<copy todir="${webapp.copy_dir}" preservelastmodified="true"> <fileset dir="."> <include name="WEB-INF/**"/> <include name="config.xml"/> </fileset> </copy> My problem is that after I have copied the set of files once and perform the copy again, the <copy> task recopies some of the files, even though none of the files have changed. And not all of them get recopied, just some. I am at a loss to see anything different about the files that are getting recopied, but it appears to be a consistent set. Anyone have any ideas? Something I can look at? thanks, -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>