[Mono-bugs] [Bug 72274][Nor] New - [PATCH] al does not support quoted values in response files

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Feb 2005 03:43:24 -0500 (EST)


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 gert.driesen@pandora.be.

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

--- shadow/72274	2005-02-07 03:43:24.000000000 -0500
+++ shadow/72274.tmp.10195	2005-02-07 03:43:24.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 72274
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: tools
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] al does not support quoted values in response files
+
+The attached patch (shamelessly copied from mcs/driver.cs) adds support 
+for quoted values in response files to al.
+
+Without this patch, a response file containing this:
+
+/target:"library"
+/out:"Test.resources.dll"
+/culture:"en-US"
+/nologo
+/embed:"Test.en-US.resources"
+
+would result in the following error:
+
+ALINK: error A1012: '"library"' is not a valid setting for
+option 'target'
+
+Zoltan, can you review this patch and apply it to SVN HEAD and the mono-1-
+0 branch ?
+
+Thx !