Bugs item #1425659, was opened at 2006-02-06 23:20
Message generated for change (Comment added) made by drieseng
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andrew Davey (asdavey)
>Assigned to: Gert Driesen (drieseng)
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.



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

>Comment By: Gert Driesen (drieseng)
Date: 2006-02-07 12:52

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

I had to make some modifications to your patch though, as 
it introduced regressions.

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

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