I have a phonegap Application which i have already created in Android,IOS,Windows successfully. But when time to blackberry, i couldn't successful to set up blackberry with phonegap, i have followed the step of set up from phonegap site but i get error from command line and i also try eclipse web work plugin but not found the plugin.
Here i am trying to debug the sample folder which we have in blackberry folder.
i also not found the debug file in cordova blackberry folder.so any one please know the step to set up installation blackberry with phonegap .
Build Projectt :build project :navigate to project folder and cmd command : ant blackberry build
Register with server : blackberry-signer -register -csjpin 123 -cskpass @123 client-RDK-20**.csj
sign app : blackberry-signer -storepass *@123 test.bar
install app : blackberry-deploy -installApp -password @123 -device 192... -package test.bar -password *@123 ((Navigate to sdk path bin folder under dependency ))
Ref site : http://inflagrantedelicto.memoryspiral.com/2011/02/blackberry-playbook-code-signing-process/