Good point...
you also have to keep an eye over your shoulder ;)
Steve Loughran wrote:
Barry White 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:x)
that mak
tomize the report generated by
> .
>
> Regards
> Jeremie
>
> > -Original Message-
> > From: Ivan Ivanov
> [mailto:[EMAIL PROTECTED]
> > Sent: mercredi 17 août 2005 16:22
> > To: Ant Users List
> > Subject: RE: encrypted passwords with ant
>
solution by now, I suppose I would have to customize
the report generated by .
Regards
Jeremie
> -Original Message-
> From: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Sent: mercredi 17 août 2005 16:22
> To: Ant Users List
> Subject: RE: encrypted passwords with ant
>
>
I may not understand exactly what you want to do but you could always
encrypt your passwords using Blowfish and store them in a properties
file that way. Then you have a couple of choices depending on how /
where you use them.
1) You could extend the Ant Tasks that use them to decrypt before
Barry White 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:x)
that makes it visible to everyone else on a unix box who types "ps" with
the right options. Not rec
r Tahchiev
> [mailto:[EMAIL PROTECTED]
> > Sent: mercredi 17 août 2005 14:52
> > To: Ant Users List
> > Subject: Re: encrypted passwords with ant
> >
> > On 17/08/05, Barry White <[EMAIL PROTECTED]>
> wrote:
> > >
> > > Hi Mark,
> >
Another idea: don't store the password, ask user input when you need it. Maybe
not what you want ...
Regards, Jeremie
> -Original Message-
> From: Petar Tahchiev [mailto:[EMAIL PROTECTED]
> Sent: mercredi 17 août 2005 14:52
> To: Ant Users List
> Subject: Re: encr
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:x)
>
> - use a properties file but only keep an example of t
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:x)
- use a properties file but only keep an example of the file under
version control (project.properties.example)
Barry
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.
10 matches
Mail list logo