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

[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 Failures: 1) SourceForge.NAnt.Tests.AttribTaskTes

Re: [Nant-users] RE: NAnt and ASPX web project

2002-12-12 Thread Brian Davis
Hi Vincent, I'm no expert (I've just started with nant too) but here's how I got slingshot to work... I download Nantcontrib from the snapshot page. I put the following in my PATH; "NAnt\NAntContrib\Tools\SLiNgshoT\build\Debug". This directory contains a program called slingshot.exe I then