Bugs item #1425659, was opened at 2006-02-07 08:20
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=1425659&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: Core
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Davey (asdavey)
Assigned to: Nobody/Anonymous (nobody)
Summary: CombinePaths error with ending path seperator on first path

Initial Comment:

If path1 ends with a trailing path seperator, and path2
makes use of '../' , then the returned combined path is
incorrect.

Example:

Combining

  "C:\Test\Whatever\"
  "..\Whatever\Test.txt"

should result in:

  "C:\Test\Whatever\Test.txt"

instead you get:

  "C:\Test\Whatever\Whatever\Test.txt"

I've attached a tarball with the patch for the fix as
well as a patch for the tests.



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to