Re: [NAnt-users] task: no recompile if .vcproj changes

2006-09-27 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Arnette, Bill > Sent: woensdag 27 september 2006 18:36 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task: no recompile if .vcproj changes > > I am building a C++ solutio

Re: [NAnt-users] Could not load type... *.Global

2006-09-27 Thread Bob Archer
If you xcopy deploy the system manually built using VS, does it run on the server in question? Is the only difference the size of the exe? Also, you are including projects in the solution. Are those projects not already included in the solution? Also, if this is an .aspx app I think you need to i

Re: [NAnt-users] Could not load type... *.Global

2006-09-27 Thread Eric Fetzer
Note that this build machine is a Windows 2000 Server. I've tried uninstalling and reinstalling IIS to no avail. I've tried falling back the files that changed since this app was last built with NAnt successfully. I'm at wits end... Anyone? Thanks, Eric --- Eric Fetzer <[EMAIL PROTECTED]> wro

[NAnt-users] task: no recompile if .vcproj changes

2006-09-27 Thread Arnette, Bill
I am building a C++ solution with task using 0.85rc4. I changed the settings of one of the projects which caused the .vcproj file for that project to be updated. But when I build, the task does not rebuild that project. It seems that the task is not using the .vcproj file as a dependency when