Vssget is from nantcontrib. It looks like nant is not finding the right dlls.
Download the latest nightly build from nantcontrib (24-May-2004): http://nantcontrib.sourceforge.net/nightly/builds/ unzip the bin directory of the nantcontrib zip to the bin directory of where nant is installed. Hope it solves the prob! Steven. -----Original Message----- From: Nadine Schlaudraff [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Help with "Getting SourceCode from VSS" Hi All, This is my code to get source code from VSS: <?xml version="1.0"?> <project name="Test Getting from SourceSafe" default="get" basedir="C:\TestEasyDirect"> <property name="nant.settings.currentframework" value="net-1.1"/> <description>Test Getting from SourceSafe</description> <target name="get"> <vssget user="nschlaudraff" localpath="C:\TestEasyDirect\Solution\EasyDirect" recursive="true" replace="true" writable="true" dbpath="\\mbsourcesafe\VssDotNetExternal\srcsafe.ini" path="$/Productive/External/HP/EasyDirect/Solutions/EasyDirect"/> </target> </project> This is the error: C:\Projects\NAnt\bin>NAnt -buildfile:C:\TestEasyDirect\TestGettingFromSourceSafe.build NAnt 0.85 (Build 0.85.1606.0; net-1.0.win32; nightly; 25.05.2004) Copyright (C) 2001-2004 Gerry Shaw NAnt Team Buildfile: file:///C:/TestEasyDirect/TestGettingFromSourceSafe.build Target(s) specified: get get: BUILD FAILED C:\TestEasyDirect\TestGettingFromSourceSafe.build(6,4): invalid element <vssget>. Unknown task or datatype. Total time: 0.3 seconds. Please, can anybody help me. Regards Nadine Schlaudraff -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users