[Mono-bugs] [Bug 75958][Min] New - prj2make does not handle path
seperator correctly when using -csproj2prjx
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 1 23:02:17 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vaderpi at scottandlaurie.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75958
--- shadow/75958 2005-09-01 23:02:17.000000000 -0400
+++ shadow/75958.tmp.31431 2005-09-01 23:02:17.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 75958
+Product: Mono: Tools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: vaderpi at scottandlaurie.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: prj2make does not handle path seperator correctly when using -csproj2prjx
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+On Linux, prj2make does not handle path seperator correctly when using
+-csproj2prjx. This results in invalid files getting created and the
+resulting MonoDevelop combine will not work.
+
+Steps to reproduce the problem:
+1. mono mcs/tools/prj2make/prj2make.exe -csproj2prjx <solution>
+
+Actual Results:
+mono ../mcs/tools/prj2make/prj2make.exe -csproj2prjx NMock2.sln
+Will create combine filename:NMock2.cmbx
+Will create project filename:src\NMock2.Test\NMock2.Test.prjx
+Will create project filename:src\NMock2\NMock2.prjx
+Will create project
+filename:src\NMock2.AcceptanceTests\NMock2.AcceptanceTests.prjx
+
+Expected Results:
+mono ../mcs/tools/prj2make/prj2make.exe -csproj2prjx NMock2.sln
+Will create combine filename:NMock2.cmbx
+Will create project filename:src/NMock2.Test/NMock2.Test.prjx
+Will create project filename:src/NMock2/NMock2.prjx
+Will create project
+filename:src/NMock2.AcceptanceTests/NMock2.AcceptanceTests.prjx
+
+How often does this happen?
+Always
+
+Additional Information:
More information about the mono-bugs
mailing list