[Mono-bugs] [Bug 47400][Min] Changed - /reference argument parser fails if the ref string has a trailing semicolon
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 5 Aug 2003 18:21:04 -0400 (EDT)
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 stevel@apache.org.
http://bugzilla.ximian.com/show_bug.cgi?id=47400
--- 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 stevel@apache.org 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.
+
+