RE: [Nant-users] problems building nantcontrib

2003-06-13 Thread Hearn, Bruce
I have files in a directory structure like this: Bin Project subProj1 subproj1.xsd Subdir2 Subproj2.xsd I want to copy the xsd files into a "bin" directory. But if I do this:

RE: [Nant-users] problems building nantcontrib

2003-06-13 Thread Jean Rajotte
sorry, i can't reproduce your situation. i got everything from nantcontrib cvs in a fresh dir (using tortoisecvs, pointing to cvs.sourceforge.net:/cvsroot/nantcontrib/ ) then i ran nant (the version i have is 0.8.2. ) i see from the output below that the nantcontrib build gets the nant it wants a

[Nant-users] problems building nantcontrib

2003-06-13 Thread Becky O'Grady
Hi- I'm using nant, and would like to use it to get files out of visual source safe. My understanding is that I need to use nantcontrib to do this. After fighting with it for a day, I simply can't seem to build it. This is the error I'm getting: Buildfile: file:///C:/Documents and Settings

[Nant-users] nantcontrib and daily build

2003-06-13 Thread Vincent Van Proosdij
Does anyone else has problems using the nantcontrib tasks in a daily NAnt build? If I use a stable release I can use the extra tasks, but with a daily build I get the error that the task is unknown. And when is the task available in a stable release?