Re: [NAnt-users] Build Failure Issue

2006-06-26 Thread Marc Towersap
Perhaps it's a permissions problem.  Is bin\debug\Firserv.Cleartouch.Shared.Utilities.pdb is either write-protected or  currently in use?? Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Monday, June

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Marc Towersap
3 projects/solutions via NAnt, and do msdev for VS 6, and devenv's for 2005 projects (I have a product that has code in all three VisualStudio versions and in VB, VC++, and C#). Marc Towersap Sr. SCM Engineer- Original Message From: "Foster, Richard - PAL" <[EMAIL PROTEC

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Marc Towersap
of project dependencies. Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Friday, June 9, 2006 12:53:46 PMSubject: Re: [NAnt-users] Pre/Post Build EventsI do have a clean setup for the script but I can't do

Re: [NAnt-users] Pre/Post Build Events

2006-06-09 Thread Marc Towersap
v, or just delete directories that house the compiled files.  The staging portion is very easy to do in NAnt, as you can easily filter out exactly what you want to copy (exe/dll/pdb/config etc.).  Marc Towersap Sr. SCM Engineer- Original Message From: Adam Gritt <[EMAIL PROTECTED]&g

Re: [NAnt-users] Building C++ .vcproj files and using the free VC++ 2003 Toolkit

2006-03-14 Thread Marc Towersap
ual Studio .NET 2003\Vc7\binYou may need to check your path if you need it...Marc Towersap Sr. SCM Engineer- Original Message From: Garen <[EMAIL PROTECTED]>To: nant-users@lists.sourceforge.netSent: Tuesday, March 14, 2006 12:22:08 PMSubject: [NAnt-users] Building C++ .vcproj files an

[NAnt-users] nant solution file not building solution

2006-02-14 Thread Marc Towersap
ClearCase 6, latest Clearcase patches, and using snapshot views for what that's worth... Does anyone have any answers? Is there some undocumented parameter I can use to force rebuilding? TIA! Marc Towersap Sr. SCM Engineer --- This SF.net

Re: Re: [NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-30 Thread Marc Towersap
or asp.net 2.0 projects, which don't have *proj files anymore. Marc Towersap Sr. SCM Engineer - Original Message From: Gary Feldman <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Monday, January 30, 2006 14:37:16 Subject: Re: Re: [NAnt-users] Differentiatin

Re: [NAnt-users] clean target

2005-12-28 Thread Marc Towersap
ything for you (save for the pre/post build Event stuff), that there was a known NAnt command that would do the same in NAnt. Thanks! Marc ~~~~~~ Marc Towersap Sr. SCM Engineer - Original Message From: Ga

[NAnt-users] clean target

2005-12-27 Thread Marc Towersap
;s and 's?? Thanks! Marc ~ Marc Towersap Sr. SCM Engineer --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search en

Re: [NAnt-users] Unhandled Exception

2005-12-13 Thread Marc Towersap
While I'm not sure on your real errors (why it fails yet it succeeds), right now you are only re-directing standard out to the log file, but not any errors. You may want to append this command to the end of your command: 2>&1 example: nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECode

Re: [NAnt-users] Solution task for vcproj files

2005-12-09 Thread Marc Towersap
What's your vcproj look like for the myFile.cpp entry? Is there any new lines like "myFile.cpp " ?? VisualStudio .net seems to ignore whitespace issues, whereas nant stumbles over them... Marc --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > My setup: > > 2000 Server > NAnt 12/2/05 nightly build