Re: [Nant-users] Nant csc task does not embed resources correctly

2002-10-11 Thread Ian MacLean
Bob, What version are you running ? What messages do you get ? OK it looks like there is a problem with the way we're generating prefixes for embedded resources. Assuming you've got the latest NAnt - if you open the dll it built with ildasm and look in the manifest section you will see somthing

[Nant-users] Nant csc task does not embed resources correctly

2002-10-11 Thread Bob Cooke
I am working on a build process for 3 web UIs and 5 web services all written in C#.  When I try to compile them using Nant’s csc task, the resources fail to embed correctly.  Has anyone tried this and could offer some help?   Sample Nant task that does NOT work: