зеркало из https://github.com/mono/mail-archives.git
87 строки
3.3 KiB
HTML
87 строки
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006779.html">
|
|
<LINK REL="Next" HREF="006781.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Tue, 5 Aug 2003 18:21:04 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006779.html">[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006781.html">[Mono-bugs] [Bug 47149][Wis] Changed - mcs should report CS0175
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6780">[ date ]</a>
|
|
<a href="thread.html#6780">[ thread ]</a>
|
|
<a href="subject.html#6780">[ subject ]</a>
|
|
<a href="author.html#6780">[ 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="mailto:stevel@apache.org.">stevel@apache.org.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47400">http://bugzilla.ximian.com/show_bug.cgi?id=47400</A>
|
|
|
|
--- shadow/47400 Tue Aug 5 17:15:18 2003
|
|
+++ shadow/47400.tmp.3012 Tue Aug 5 18:21:04 2003
|
|
@@ -47,6 +47,23 @@
|
|
|
|
Btw, you need to use:
|
|
|
|
/reference:library1[;library2]
|
|
|
|
Miguel
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:stevel@apache.org">stevel@apache.org</A> 2003-08-05 18:21 -------
|
|
+ah, but Ant doesnt go near the shell unless asked, and our <csc>
|
|
+wrapper doesn't ask, on the basis that they just add extra confusion.
|
|
+
|
|
+We are getting Java's exec() task to call msc with one arg
|
|
+/references, the other arg a list of refs separated by semicolons
|
|
+arg0=msc
|
|
+arg1=/target:exe
|
|
+arg2=/references:arg2=a.dll;b.dll;
|
|
+...
|
|
+
|
|
+hence the problem. I will see about replicating it more...it is in the
|
|
+CVS_HEAD version of Ant's unit tests, but I could extract the full
|
|
+command line for your entertainment.
|
|
+
|
|
+
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006779.html">[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006781.html">[Mono-bugs] [Bug 47149][Wis] Changed - mcs should report CS0175
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6780">[ date ]</a>
|
|
<a href="thread.html#6780">[ thread ]</a>
|
|
<a href="subject.html#6780">[ subject ]</a>
|
|
<a href="author.html#6780">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|