You were right: it was a problem with the keystore  used and not with the task 
itself.

Hind Lwahhabi.

From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wed 10/26/2005 11:58 AM
To: Ant Users List
Subject: Re: <signjar>  problem on aix
 
[EMAIL PROTECTED] wrote:
> just reposting, see below...
> 
> Hind Lwahhabi.
> 
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tue 10/25/2005 11:46 AM
> To: user@ant.apache.org
> Subject: jarsigner problem on aix
>  
> Hello folks;
> I have the current problem with jarsigner, using ant 1.6.5 on aix:
> 
> [signjar] Current OS is AIX
>   [signjar] Executing '/usr/java14/sh/jarsigner' with arguments:
>   [signjar] '-keystore'
>   [signjar] 'build/keystores/jws.keystore'
>   [signjar] '-storepass'
>   [signjar] 'secret'
>   [signjar] '-storetype'
>   [signjar] 'JKS'
>   [signjar] '-verbose'
>   [signjar] 'build/output/processed/renderer.jar'
>   [signjar] 'CA001'
>   [signjar] 
>   [signjar] The ' characters around the executable and arguments are
>   [signjar] not part of the command.
>   [signjar] jarsigner: unexpected exception
>   [signjar] jarsigner exception text: keystore load: null
> BUILD FAILED



Ant just exects the jarsign program, nothing else.

try it from the command line with the arguments printed, see if it also 
prints "keystore load:null"

Then look at your keystore

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to