Re: [NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
Hmm, some further digging suggests it may be some badly written multi-threading tests : http://stackoverflow.com/questions/2433700/nunit-console-exe-hangs-after-finishing-test-run I'll fix up the tests and see what happens. From: David Keaveny Sent: Thursday, 10 June 2010 10:23 AM To:

[NAnt-users] nunit-console executes, but does not return control to NAnt

2010-06-09 Thread David Keaveny
2010-06-10 09:49:24,910 [MyProject.Components:DEBUG] Exception caught: NAnt process timed out (after 600 seconds) You can see that the tests finish at 09:42:39, but nothing then happens until 09:49:23 when the timeout period hits. Has anyone else experience this sort of timeout problem? Many thanks, David K

Re: [NAnt-users] Scripting SQL tables and views

2008-02-11 Thread David Keaveny
e two SETs are called, then the CREATE VIEW, which seems to insist on being the first statement to be executed. Strangely, neither osql.exe nor sqlcmd.exe seemed too bothered about this. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Ke

Re: [NAnt-users] Scripting SQL tables and views

2008-02-11 Thread David Keaveny
I tried swapping the task for running osql.exe from , so my build file looks like this: So the problem isn't with the scripts per se, it's how interacts with them. I'll play around with a few more settings and see what happens. ____ From: Dav

[NAnt-users] Scripting SQL tables and views

2008-02-10 Thread David Keaveny
script using osql.exe, it also runs fine. I haven't yet tried just using osql.exe called from , as I'd rather use the built-in task for the sake of readability. My build file looks like this: Can anyone spot anything obviously wrong with my picture? Regards, David Keave

Re: [NAnt-users] Infomation Required

2007-05-17 Thread David Keaveny
svc.name and svc.msi to the name of the Windows service and the name of the .msi package respectively before calling the target; it works well for us with three services to install. Regards, David Keaveny From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread David Keaveny
Just as an aside, some time ago, I uploaded a task to NAntContrib developers group; I haven't seen any updates since to indicate whether it was going to be included in later builds of NAntContrib, and the developers mailing list isn't very helpful on the subject. It's quite easy to use: w

Re: [NAnt-users] NUnit NAnt task roadmap

2007-05-03 Thread David Keaveny
Of course, the alternative solution is to use Kiwidude's NCover and NCoverReport tasks (http://www.kiwidude.com/dotnet/doc/NCoverExplorer.NAntTasks/tasks/ncove r.html ) - they'll happily shell out to NUnit 2.4. It's a win-win situation - you get to use NUnit 2.4, and you get to see code coverage

Re: [NAnt-users] trouble stopping web site using iisweb.vbs/ or how tostop just 1 site

2007-05-01 Thread David Keaveny
Is that the exact error message? It appears to be missing the "s" of ".vbs". Would it make any difference if you used the args list? Something like From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Imburg Se

Re: [NAnt-users] Nant capability

2007-04-03 Thread David Keaveny
What you want is the service::is-running () function in NAntContrib (http://nantcontrib.sourceforge.net/release/latest/help/functions/index. html) NAntContrib gives you a good amount of information from