[nant-dev] [ nant-Bugs-1425659 ] CombinePaths error with ending path seperator on first path

2006-02-07 Thread SourceForge.net
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=detailatid=402868aid=1425659group_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=detailatid=402868aid=1425659group_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=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1425659 ] CombinePaths error with ending path seperator on first path

2006-02-06 Thread SourceForge.net
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=detailatid=402868aid=1425659group_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=detailatid=402868aid=1425659group_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=lnkkid=103432bid=230486dat=121642
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers