[Mono-bugs] [Bug 82550][Blo] New - Problem trying to compile localization resources

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 23 12:01:50 EDT 2007


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 pablosantosluac at terra.es.

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

--- shadow/82550	2007-08-23 12:01:50.000000000 -0400
+++ shadow/82550.tmp.3178	2007-08-23 12:01:50.000000000 -0400
@@ -0,0 +1,78 @@
+Bug#: 82550
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: Both Windows and Linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: pablosantosluac at terra.es               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem trying to compile localization resources
+
+Trying to compile code with localization on both windows and linux an 
+error is raised and it can't continue.
+
+
+Steps to reproduce the problem:
+1. Uncompress the attached zipfile
+2. Go the the code path
+3. run Nant
+
+I've tried with both Mono 1.2.4 and 1.2.5. Same problem.
+
+Actual Results:
+
+D:\data\develop\LocalizationTest>"c:\Archivos de programa\Mono-1.2.5
+\bin\nant.bat" -t:mono-1.0
+NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
+Copyright (C) 2001-2006 Gerry Shaw
+http://nant.sourceforge.net
+
+Buildfile: file:///D:/data/develop/LocalizationTest/default.build
+Target framework: Mono 1.0 Profile
+Target(s) specified: build
+
+
+localization:
+
+      [csc] Compiling 2 files 
+to 'D:\data\develop\LocalizationTest\localization.exe'.
+               [resgen] Read in 4 resources 
+from 'D:\data\develop\LocalizationTest\Form1.es.resx'
+               [resgen] Writing resource file...  Done.
+               [resgen] Read in 56 resources 
+from 'D:\data\develop\LocalizationTest\Form1.resx'
+               [resgen] Writing resource file...  Done.
+                   [al] Compiling 1 files 
+to 'D:\data\develop\LocalizationTest\es\localization.resources.dll'.
+                   [al] ALINK: error A1044: Couldn't 
+open 'D:\data\develop\LocalizationTest' key file.
+
+BUILD FAILED
+
+External Program Failed: C:\Archivos de programa\Mono-1.2.4\lib\mono\1.0
+\al.exe (return code was 1)
+
+Total time: 1.9 seconds.
+
+
+
+
+Expected Results:
+
+Clean compilation, as it happens with .NET
+
+How often does this happen? 
+
+Always
+
+Additional Information:
+
+Code attached


More information about the mono-bugs mailing list