Al also doesn't yet support signing assemblies. Sebastien has offered to implement that next week.
Cheers, Peter -----Original Message----- From: "Kornél Pál" <[EMAIL PROTECTED]> To: <[email protected]>; "Peter Dennis Bartok" <[EMAIL PROTECTED]> Date: Friday, 10 June, 2005 16:13 Subject: Re: [Mono-winforms-list] Important ResourceManager notes >> Our (potential) problem then becomes that we need to make sure that our >> gac >> supports satellite assemblies, and that we can teach our build system to >> produce those (at least for MWF where we have more than one) > >The runtime supports it correctly. >Gacutil has a minor bug: >http://bugzilla.ximian.com/show_bug.cgi?id=75224 > >Satellite assemblies can be easily created using al.exe. >For example: >al.exe /nologo /t:lib /embed:some.resources /culture:some /keyfile:some.snk >/out:some.resources.dll /template:some.dll > >The only problem is that I was unable to do anything with Mono's al.exe. It >does not implement /template (can be worked around by specifying the >attributes using parameters) but it throws exceptions instead of emitting >the satellite assembly. > >Kornél > >_______________________________________________ >Mono-winforms-list maillist - [email protected] >http://lists.ximian.com/mailman/listinfo/mono-winforms-list > > _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
