Tom Studer's Home Page
[ start | index | login ]
start > ANT Stuff

ANT Stuff

Created by tom. Last edited by tom, 6 years and 354 days ago. Viewed 862 times. #1
[edit] [rdf]
labels
attachments

Signing Jar Files

<exec executable="${env.JAVA_HOME}/bin/jarsigner.exe">
    <arg value="-keystore"/>
    <arg value="testkey.keystore"/>
    <arg value="-storepass"/>
    <arg value="changeit"/>
    <arg value="-signedjar"/>
    <arg value="output.jar"/>
    <arg value="input.jar"/>
    <arg value="testkey"/>
</exec>
no comments | post comment
mouse_cartoon



< May 2012 >
SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
2728293031

snipsnap-help | More Help

Powered by SnipSnap 1.0b2-uttoxeter

Describe here what your SnipSnap is about!

Configure this box!

  1. Login in
  2. Click here: snipsnap-portlet-2
  3. Edit this box
snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt