Christian,

This is a known issue for NAnt 0.84. Can you try using a recent nightly build of NAnt 0.85 (http://nant.sourceforge.net/nightly/builds) ?

You'll need a corresponding nightly build of NAntContrib too though (http://nantcontrib.sourceforge.net/nightly/builds).

Thanks !

Gert

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 13, 2004 11:21 PM
Subject: [nant-dev] Error after adding <vssget>?



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




------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to