The problem lies in the fact that my keystore and csk passwords are different and bbwp is expecting them to be the same (which it doesn't do for the playbook). If I created new keys I would use the same for both.
Anyhow I have found a solution and that is to use the -p parameter:
bbwp c:\myapp\myarchive.zip -g mykeystorepassword -p params.json -o c:\myapp\output
The csk password is specified in the params.json file thus:
{
"blackberry-signer": {
"-cskpass": "mycskpassword"
}
}
"blackberry-signer": {
"-cskpass": "mycskpassword"
}
}
Thanks everyone for your input.
Aucun commentaire:
Enregistrer un commentaire