RE: SSL keystore export/import with ant tasks.

2009-11-01 Thread Dalton, Tom
2009 15:12 To: Ant Users List Subject: Re: SSL keystore export/import with ant tasks. I don't believe there is a way to do this with pure Ant currently. As you mention, options are exec task or write your own task. The key to writing your own taks would be to find a java implementation of ke

Re: SSL keystore export/import with ant tasks.

2009-10-30 Thread Robert Anderson
I don't believe there is a way to do this with pure Ant currently. As you mention, options are exec task or write your own task. The key to writing your own taks would be to find a java implementation of keytool. -Rob Anderson On Mon, Oct 12, 2009 at 11:51 PM, Max Danielsson wrote: > Hi, I've b

SSL keystore export/import with ant tasks.

2009-10-15 Thread Max Danielsson
Hi, I've been spending some time migrating most of a building environment over to ant to provide a simpler and cross-system building solution for a client/server java application and i got kinda stuck at one particular step when it comes to creating SSL keys. I found the wonderful task Genkey