Hi Paul
Which version of nant are you using ? A recent change in the solution task should fix that issue. Either the latest nightly or 0.84 beta 1 will have the fix.
beta 1 has a known issue where it fails to build its test library with the following error :


build:

[csc] Compiling 42 files to C:\000 Code\nant-0.84/build/net-1.1.win32/nant-0.84-debug/bin/NAnt.Core.Tests.dll.

BUILD FAILED


INTERNAL ERROR


...

you should still be able to use the shipping binaries though.

Ian

Paul Welter wrote:

I have found a bug in the solution build task when the project default root
namespace is an empty string.  The embeded resource namespace starts with a
'.' when it shouldn't.  For examlple, I have a vb class that has a namespace
of  Test.Project and the project does not have a Root Namespace (empty
string).  The Manifest-Resource ends up being named
'.Test.Project.resources' when is should be 'Test.Project.resources'.  When
the compiled applications runs i get an error that it can't load the
resource ...

System.Resources.MissingManifestResourceException : Could not find any
resources appropriate for the specified culture (or the neutral culture) in
the given assembly.

thanks
Paul



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to