[Nant-users] Solution task and multilanguage resources?

2003-06-25 Thread Arnaud PICHERY
Hi, I have a project containing localized resources (StringTable.fr.resx along with StringTable.resx). From what I can see, the Solution task try to compile the localized resource with the main assembly. As a consequence, it fails (because StringTable.fr.resx and StringTable.resx are both added to

RE: [nant-dev] [Nant-users] How to use nunit2 task (resend)

2003-03-28 Thread Arnaud PICHERY
I have encountered the same problem and solved it by copying the nunit.framework.dll Assembly from the nant directory to the directory where my assembly containing the test cases resides. Here are extracts from my build file: