Re: [NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-18 Thread Andrew Cheung
I used ildasm on both dlls and I found that : 1. There is no .mresources in both dlls (I guess that means I have no embedded resources in both dlls) 2. In the Manifest, the values for .MVID, .imagebase, and .file alignment is different between the dll compiled from NAnt and VS 2003 3. In the resul

Re: [NAnt-users] Running a NAnt build from custom C# code

2007-01-18 Thread Myles Jeffery
We have created a library of tasks with NAnt for performing all manner of installation functions. These work very well for us. The advantage of NAnt is that it is easy to script. We don't need to write any C# code. It also means that it is easy to know exactly in the installation where something ha