зеркало из https://github.com/mono/mail-archives.git
121 строка
4.6 KiB
HTML
121 строка
4.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 77517][Wis] New - prj2make reference path issue
|
||
|
with sub projects
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077517%5D%5BWis%5D%20New%20-%20prj2make%20reference%20path%20issue%0A%09with%20sub%20projects&In-Reply-To=bug-77517%40chernobyl.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="039140.html">
|
||
|
<LINK REL="Next" HREF="039142.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 77517][Wis] New - prj2make reference path issue
|
||
|
with sub projects</H1>
|
||
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
||
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077517%5D%5BWis%5D%20New%20-%20prj2make%20reference%20path%20issue%0A%09with%20sub%20projects&In-Reply-To=bug-77517%40chernobyl.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 77517][Wis] New - prj2make reference path issue
|
||
|
with sub projects">bugzilla-daemon at bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Thu Feb 9 18:14:41 EST 2006</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="039140.html">[Mono-bugs] [Bug 77273][Cri] Changed - XSP icall.c warning
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="039142.html">[Mono-bugs] [Bug 77517][Wis] Changed - prj2make reference path
|
||
|
issue with sub projects
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#39141">[ date ]</a>
|
||
|
<a href="thread.html#39141">[ thread ]</a>
|
||
|
<a href="subject.html#39141">[ subject ]</a>
|
||
|
<a href="author.html#39141">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">simon at nureality.ca.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77517">http://bugzilla.ximian.com/show_bug.cgi?id=77517</A>
|
||
|
|
||
|
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">simon at nureality.ca</A>
|
||
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
||
|
+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]).
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="039140.html">[Mono-bugs] [Bug 77273][Cri] Changed - XSP icall.c warning
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="039142.html">[Mono-bugs] [Bug 77517][Wis] Changed - prj2make reference path
|
||
|
issue with sub projects
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#39141">[ date ]</a>
|
||
|
<a href="thread.html#39141">[ thread ]</a>
|
||
|
<a href="subject.html#39141">[ subject ]</a>
|
||
|
<a href="author.html#39141">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|