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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Dec 2003 07:50:59 -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 bruno@clisp.org.

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

--- shadow/52230	2003-12-16 07:50:59.000000000 -0500
+++ shadow/52230.tmp.1910	2003-12-16 07:50:59.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 52230
+Product: Mono/Compilers
+Version: unspecified
+OS: SUSE 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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: