[NAnt-users] iniread and iniwrite locks

2009-04-01 Thread Adam Burton
Hi, Not sure if this should be posted here since it is nantcontrib not nant, but they don't have a "users" mailing list so I figure this is the next best place. I have a script I wrote that on a nightly basis updates our development databases, I store some configuration in an ini which I read usin

Re: [NAnt-users] ignoring compilation error messages

2009-02-05 Thread Adam Burton
You can continue the script. On most NAnt tasks there is a property called something like "failonerror", if set to false the script ignores the failure of the task and continues. Alternatively the NAntContrib has a trycatch block which lets you react to the failure. Regardless, with an error wha