<ANTENNA/>

Antenna

An Ant-to-End Solution For Wireless Java

Version 1.2.1

(c) 2002-2010


Erik Wetterberg
Sourceforge project


News | Overview | Download | Setup | JAD | Build | Package | MakePRC | RAPC
Run | Preverify | Obfuscate | SmartLink | Preprocess | Deploy | Sign | History |

Sign

WtkSign allows midlet signing (Contributed by Omry Yadan)

The task provides the following parameters:

Parameter Type Required Purpose
keystore file no, defaults to $HOME/.keystore The location of the key-store file
storetype string no, defaults to KeyStore.getDefaultType() keystore type
jadfile file yes The JAD file to sign.
jarfile file yes The JAR file to sign.
certalias string yes The certificate alias
storepass String no (defaults to empty) The key-store password
certpass String no (defaults to empty) The certificate password (inside the keystore)
certnum Integer no (defaults to 1) The certificate index
jadencoding String no (defaults to UTF-8) The encoding used when writing the JAD file

Usage:

<wtksign 
	keystore="${keystore.file}" 
	jarfile="${jar.name}" 
	jadfile="${jad.name}"
	storepass="${keystore.pass}" 
	certpass="${cert.pass}" 
	certalias="${cert.alias}"
/>