Guys

Does anybody know if building satellite assemblies (resources for 
different cultures) with NAnt on Mono works? On Windows everything works 
fine, but on Mono, al.exe gives an exception that it can't find an 
assembly or on of its dependencies. I have no idea what's going wrong here.

Thanks, Martijn

NAnt build output:

[al] Output file 
'/home/mono/src/cuyahoga/build/mono-2.0/debug/bin/it/Cuyahoga.Web.resources.dll'
 
does not exist, rebuilding.
[al] Compiling 1 files to 
'/home/mono/src/cuyahoga/build/mono-2.0/debug/bin/it/Cuyahoga.Web.resources.dll'.
[al] Contents of /tmp/tmp1ca7eb8f.tmp.
[al] /target:"lib"
[al] 
/out:"/home/mono/src/cuyahoga/build/mono-2.0/debug/bin/it/Cuyahoga.Web.resources.dll"
[al] /culture:"it"
[al] 
/template:"/home/mono/src/cuyahoga/build/mono-2.0/debug/bin/Cuyahoga.Web.dll"
[al] 
/embed:"/home/mono/src/cuyahoga/Web/Controls/Resources/Strings.it.resources",Cuyahoga.Web.Controls.Resources.Strings.it.resources
[al] /nologo
[al]
[al] Starting '/usr/bin/mono ("/usr/lib/mono/1.0/al.exe" 
@"/tmp/tmp1ca7eb8f.tmp")' in '/home/mono/src/cuyahoga/Web'
[al] Unhandled Exception: System.IO.FileNotFoundException: File or 
assembly name Cuyahoga.Web, or one of its dependencies, was not found.
[al] File name: "Cuyahoga.Web"
[al]   at <0x00000> <unknown method>
[al]   at (wrapper managed-to-native) System.AppDomain:LoadAssembly 
(string,System.Security.Policy.Evidence,bool)
[al]   at System.AppDomain.Load (System.Reflection.AssemblyName 
assemblyRef, System.Security.Policy.Evidence assemblySecurity) [0x00000]
[al]   at (wrapper remoting-invoke-with-check) System.AppDomain:Load 
(System.Reflection.AssemblyName,System.Security.Policy.Evidence)
[al]   at System.AppDomain.Load (System.Reflection.AssemblyName 
assemblyRef) [0x00000]
[al]   at (wrapper remoting-invoke-with-check) System.AppDomain:Load 
(System.Reflection.AssemblyName)
[al]   at System.Reflection.Assembly.Load 
(System.Reflection.AssemblyName assemblyRef) [0x00000]
[al]   at Mono.AssemblyLinker.AssemblyLinker.DoIt () [0x00000]
[al]   at Mono.AssemblyLinker.AssemblyLinker.DynMain (System.String[] 
args) [0x00000]
[al]   at Mono.AssemblyLinker.AssemblyLinker.Main (System.String[] args) 
[0x00000]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to