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
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
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
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
Hi there,
How can I include " in a value?
ex:
mkdir "c:\temp\test 1"
how to make up the commandline?
Thx