Brian,

The <vsscheckout> task is part of NAntContrib
(http://nantcontrib.sourceforge.net).  So you need to install the
NAntContrib binaries matching the NAnt version you're using.

NAntContrib nightly builds are available here :
http://nantcontrib.sourceforge.net/nightly/builds/

Just copy the content of the NAntContrib bin directory to your NAnt bin
directory.

Hope this helps,

Gert

----- Original Message -----
From: "Brian Yeo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 08, 2004 7:32 AM
Subject: [Nant-users] VSSCheckout and NAnt 0.85


> Hi,
>
> I got the following error after I upgraded NAnt 0.84 (0.0.84.1455 dated
> 26/12/03) to 0.85 (0.85.1649.0; net-1.0.win32; nightly; 7/07/2004). NAnt
> 0.84 (VSS) checkout the files without any problems. Does anyone have any
> answer? Help is appreciated.
>
> error:
> invalid element <vsscheckout>. Unknown task or datatype.
>
> script:
> <target name="CO-Ent" description="Check out Blocks source into VSS" >
> <echo message="Check out Enterprise" />
> <vsscheckout
>                   user="admin"
>                   password=""
>   localpath="${SrcPathEnt}"
>                   recursive="true"
>                   writable="true"
>                   dbpath="C:\TestVSS\srcsafe.ini"
>                   path="$/${Release}/Enterprise"
>         />
>    </target>
>
> SrcPAthEnt contains "C:\src\path\ent"
>
> Regards,
> Brian Yeo
> Registered user ar SF.
>
> _________________________________________________________________
> SEEK: Now with over 50,000 dream jobs! Click here:
> http://ninemsn.seek.com.au?hotmail
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to