RE: [Nant-users] cvs updating

2004-05-11 Thread Clayton Harbour
Hi Steve, Noel is correct, to update a single file use the task. I have updated the documentation to specify how to specify a single file with the task: Note the attribute usesharpcvslib="false" which must be specified to use the cvs.exe in your path.

[Nant-users] Error with task

2004-05-11 Thread Collier, Mike
I'm having a problem with the task in NAnt (version 0.84). My target looks as follows: The error I'm receiving is: Failed to open database ---> System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at SourceS

RE: [Nant-users] cvs updating

2004-05-11 Thread Noel Gifford
From the documentation -- http://nant.sourceforge.net/nightly/help/tasks/cvs-update.html   Update your NAnt revision named your_favorite_revision_here in the folder c:\src\nant\replacement_for_module_directory_name. destination="c:\src\nant\" cvsroot=":pserver:[EMAIL PROTECTED]

Re: [Nant-users] Nant config section in external app

2004-05-11 Thread Gert Driesen
NAnt needs the section to load platform and framework configuration information from ... Just have a look at the default NAnt configuration file. Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 11, 2004 11:34 AM Subject: [Nant-users] Nant

[Nant-users] cvs updating

2004-05-11 Thread steve gupta
hi folks, I was trying to create nant script to update from cvs a just one particular file rather than the whole project.   A few years ago I was able to do this with a java program using window shell. This was the command I came up with to do this. cvs.exe -d :pserver:cvsroot:/cvs

[Nant-users] Nant config section in external app

2004-05-11 Thread Bill.Martin
I have written a custon task for checking certain elements of a vs project file when the build is performed, and have a UI test harness that invokes it. However, having upgrades to 0.85, I find that the app crashes complaining that I need a seciotn in my app.config file for the test harness exe.