Bugs item #1541229, was opened at 2006-08-16 12:51
Message generated for change (Comment added) made by oliverhallam
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1541229&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Oliver Hallam (oliverhallam)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error with multiple target files in <uptodate> task

Initial Comment:
If multiple files are included in the <targetfiles>
tag, then they are only considered out of date if all
the target files are out of date or missing.

If a single target file is missing or out of date, then
the set of target files is out of date, but is being
reported as up to date.

The uptodate task is checking the most recent last
write time of the target files, wheras the least recent
last write time should be checked.

----------------------------------------------------------------------

>Comment By: Oliver Hallam (oliverhallam)
Date: 2006-08-16 13:15

Message:
Logged In: YES 
user_id=1576985

Updated build script to create nescassary files for test

----------------------------------------------------------------------

Comment By: Oliver Hallam (oliverhallam)
Date: 2006-08-16 13:06

Message:
Logged In: YES 
user_id=1576985

I have attached a build file illustrating the problem.

Create files In1.txt and Out1.txt (Out1.txt has the same or
newer date than In1.txt).

If Out2.txt doesn't exist, or is older than In1.txt the
build script displays "true" when it should be false.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1541229&group_id=31650

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to