Paul,

 

Try something like this:

 

            <vssget username="${vss.get.username}"

                    password="${vss.get.password}"

                    localpath="${local.file}"

                    recursive="false"

                    writable="true"

                    dbpath="${vss.get.archive}"

                    path="${vss.file}"

                    />

 

            <vssadd username="${vss.add.username}"

                    password="${vss.add.password}"

                    recursive="false"

                    writable="true"

                    dbpath="${vss.add.archive}"

                    path="${vss.file}"

                    >

                <fileset>

                    <include name="${local.file}" />

                </fileset>

            </vssadd>

 

See here for other examples:

http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/vssget.html

http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/vssadd.html

 

 

HTH,

 

Bill


 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Paul Cowan
Sent: 16 March 2005 15:22
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Multiple SourceSafe DataBases

 

Hi,

Would anyone have a good example of .build file of how I would accomplish a read and write to different SourceSafe databases, using the VSSADD and VSSGET tags?


Thanks


Paul

 


_____________________________________________________________________
VirusChecked for the Incepta Group plc
_____________________________________________________________________



UK businesses use 2 million tonnes of paper each year.
THINK before you PRINT this email.
______________________________________________________________

CONFIDENTIALITY NOTICE

This communication and the information it contains is intended for the person or organisation to
whom it is addressed. Its contents are confidential and may be protected in law. Unauthorised use,
copying or disclosure of any of it may be unlawful. If you are not the intended recipient, please
contact us immediately.

The contents of any attachments in this e-mail may contain software viruses, which could damage your
own computer system. While Marlborough Stirling has taken every reasonable precaution to minimise
this risk, we cannot accept liability for any damage, which you sustain as a result of software
viruses. You should carry out your own virus checking procedure before opening any attachment.

Marlborough Stirling plc, Registered in England and Wales
Registered No. 3008820,
Jessop House, Jessop Avenue, Cheltenham, Gloucestershire, GL50 3SH
Tel: 01242 547000 Fax: 01242 547100
http://www.marlborough-stirling.com

Reply via email to