******* screen output starts ********
Checkout:

     [echo] Checkout from TestVSS
     [echo] localpath C:\TestBuild
     [echo] dbpath C:\TestVSS\srcsafe.ini
     [echo] path $/TestDev/TestBuild

BUILD FAILED

c:\Nant\test.build(57,5):
Failed to open database
COM object with CLSID {783CD4E4-9D54-11CF-B8EE-00608CC9A71F} is either not valid or not registered.
*********** screen output ends **********

**** codes ***
<!-- Check out files, get latest, check in from SS -->
   <target name="Checkout">
          <echo message="Checkout from ${TestVSS}" />
          <echo message="localpath ${drive}\${path}" />
          <echo message="dbpath ${drive}\${TestVSS}\srcsafe.ini" />
          <echo message="path $/${TestDev}/${path}" />
          <vsscheckout
                 user="${user}"
                 password="${pwd}"
                 localpath="${drive}\${path}"
                 recursive="true"
                 writable="true"                
             failonerror="true"
                 dbpath="${drive}\${TestVSS}\srcsafe.ini"
                 path="$/${TestDev}/${path}"
          />
  </target>
** codes end **

Hi,

I tried to check out files from VSS (ver 6.0d) from Nant (ver 0.84 & Nant.Contrib installed) with "test.build" but I got an error “Failed to open database

COM object with CLSID {783CD4E4-9D54-11CF-B8EE-00608CC9A71F} is either not valid or not registered.”

Can anyone help? Cheers.


Regards,
Brian Yeo

The Public Transport Authority of Western Australia cannot accept any liability for any loss or damage sustained as a result of software viruses. You must carry out such virus checking as is necessary before opening any attachment to this message. The information in this email and any files transmitted with it may be of a privileged and/or confidential nature and is intended solely for the addressee(s). If you are not an intended addressee please notify the sender immediately, and note that any disclosure, copying or distribution by you is prohibited and may be unlawful. The views expressed in this email are not necessarily the views of the Public Transport Authority.


Reply via email to