Re: [Nant-users] Encrypting Data Within Nant Script

2005-04-16 Thread Thibaut Barrère
Hi Timothy you could load sensitive information from a file which would not be stored under version control (instead, store a .sample version of it, with foo values, to help remember what's needed). Under Ant you could achieve this with: This loads some properties from the user folder (c:\docume

[Nant-users] Encrypting Data Within Nant Script

2005-04-15 Thread Timothy Burda
  This would seem to be a common requirement, but I haven’t found any previous articles on the topic.   On a nant process that runs nightly on a common build server, I am presently storing username and password in clear text in the nant script.   I would prefer that the password be enc