Re: [Nant-users] CVS checkout and Framework

2005-11-08 Thread Gert Driesen
Joel, The issue has been resolved after rc3. Try using a recent nightly build (http://nant.sourceforge.net/nightly/latest). Gert - Original Message - From: "Joel Gwynn" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 08, 2005 11:08 PM Subject: [Nant-users] CVS checkout and Framework

Re: [Nant-users] Perforce p4change command

2005-11-08 Thread Ian MacLean
[EMAIL PROTECTED] wrote: We are switching from Source Safe to Perforce and I am trying to use the tasks. I am having a problem with the command. I am trying to create a changelist as part of my build script to hold changes to files containing version numbers. When my script executes the ta

[Nant-users] CVS checkout and Framework

2005-11-08 Thread Joel Gwynn
Yeah, I'm just gonna be a pain in the butt for awhile, I guess Using NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) 1. Using the cvs-checkout task like so: seems to result in this gnarly error about log4net: [cvs-checkout] Unhandled Exception: System.Reflection.TargetInvocationException: Excep

SOLVED: RE: [Nant-users] Function call help

2005-11-08 Thread Woodruff, Rodney
The 'call' task was not executing as we expected. It was another task after the one below that was executing and doing similar work as the one that I was skipping. I solved the problem by specifying the 'getZDI' property for both tasks. It now works the way that I expected it to. -- Rodney -O

[Nant-users] Function call help

2005-11-08 Thread Woodruff, Rodney
All, I have the following lines in one of my targets: However, call task is always executed even if 'getZDI' is false. I know it's false because of the echo line before it. Can someone tell me how to make this work they way I think it should. Thanks in advance. -- Rodney This e-mail mess

RE: [Nant-users] Best approach to call vsvars32.bat

2005-11-08 Thread Bill Arnette
My solution to this problem is to provide a setenv.bat file in each project which configures the environment for the developer/build machine. The batch file runs vsvars32.bat and sets the INCLUDE, LIB, and PATH environment variables. It also creates a doskey macro 'vs' which invokes devenv.com wi

[Nant-users] MSI questions

2005-11-08 Thread Ryan O'Neill
Hi all, I've managed to get a fair way into creating my MSI and it seems to work well, but I have a few hopefully quick questions that I hope someone can help with. 1) How do I populate a single property (for example, SQLVersion) with the results of two registry searches? I ask because it se