Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
jarsigner error

jarsigner error

2003-03-17       - By Jim Allers
Reply:     1     2  

Jarsigner requires a keystore. If you don't specify a path to the
keystore, then it looks for the keystore in your user directory.

You can specify a keystore path by using the 'keystore' attribute.

<signjar jar="${build.src.dir}/yuv.jar" alias="neha-group"
storepass="secret" keystore="${keystore.path}" />

-----Original Message-----
From: Pritesh saharey [mailto:pritesh@(protected)]
Sent: Monday, March 17, 2003 3:13 AM
To: Apache mailing list
Subject: jarsigner error


Hi all,
        I got this kind of error
[signjar] jarsigner error: java.lang.RuntimeException: keystore load:
/home/pritesh/.keystore (No such file or directory)

while using signjar like this
<signjar jar="${build.src.dir}/yuv.jar" alias="neha-group"
storepass="secret"/>

can anybody guss whats wrong init.

pritesh

_____________________________________________________________
Join SQAtester.com Community  --->
http://www.sqatester.com/testersarea/joinus.htm

_____________________________________________________________
Select your own custom email address for FREE! Get you@(protected)
w/No Ads, 6MB, POP & more!
http://www.everyone.net/selectmail?campaign=tag

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.