I get the error below after adding the following to my build file:
<loadtasks assembly="${nant.contrib}/NAnt.Contrib.Tasks.dll" />
<vssget user="nant" password="builder" localpath="C:\CBS\" recursive="true" replace="true" writable="true" removedeleted="true" dbpath="\\dirto\VSS\srcsafe.ini"
path="$/project/SRC Mirror"/>
C:\Visual Studio Projects\CBS 3.0 (GAPNET)>nant init
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///C:/Visual Studio Projects/CBS 3.0 (GAPNET)/CBS.build
Target(s) specified: init
init:
[loadtasks] Loading tasks from assembly C:\NAntContrib\bin/NAnt.Contrib.Tasks.dll.
BUILD FAILED
INTERNAL ERROR
System.ArgumentException: Xml node has not been mapped.
at NAnt.Core.LocationMap.GetLocation(XmlNode node)
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Please send bug report to [EMAIL PROTECTED]
Any insight how to fix this?
Christian Duhard
[EMAIL PROTECTED]
Convergys Corporation
(204) 833-8644
- Re: [nant-dev] Error after adding <vssget>? christian . duhard
- Re: [nant-dev] Error after adding <vssget>? Gert Driesen
