[Nant-users] Re: Multiple output dirs on VS.NET task

2005-02-15 Thread Mike Roberts
A default use of will use the Visual Studio 'Debug' 'build configuration', which already outputs to 'bin\Debug' in each of the project directories. I actually like to have a new build configuration though just for building from NAnt, and this compiles each project to something like '\build\projec

Re: [Nant-users] Multiple output dirs on VS.NET task

2005-02-15 Thread Troy Parsons
Just set the output directory in your project properties ('build' properties), as you normally would for Visual Studio. Troy. Alexandre Rocco wrote: Hi all, I just got set up with NAnt and I am a bit stuck trying to do a particular task. I have a VS.NET solution composed of 4 projects (2

Re: [Nant-users] NAntContrib bug? (and feature request) - p4labelsync

2005-02-15 Thread Troy Parsons
Hi Gert, Yes, this fixes my problem.  Thanks. Future enhancements that would be nice: Setting 'locked' property Setting description etc... As I stated, if I get time, I may look into it myself (I've never collaborated on SourceForge though... guess there's a bit of learning to d

[Nant-users] Testing custom tasks using [nunit problem with 0.85 rc2]

2005-02-15 Thread Kapil Sachdeva
Hi guys,   I have some custom tasks which I used to test using "BuildTestCase" and other helper classes in 0.84 version. I switched to 0.85 rc2 and it gives an error that config file could not be found. The exception trace is:   at NAnt.Core.Project.GetConfigurationNode()   at NAnt.Core.Proj

RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
We're on 1.11.16. Could be? Like I said... no trouble with the FreeBSD version of the CVS server, only the Linux (Red Hat) version. It's difficult to tell exactly what's causing the problem, but everything points at the CVS server. From: Srivathsan K [mailto:[EMAIL PROTECTED] Sent: 15 Febr

RE: [Nant-users] CVS Check out

2005-02-15 Thread Srivathsan K
Im on cvs-1.11.2-5   Would that be a Issue? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard PooleSent: Tuesday, February 15, 2005 3:59 PMTo: 'Srivathsan K'; NantSubject: RE: [Nant-users] CVS Check out I've had no end of tro

RE: [Nant-users] CVS Check out

2005-02-15 Thread Richard Poole
I've had no end of trouble checking stuff out of CVS with NAnt but I think it's more to do with our CVS server (a very recent stable build running on Red Hat) than the CVS tasks. You may be in a similar boat. We have experimented with a FreeBSD CVS server and both the CVS tasks and SmartCVS

[Nant-users] CVS Check out

2005-02-15 Thread Srivathsan K
Hi All,   I have a windows C# net application in CVS Repo. I need to pull all files related to this project on to a Folder which I created say for e.g. d:\NantBuilds.   Here's my build file. Though I get successfull build I dont see the folder for the Project created under the Directory d:\