[Nant-users] Problems with vssget

2004-09-19 Thread Dronamraju, Murty
Title: Message Hi All:    I am having issues getting the vssget task to work in my NAnt build script. I am using the nant-0.85-nightly build along with the latest build from nant-contrib. Any input will be highly appreciated. Here's a snippet of my Nant file:   -->      target n

Re: [Nant-users] Problems with vssget

2004-09-19 Thread Gert Driesen
Hi Murty, Can you try using today's nightly build of both NAnt and NAntContrib ? Gert - Original Message - From: "murty dronamraju" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 19, 2004 10:03 PM Subject: [Nant-users] Problems with vssget Hi All: I am havi

[Nant-users] Problems with vssget

2004-09-19 Thread murty dronamraju
Hi All: I am having issues getting the vssget task to work in my NAnt build script. I am using the nant-0.85-nightly build along with the latest build from nant-contrib. Any input will be highly appreciated. Here's a snippet of my Nant file: --> target name="Build" depend

Re: [Nant-users] containing " in value

2004-09-19 Thread Gert Driesen
Hi, I've just made some modifications with regards to command line arguments. In the next 0.85 nightly build, you'll have the following options : 1. use the "value" attribute of the element. The value will be handled as a single command line argument. for example : => mkdir "c:\temp\test

[Nant-users] containing " in value

2004-09-19 Thread peters
Hi there, How can I include " in a value? ex: mkdir "c:\temp\test 1" how to make up the commandline? Thx