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

Reply via email to