Re: [NAnt-users] MS Visual Studio 2005 Solution filesand command

2008-05-01 Thread Tony Selke
I use the following "helper tasks" to allow my solutions to be built with NAnt, MSBuild or DevEnv (for installers). If you look at the "BuildWithSolutionTask", you'll see that I use the "AssemblyFolders" construct, which can have as many "include" or "exclude" nodes as you need. Tony

Re: [NAnt-users] MS Visual Studio 2005 Solution filesandcommand

2008-05-01 Thread Bob Archer
I think you best bet is to have the hint path in the project point to the actual location of where the DLL is on your build machine. This is the reason that you should use a standard folder structure for your project folder. Put the DLLs that your app needs into your project folder, in a libs folde

Re: [NAnt-users] MS Visual Studio 2005 Solution filesand command

2008-05-01 Thread Scott Mitchell
Ok thanks for you help. I did this through MSBuild commandline and get the same errors, so yes you are correct. It is not a NANT problem. So now I have another question, How do you solve this through NANT then. I found a property that I can set called "AdditionalReferencePath" is that what I want t