[Mono-bugs] [Bug 77517][Wis] New - prj2make reference path issue with sub projects

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 9 18:14:41 EST 2006


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 simon at nureality.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=77517

--- shadow/77517	2006-02-09 18:14:41.000000000 -0500
+++ shadow/77517.tmp.5053	2006-02-09 18:14:41.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77517
+Product: Mono: Tools
+Version: 1.0
+OS: GNU/Linux [Other]
+OS Details: Kubuntu
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: simon at nureality.ca               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: prj2make reference path issue with sub projects
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When using the prj2make tool to generate a Makefile from a VS 2003 .sln 
+file on a project which has many sub projects that reference the DLL's 
+from each other the mcs commandline -r: doesn't pick up its a reference 
+that is already in the bin location.
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+For example if the build compiles to bin/Debug/someControl.dll the mcs 
+commandline simply does a -r:someControl.dll.
+
+
+Expected Results: It should be able to pick up that the reference is 
+actually one that was built in the Makefile previously and reference it 
+from bin/Debug/someControl.dll
+
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+I have included a patch that I wrote which fixes this issue. Perhaps the 
+same logic can be included in the VS 2002 helper class as well?
+
+Feel free to email or msg me on IRC if need be (Synced or Synced[work]).


More information about the mono-bugs mailing list