[Nant-users] Message level

2005-10-11 Thread Keith Kaminski
Hi all, I'm running a nightly build task that, at the end, runs a few different batch files for deployment. Some of those batch files execute PsExec to start processes on remote machines, and I'm noticing that all of the messages being written to the log from PsExec are of level "Warning". Does an

[Nant-users] Possible bug?

2005-10-05 Thread Keith Kaminski
I have a solution with two different web projects in it. Within IIS, there are two corresponding virtual directories 1) //MyComputer/Project 2) //MyComputer/Project/WebAPI These two directories map to the following physical locations: 1) C:\SourceCode\MyProject\trunk\MyProject.Web 2) C:\SourceCod

[Nant-users] How can I tighten up my build proces?

2005-09-21 Thread Keith Kaminski
Hi all, I'm fairly new to NAnt and auntomated build processes in general. I've just recently set up an auntoamted build process that seems mostly functional, but I'm worried a bit that I may not have done things the way they ought to have been done. If possible, I would appreciate if someone who

[Nant-users] Is it possible to force a build of all projects within a solution file using ?

2005-09-19 Thread Keith Kaminski
I’m working in an environment where developers will often choose to build only one or two projects at a time within a solution that has nearly 50 projects. Although we ask them to make sure that they only check in a solution file where all projects are set to be built, this doesn’t always h