Bugs item #1032142, was opened at 2004-09-21 13:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1032142&group_id=31650

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: m.goodman (mgaz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Copy Task does not correctly check file dates with flatten

Initial Comment:
~ line 280 of CopyTask should be changed to:

// do the outdated check
string dstFilePath;

if (Flatten) {
  dstFilePath = Path.Combine(ToDirectory.FullName, 
       Path.GetFileName(dstRelFilePath));
}
else {
  // The full filepath to copy to.
  dstFilePath = Path.Combine(ToDirectory.FullName, 
dstRelFilePath);
                                        
}

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to