From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruggeman, NRF (Nikander)
Sent: vrijdag 19 november 2004 15:58
To: [EMAIL PROTECTED]
Subject: [nant-dev] Adjusting asp.net web.configHi all,
I'm trying to replace an AppSettings-key using XmlPoke, which succeeds when my solution isn't added to source control (Rational ClearCase). When my solution is added to ClearCase, I perform the following steps (using nant):
- Build the solution file
- Copy files
- Change web.config fileThe last step fails because the copied file is read-only. How can I set this to 'readable' during the build process?
Kind regards,
Nikander Bruggeman================================================
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en
de afzender direct te informeren door het bericht te retourneren.
================================================
The information contained in this message may be confidential
and is intended to be exclusively for the addressee. Should you
receive this message unintentionally, please do not use the contents
herein and notify the sender immediately by return e-mail.
Title: Adjusting asp.net web.config
Nikander,
You can use the <attrib> task (http://nant.sourceforge.net/nightly/help/tasks/attrib.html)
for this purpose.
Hope this helps,
Gert
- [nant-dev] Adjusting asp.net web.config Bruggeman, NRF (Nikander)
- RE: [nant-dev] Adjusting asp.net web.config Gert Driesen
