Lori, If you run a Command Console, can you call Nant on the command line without any problem - i.e. NAnt is found on the path? If it is, then you need to make sure that the NAnt file path is correct. Lets say you have a source safe project called: $/Projects/YourProject and the draco file is setup like this:
<vss> <!-- The full path the the project in SourceSafe. --> <project>$/Projects/YourProject</project> <!-- The optional username and password. --> <username></username> <password></password> <ssdir>\\SomeServer\Projects\YourProject</ssdir> </vss> You now have two options for where you put your master NAnt .build file. You can put it at the root of YourProject or you can have it elsewhere underneath that root, and the path must be relative to the root. For example, if you have a directory underneath YourProject called NANT, and your master build is there, you would need to do something like: <nant> <buildfile>NANT/master.build</buildfile> </nant> Thats it. Let us know if this fixes the problem Lori. nick robinson site : http://www.fromconcept.co.uk weblog : http://www.fromconcept.co.uk/weblog.aspx Lori Kettwig <[EMAIL PROTECTED]> wrote: > I am getting the following error when I run the draco service: > > > > 2/20/2004 5:58:38 PM - Detected path: C:\Program Files\Microsoft Visual > Studio\VSS\win32 > > 2/20/2004 5:58:38 PM - HISTORY arguments: history "$/REOCodewagon.Root" -R > -I-N -Y"Build,build" -Vd"2/20/2004;5:58:38 PM~2/19/2004;3:44:45 PM" > [EMAIL PROTECTED]:\DOCUME~1\LKettwig\LOCALS~1\Temp\tmp5B4.tmp > > 2/20/2004 5:58:51 PM - Check again: 15 > > 2/20/2004 5:58:51 PM - REO : Detected 0 additional modification(s) > > 2/20/2004 5:58:51 PM - REO : Building module > > 2/20/2004 5:58:51 PM - Detected path: C:\Program Files\Microsoft Visual > Studio\VSS\win32 > > 2/20/2004 5:58:51 PM - Setting SSDIR environment variable to: > \\satchel\reO_VSS > > 2/20/2004 5:58:51 PM - GET arguments: get "$/REOCodewagon.Root" -R -I-N > -Y"Build,build" -W > > 2/20/2004 5:58:51 PM - cwd : > C:\DOCUME~1\LKettwig\LOCALS~1\Temp\tmp5B5.tmp > > 2/20/2004 5:58:51 PM - ssdir : \\satchel\reO_VSS > > 2/20/2004 5:59:43 PM - Failed to process build 'REO'. The following > exception occurred: > > System.ComponentModel.Win32Exception: The system cannot find the file > specified > > at Chive.Draco.Util.InterruptibleProcess.Start() > > at Chive.Draco.Util.ProcessRunner.Run(StartInfo startInfo, String output) > > at Chive.Draco.Tool.NAntBuildTool.Execute(String workingDirectory) > > at Chive.Draco.BuildRunner.BuildModule(Modification[] mods) > > > > I think it is because it can not find my nant build file. I've checked it > into the $/REOCodewagon.Root directory and it then looks for all the files > relative to that path. > > > > Thanks, Lori > > > > Lori Kettwig > Software Application Developer | <http://www.ebags.com> eBags.com > <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] > phone: 303-967-2215 > fax: 303-694-9491 > > <http://www.ebags.com> > What's your bag? > > Click to get 20% off your next purchase at eBags: > www.ebags.com/friends/lkettwig <http://www.ebags.com/friends/lkettwig> > > > > ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Draconet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/draconet-users