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 using *iniread*.
During the process I want to write back some information into the ini (so I
use *iniwrite*), the identifier of the last script run so I know where to
start from in the next run, but it seems the ini is locked from writes. I
realise I could just store this value else where but that seems unnecessary.
Any ideas how I could get around this issue (or if there is a fix out there
somewhere)?

Regards,
Adam
------------------------------------------------------------------------------
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to