Bugs item #1032948, was opened at 2004-09-22 22:43
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1032948&group_id=31650

>Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: m.goodman (mgaz)
>Assigned to: Gert Driesen (drieseng)
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);
                                        
}

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

>Comment By: Gert Driesen (drieseng)
Date: 2004-09-23 09:04

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the report !!

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1032948&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