Using encrypted passsword with task

2006-03-30 Thread Laurent Duperval
Hi, Is it possible to use an encrypted password in a SQL task? If so, how can I do that? I'm using Blowfish to encrypt/decrypt the password and I have a routine that does it for me already. How can I tell the ant task that I am using an encrypted password? Thanks, L

Re: run junit tests in a certain order

2003-11-27 Thread Laurent Duperval
On 27/11/03 10:16 AM,Stefan Bodewig wrote: An alternative to your approach is to explicitly use elements for the tests that need a certain order and exclude them from the that contains the rest. I do realize I have this option, but then I'd have to hardcode the test order in build.xml.