RE: [Draconet-users] FW: [capability-dev] [Intel.Capability.Deploy] Build Failed

2003-06-04 Thread Bernard Vander Beken
Hello, You could use the free FileMon tool from http:// www.sysinternals.com to find out where Draco.net is looking for NAnt.exe. Just add a filter "*nant*" (without the quotes) to find what you are looking for. Hope this helps, Bernard Vander Beken -

RE: [Draconet-users] FW: [capability-dev] [Intel.Capability.Deploy] Build Failed

2003-06-04 Thread Morris, Jason
Matthew and all, Here is a snippet of my config files for the build I am trying. Notice I did specify the program attribute on the nant element and I still get the same error message on the build output. Can anyone see what might be wrong? Is it case sensitive? Anything? Thanks, Jason Int

RE: [Draconet-users] FW: [capability-dev] [Intel.Capability.Deploy] Build Failed

2003-06-04 Thread Morris, Jason
Title: Message Thanks...this is what I did and didn't think that it worked, but let me try it again.   Jason   -Original Message-From: Matthew W. Adams [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 3:16 PMTo: [EMAIL PROTECTED]Subject: RE: [Draconet-users] FW: [capability-d

RE: [Draconet-users] FW: [capability-dev] [Intel.Capability.Deploy] Build Failed

2003-06-04 Thread Matthew W. Adams
Title: Message I had this self-same problem today. If you look at the code, it now checks explicitly for nant.exe in the working directory, but doesn’t support ‘on the path’ any more. As you say, there is a “program” attribute.   I modified the line to     Which is where my nant hap

[Draconet-users] FW: [capability-dev] [Intel.Capability.Deploy] Build Failed

2003-06-04 Thread Morris, Jason
Title: Message I just updated to the latest 1.4 release  (release May 15th) and now my builds fail.   I get the following output (please see below)   After looking at the source, I noticed that there is a "program" attribute to tell Draco where Nant.exe lives, but I placed "program" as an at