You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Philippe Valle <pv...@eprocess.fr> on 2004/02/05 15:06:31 UTC

signjar with ant

I have this command line to sign my jar file :

/usr/local/src/j2sdk1.4.1_01/bin/jarsigner -keystore 
/myrepository-cvs/.keystore -signedjar myapisign.jar myapi.jar my-text

How to do this with ant ?



Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: signjar with ant

Posted by Peter Reilly <pe...@corvil.com>.
Use the signjar task:

http://ant.apache.org/manual/CoreTasks/signjar.html

Peter
Philippe Valle wrote:

>
> I have this command line to sign my jar file :
>
> /usr/local/src/j2sdk1.4.1_01/bin/jarsigner -keystore 
> /myrepository-cvs/.keystore -signedjar myapisign.jar myapi.jar my-text
>
> How to do this with ant ?
>
>
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org