RE: [Nant-users] NAnt problems.

2002-12-17 Thread Brian Davis
Hi James, Try something like this dbpath="${vss.ini}" recursive="true" user="${vss.user}" password="${vss.password}" path="${vss.path}" writable="true" replace="false" verbose="${isVerbose}"/> For this task to be recognized, as Mark says, you need NantCon

RE: [Nant-users] NAnt problems.

2002-12-17 Thread Mark Griffiths
Hi James I can tell you how we had this working. By using a element such as the following: i.e. replace the attribute 'name' with 'class' in your build file. We have since upgraded all our tests to NUnit 2.0 and out to nunit-console.exe instead. I believe that the latest CVS version

RE: [Nant-users] slingshot task documentation

2002-12-17 Thread Vincent Van Proosdij
Can someone post the xml needed to define a slingshot task with nant. I can't find it anywhere. I'm specially interested in the mapping part Thx a lot! Vincent -Original Message- From: Vincent Van Proosdij Sent: dinsdag 17 december 2002 16:32 To: [EMAIL PROTECTED] Subject: [Nant-users]

[Nant-users] slingshot task documentation

2002-12-17 Thread Vincent Van Proosdij
Where can I find it? --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/

[Nant-users] Consistent Nant test failure - AttribTaskTest.Test_Normal

2002-12-17 Thread Brian Davis
Hi, I've tried three Nant snapshot builds 20021209, 12, 17. Each one fails the AttribTaskTest.Test_Normal test. Here“s the trace from 20021217: self-test: Tests run: 104, Failures: 1, Not run: 0, Time: 17.9458048 seconds Failur

[Nant-users] NAnt problems.

2002-12-17 Thread Fisk, James
Hi, We are looking to use NANT in a .NET proof of concept. Everything is going fine with NANT to which we have found that building deploying of assemlies to be very easy indeed. However, i have got a few questions :- 1. When trying to use nunit task, nant complains about a missing class at