Hi Ian,

Sorry this one slipped by me.  It looks like you are using an older version of NAnt, 
there have been a number of improvements made since 0.84 and you can download a 
nightly build to take advantage of them.

That being said it looks like the issue below is caused by a Repository file not 
existing in the path:
    C:\src\wrb\CVS\Repository

Do you have the project checked out to path c:\src\wrb?



Clayton


-----Original Message-----
From:   Ian Ringrose [mailto:[EMAIL PROTECTED]
Sent:   Wed 9/8/2004 3:57 AM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        [nant-dev] Bug report as requested.
C:\src\wrb_build_test>nant
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/src/wrb_build_test/wrb.build
Target(s) specified: debug

debug:


BUILD FAILED

INTERNAL ERROR

System.IO.FileNotFoundException: path=[C:\src\wrb\Booking\bin]fileType=[Reposito
ry]File not found.
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String path, FileTy
pe fileType)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String direc
tory)
   at NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory worki
ngDirectory)
   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]

Total time: 0.6 seconds.

------------------------------

build file:

<project default='debug'>

<property name="nant.settings.currentframework" value="net-1.1"/>

<target name='debug'> 

<cvs-update

destination=".."

cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot"

password="xxx"

module="wrb" /> 

<solution 

solutionfile='ResourceBooking.sln'

configuration='Debug' 

failonerror='false'

/>

</target>

</project>





-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to