Doing some research, this appears to only cause problems when run as
the service. When I run manually from within VS.NET it works fine. I'm
guessing it's having a hard time resolving nant.exe.

I've added the nant bin dir to my Path env var, but to no avail.

Any thoughts? Now I'm stumped because I can't reproduce it when debugging it.


Thanks,
-Jason

On Mon, 23 Aug 2004 13:33:14 -0500, Jason Alexander
<[EMAIL PROTECTED]> wrote:
> Hey all,
> 
> I'm attempting to setup Draco.NET to automate my build process using
> Vault as my SCC and NAnt for building.
> 
> Currently, I have my config setup correctly so it's pulling down the
> latest from Vault, detecting changes correctly, and all that good
> stuff.
> 
> Though, I get the following exception soon after it gets everything
> out of Vault:
> 
> 2004-08-23T13:23:06 - Draco.Core.Runtime.BuildRunner: Failed to
> process build 'Lego'.  The following exception occurred:
> System.ComponentModel.Win32Exception: The system cannot find the file specified
>   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
> startInfo)
>   at System.Diagnostics.Process.Start()
>   at Draco.Core.Util.InterruptibleProcess.Start(TimeSpan timeOut,
> Boolean useTimeout)
>   at Draco.Core.Util.InterruptibleProcess.Start(TimeSpan timeOut)
>   at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output)
>   at Draco.Core.Tool.NAntBuildTool.Execute(String baseDirectory)
>   at Draco.Core.Runtime.BuildRunner.BuildModule(BuildResult results)
>   at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)
> 2004-08-23T13:23:06 - Lego : Sending build results email to:
> [EMAIL PROTECTED]
> 2004-08-23T13:23:06 - Lego : Writing build results to
> 'C:\Projects\BuildOutput\Lego-20040823T132017.xml'
> 2004-08-23T13:23:16 - Lego : Checking module for changes
> 2004-08-23T13:23:16 - Draco.Core.Util.ProcessRunner: Starting process "vault.exe
> ".
> 
> I can only assume it's because it is having a hard time finding my
> NAnt build file. Currently, it resides in the root of the directory
> that I'm pulling down. I have specified it in my Draco config like so:
> 
> <buildfile>lego.build</buildfile>
> 
> And assumed everything was relative to the root directory.
> 
> I'm sure I'm just doing something silly here. But, any help would be
> greatly appreciated!
> 
> Thanks, and let me know if I should include my log file, config, or otherwise.
> 
> Regards,
> -Jason
> 
> --
> ------
> Jason Alexander
> Chief Architect, Telligent Systems
> 
> ASP.NET MVP, ASPInsider
> President, Plano .NET User Group
> 


-- 
------

Jason Alexander
ASP.NET MVP, ASPInsider
President, Plano .NET User Group


-------------------------------------------------------
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
_______________________________________________
Draconet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/draconet-users

Reply via email to