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

<build>
   <name>Intel.Capability.Nightly</name>
   <pollperiod>86400</pollperiod>
   <notification>
    <email>
     <recipient>[EMAIL PROTECTED]</recipient>
    </email>
    <file>
     <dir>C:\build\Capability\builds\output</dir>
    </file>
   </notification>

   <nant program="C:\projects\utils\nAnt\bin\nant.exe">
    <buildfile>capability.build</buildfile>
    <targets>nightly</targets>
    <properties>
     <property name="draco.build.dir" value="C:\build\Capability\builds"
/>
    </properties>
   </nant>

   <cvs>
    <cvsroot>:sspi:azsiepdev02:/capability</cvsroot>
    <module>capability</module>
   </cvs>
  </build>


-----Original Message-----
From: Morris, Jason 
Sent: Tuesday, June 03, 2003 3:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] FW: [capability-dev]
[Intel.Capability.Deploy] Build Failed


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 PM
To: [EMAIL PROTECTED]
Subject: RE: [Draconet-users] FW: [capability-dev]
[Intel.Capability.Deploy] Build Failed


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 
 
<nant program="c:\programs\nant\bin\nant.exe">
 
Which is where my nant happens to be.
 
And it all started working again.
 
Hope this helps.
 
Matthew
 
Matthew Adams
Director of R&D
Digital Healthcare Ltd



From: Morris, Jason [mailto:[EMAIL PROTECTED] 
Sent: 03 June 2003 23:00
To: [EMAIL PROTECTED]
Importance: High
 
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 attribute of the "nant" element and I have also placed "program" as
an element under "nant".  All give me the same error.
 
I looked at the config file that comes with Draco.NET, but there isn't
an example with this "program" specified.
 
nant.exe is on my path, so I can invoke it from a command prompt.
 
Please help!
 
Thanks,
Jason
 
-----Original Message-----
From: [EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 2:51 PM
To: CAPability developers
Subject: [capability-dev] [Intel.Capability.Deploy] Build Failed
Importance: High
Build Results
Success: false
Module: Intel.Capability.Deploy
BuildTime: 3 June 2003 14:49:33



Modifications Since Last Build
Build Output
Failed to process build 'Intel.Capability.Deploy'.  The following
exception occurred:
System.IO.FileNotFoundException: 'nant.exe' was not found in the default
directory.
File name: "nant.exe"
   at Chive.Draco.Tool.NAntBuildTool.Execute(String workingDirectory)
   at Chive.Draco.BuildRunner.BuildModule(Modification[] mods)
 
Diagnostic information
----------------------
Working directory: C:\WINNT\TEMP\tmp3B2.tmp



Generated by Draco.NET
________________________________________________________________ 
You are currently subscribed to capability-dev as:
[EMAIL PROTECTED] 
To unsubscribe send a blank email to
mailto:[EMAIL PROTECTED] 


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to