[Mono-bugs] [Bug 52230][Wis] New - Cannot create resource-only assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jan 2004 20:48:34 -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 miguel@ximian.com.

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

--- shadow/52230	2004-01-06 20:48:34.000000000 -0500
+++ shadow/52230.tmp.31066	2004-01-06 20:48:34.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 52230
+Product: Mono/Compilers
+Version: unspecified
+OS: SUSE 9.0
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bruno@clisp.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot create resource-only assemblies
+
+Description of Problem: 
+mcs cannot create resource-only assemblies. 
+ 
+ 
+Steps to reproduce the problem: 
+$ touch de.po 
+$ monoresgen de.po hello.de.resources 
+$ mcs -target:library -out:hello.de.dll -resource:hello.de.resources 
+ 
+ 
+Actual Results: 
+$ mcs -target:library -out:hello.de.dll -resource:hello.de.resources 
+error CS2008: No files to compile were specified 
+Compilation failed: 1 error(s), 0 warnings 
+ 
+ 
+Expected Results: 
+Success. 
+ 
+ 
+How often does this happen?  
+Reproducible. 
+ 
+ 
+Additional Information:
+
+------- Additional Comments From miguel@ximian.com  2004-01-06 20:48 -------
+Fixed in CVS