Hi,
I get the following error:
*********************************************************************
INTERNAL ERROR

System.IO.FileNotFoundException:
path=[c:\mpbuild\MP2/smartphone]fileType=[Repository]File not found.
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String path,
FileType fileType)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String
directory)
   at NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory
workingDirectory)
   at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()
   at NAnt.SourceControl.Tasks.AbstractCvsTask.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()

Please send bug report to [EMAIL PROTECTED]

*********************************************************************

when I try to update using the following task:
*********************************************************************
<target name="cvs-update">
        <cvs-update 
          destination="c:\mpbuild\" 
          cvsroot=":pserver:[EMAIL PROTECTED]:/var/cvs" 
          password="build" 
          module="MP2/smartphone">
          <options>
              <option name="override-directory" value="smartphone" />
          </options>
        </cvs-update>
*********************************************************************
with version:
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26.12.2003)

the option override-directory seems not to work. 
Any Idea ?
Thanks
Aram





-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to