Another mail!

I have a wee problem with the <vssget> task in NAnt-contrib.  This is what
my target definition looks like:

    <!--Extract Latest Version of Source-->
    <target name="getsource" depends="prepare">
        <vssget 
            localpath="C:/MyProject"
            recursive="true"
            dbpath="//VSSServer/INIFolder"
            path="$/Project/src"
            user="guest"
            password="" />
    </target>

However when I execute it I get the following error:

                Failed to open database
                  The SourceSafe database path guest does not exist.  Please
select another database.


I'm using version 0.84 of both NAnt and NAnt-contrib, and I've looked in the
source code and it certainly seems like the parameters are handled correctly
in there.  The user guest does exist in the SourceSafe database I'm pointing
to.  I've tried turning on the -vswitch for NAnt, but it doesn't really give
anything additional that helps.

Any ideas anyone?

Cheers,

Bill




______________________________________________________________

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,
Allen Jones House, Jessop Avenue, Cheltenham, Gloucestershire, GL50 3SH
Tel: 01242 547000     Fax: 01242 547100
http://www.marlborough-stirling.com



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to