On 17/08/05, Barry White <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > not really an answer to your question but two solutions to this problem > that I have used before: > > - pass the variable in on the command line (ant -Dpassword:xxxxx) > > - use a properties file but only keep an example of the file under > version control (project.properties.example) > > Barry > > Mark Lybarger wrote: > > i've looked around a bit and don't seem to find any good ways to use an > > encrypted text with an ant task. ideas/suggestions? basically, i don't > want > > to store a plaintext password for a userid on a remote host in my ant > build > > script. i'd like to have an encrypted form of the password somehow. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > It's just an idea: keep the passwords in a property file, and keep that file in some directory where a few people have granted access. Hope that helps.
-- Regards, Petar!