Hi there,
I was reading this and it looks like somethings I´m trying to do, I
wish you could help me out with this. I´m working with the CC .Net and
I´m trying to run some VBScripts from the CC .Net config but somehow
it trows me the error:
ThoughtWorks.CruiseControl.Core.Tasks.BuilderException: Command Line
Build timed out (after 10 seconds)
trying to run this simple task:
<exec>
<executable>C:\Windows\System32\wscript.exe</executable>
<baseDirectory>D:\CI\aam\Databases\Teardown</baseDirectory>
<buildArgs>Prueba.vbs</buildArgs>
<buildTimeoutSeconds>10</buildTimeoutSeconds>
</exec>
I do this just for trying to see what´s wrong this is what I really
want to do, exec the VBScript passing some parameters with this code:
<exec>
<executable>C:\Windows\System32\wscript.exe</executable>
<baseDirectory>d:\CI\aam\Databases\Teardown</baseDirectory>
<buildArgs>//T:100 Components_DB.VBS /path:"d:\CI\aam\Databases
\Teardown\Tables" /databasename:"Teardown" </buildArgs>
</exec>
But it gives the very same error but this time it says (after 600
seconds).
Would you help me please?
Thanks,
Regards from México.