Bugs item #1195010, was opened at 2005-05-04 08:42
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1195010&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: ynonk (ynonk)
>Assigned to: Gert Driesen (drieseng)
Summary: wrong build of 085 RC3 with VS 2003

Initial Comment:

Repro:
download RC3 sources extract and open the NAnt.sln with
VS 2003.
build the solution.

Problem:
when running nant ( with the build output ...) 
you get the following error:
 Could not find any resources appropriate for the
specified culture (or the neutral culture
) in the given assembly.  Make sure "Strings.resources"
was correctly embedded or linked i
nto assembly "NAnt.Core".
baseName: Strings  locationInfo: <null>  resource file
name: Strings.resources  assembly:
NAnt.Core, Version=0.85.1932.0, Culture=neutral,
PublicKeyToken=null


Solution:
As a solution I did the following:
1. add the strings.rsx to 2 projects: NAnt.core &
NAnt.DotNet and (it in it's resources directory). I
added those files to the projects in the project
directory level (not in the Resources dir to avoid
namespace problem)
2. remove the default name space (NAnt.core)  again to
avoid namespace problem


----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-05-21 18:45

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the report !

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1195010&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to