Hi all, I have a problem with filenames and the Uptodate task on Windows 2000. It returns true even if my target is not uptodate with my source. This occurs when my target filename is not correctly defined in Ant according to the case-sensitivity.
Ex: <uptodate targetfile="source.txt"> <srcfiles dir="c:\" includes="target.txt"/> </uptodate> whereas on the disk, the target file can be "TarGet.txt". The Available task finds correctly the source and target files, even if the filenames are "misspelled" but Uptodate seems not. Fabrice -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
