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
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