View Single Post
  #1  
Old 09-17-2009, 12:59 PM
dmurty dmurty is online now
Registered User
 
Join Date: 08-30-2007
Posts: 6
VisBuildCmd doesn't exit when called from CruiseControl.NET

Hello, we are using CCNET version 1.4.4.83 and Visual Build Pro 7.2. We have csservice.exe running as a service and we have the following task:
<exec>
<executable>"C:\Program Files\VisBuildPro\VisBuildPro.exe"</executable>
<baseDirectory>D:\Install</baseDirectory>
<buildArgs>/b "DeveloperCompile.bld"</buildArgs>
<successExitCodes>0</successExitCodes>
<buildTimeoutSeconds>3600</buildTimeoutSeconds>
</exec>

Visual Build Completes successfully, according to the log files, but visbuildcmd never exits and there fore the ccnet task times out and fails the build.

What can we do to resolve this issue?

Thanks
Reply With Quote