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----- Hi,
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 |
- [Nant-users] multiple SourceSafe databases Paul Cowan
- RE: [Nant-users] multiple SourceSafe databases Felice Vittoria
- RE: [Nant-users] multiple SourceSafe databases Foster, Richard - PAL
- [Nant-users] Multiple SourceSafe DataBases Paul Cowan
- RE: [Nant-users] Multiple SourceSafe DataBases Bill.Martin