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
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