Hi,
we are using bitten for continuous integration with some C# .NET projects on a Windows machine.
I want to run a development web server (UltiDev Web Server) to run some unit tests, but when using the <sh:exec ...> this command waits until the web server process is finished. Is it possible to run the process in the background? I will kill the process using the "taskkill" command after the unit tests are run.
Any help?
Thanks very much.