Title: Message
Sanjay,
 
What version of Nant and Nant Contrib tasks are you using?  Are you using the latest ( 0.85 ) ?
 
As far as localpath and path ...   what I like to do is give an absolute path to these attributes .. so , something like this:
 
localpath="${root.dir}\Output\${somefile.extension}"
path="$/{project.tree}/${somefile.extension}"
 
HTH,
Felice
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Thirupputkuzhi, Sanjay
Sent: Wednesday, October 20, 2004 11:56 AM
To: '[EMAIL PROTECTED]'
Subject: [Nant-users] VSSGET Question

Hi all,
 
A quick question on getting a file from vss to a local directory.
 
                    <vssget
                        localpath="Output"
                        replace="true"
                        usemodtime="true"
                        writable="false"
                        dbpath="\\<server>\VSS\srcsafe.ini"
                        path="${d}"
                        user="<user>"
                        password="<pwd>"
                        failonerror="true"
                    />
 
When this command is executed, a new file called Latest is created rather than putting it inside the Latest Folder. If I put put the localpath as Output\Diffcode, then I get cannot open file. Alternately, if I give just localpath as Output, then I get Invalid DOS path.
 
Any inputs will be appreciated.
 
Thanks,
Sanjay

=========================================================
The information in this transmission is intended for official use only and may contain information from NJM Insurance Group that is privileged, confidential and exempt from disclosure under applicable law. It is intended for the exclusive use of the persons or entities to which it is addressed. If you are not an intended recipient or the employee or agent responsible for delivering this transmission to an intended recipient, be aware that any disclosure, dissemination, distribution or copying of this communication, or the use of its contents, is strictly prohibited. If you received this transmission in error, please notify the sender by return e-mail and delete the material from any computer.
=========================================================

Reply via email to