I'm having a problem with the <vssget> task in NAnt (version 0.84). My target looks as follows:
<target name="vssget-all"> <vssget localpath="${build.basedir}\source" recursive="true" removedeleted="true" dbpath="\\MY_MACHINE\vss\VSS\MY_PRODUCT\srcsafe.ini" path="$/PROJECT.NET" user="MYUSER" password="" failonerror="true" /> </target> The error I'm receiving is: Failed to open database ---> System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at SourceSafeTypeLib.VSSDatabaseClass.Open(String SrcSafeIni, String Username, String Password) at NAnt.Contrib.Tasks.SourceSafe.BaseTask.Open() --- End of inner exception stack trace --- at NAnt.Contrib.Tasks.SourceSafe.BaseTask.Open() at NAnt.Contrib.Tasks.SourceSafe.GetTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Total time: 0.3 seconds. Any ideas as to what is going wrong would be greatly appreciated. Thanks, Michael S. Collier ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users