This is now fixed in cvs.

Thanks for the report.

Gert

----- Original Message -----
From: "Gifford, Noel" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, August 02, 2004 8:53 PM
Subject: [Nant-users] VSSGet error in 08/02/04 build



All,

The current build (8/2/04) no longer successfully executes the <vssget>
task for me.
What changed?

The following target has been working for months and now gives an error:

<target name="GetSource.Extra">
        <vssget user="${vss.username}"
                password="${vss.password}"
                localpath="C:\Program Files\ITBAS\Profiles"
                dbpath="${vss.server}"
                path="${vss.ExtraConfig.root}/Profiles"
                recursive="true"
                replace="true"
                writable="false"
                />
</target>

Thanks,
Noel


C:\Projects\Storefront-CI>startnant GetSource.Extra

C:\Projects\Storefront-CI>echo off
NAnt 0.85 (Build 0.85.1675.0; net-1.0.win32; nightly; 8/2/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Projects/Storefront-CI/Storefront.build
Target(s) specified: GetSource.Extra


GetSource.Extra:

   [vssget] Getting '$/Development/Storefront/ExtraConfig/Profiles' to
'C:\Program Files\ITBAS\Profiles'...

BUILD FAILED

C:\Projects\Storefront-CI\Storefront.build(90,10):
The get operation failed.
    Invalid OLEVERB structure

Total time: 4 seconds.

Press any key to continue . . .



C:\Projects\Storefront-CI>startnant GetSource

C:\Projects\Storefront-CI>echo off
NAnt 0.85 (Build 0.85.1665.0; net-1.1.win32; nightly; 7/23/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Projects/Storefront-CI/Storefront.build
Target(s) specified: GetSource


GetSource:


GetSource.Extra:

   [vssget] Put $/Development/Storefront/ExtraConfig/Profiles to
C:\Program Files\ITBAS\Profiles

GetSource.ETP:

   [vssget] Put
$/Development/Storefront/dotNET/StorefrontSolution/ITISDistributedTempla
te.TDL to c:\Projects\Storefront
\StorefrontSolution\ITISDistributedTemplate.TDL



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to