[Mono-bugs] [Bug 576579] xbuild does not use default namespace as part of resource id for embedded resources

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 4 14:31:19 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=576579

http://bugzilla.novell.com/show_bug.cgi?id=576579#c2


--- Comment #2 from Jae Stutzman <jaebird at gmail.com> 2010-02-04 19:31:18 UTC ---
In this example we are embedding a resource called monodevelop.png as id
icontest4.monodevelop.png

The file itself is stored outside the project directory, which is what i think
is causing the problem.

Below is the cmdline build output for the attached test project:

MonoDevelop:

/opt/mono-2.4.3-bld_091218-i686/bin/gmcs /noconfig
"/out:/home/user/Projects/icontest/icontest/bin/Debug/icontest.exe"
"/r:System.dll" "/r:Mono.Posix.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/gtk-sharp.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/glib-sharp.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/gdk-sharp.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/glade-sharp.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/pango-sharp.dll"
"/r:/opt/mono/lib/mono/gtk-sharp-2.0/atk-sharp.dll" /nologo /warn:4 /debug:+
/debug:full /optimize- /codepage:utf8 "/define:DEBUG"  /t:winexe
"/res:/home/user/Projects/icontest/icontest/gtk-gui/gui.stetic,gui.stetic"
"/home/user/Projects/icontest/icontest/gtk-gui/generated.cs"
"/home/user/Projects/icontest/icontest/MainWindow.cs"
"/home/user/Projects/icontest/icontest/gtk-gui/MainWindow.cs"
"/home/user/Projects/icontest/icontest/Main.cs"
"/home/user/Projects/icontest/icontest/AssemblyInfo.cs"
"/res:/home/user/Projects/icontest/icons/monodevelop.png,icontest4.monodevelop.png"


XBuild:

/opt/mono-2.4.3-bld_091218-i686/bin/gmcs execution started with arguments:
/noconfig /debug:full /debug+ /optimize- /out:obj/x86/Debug/icontest.exe
/resource:obj/x86/Debug/icontest4.gtk-gui.gui.stetic,gui.stetic
/resource:obj/x86/Debug/icontest4....icons.monodevelop.png gtk-gui/generated.cs
MainWindow.cs gtk-gui/MainWindow.cs Main.cs AssemblyInfo.cs /target:winexe
/define:DEBUG
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/2.0/System.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/2.0/Mono.Posix.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/gtk-sharp.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/gdk-sharp.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/glib-sharp.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/glade-sharp.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/pango-sharp.dll
/reference:/opt/mono-2.4.3-bld_091218-i686/lib/mono/gtk-sharp-2.0/atk-sharp.dll
/warn:4

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list