Problem Building and Deploying for Web App using CLI
By Patrick Casao
30 Jul 2013 05:15
English
0 Replies
I'm trying to build and deploy a project using the Command Line Interface commands.
In the directory of a project I've built and deployed successfully (using the SDK), I run the commands like so:
web-build . -o -eufm
cp .project .buildResult
cd .buildResult
web-signing -profile [profilename]:[profiles.xml]
web-packaging [FILENAME].wgt
This is the output I get:
Build completed. In sequence you can sign on your build output folder(default:/Users/pcasao/workspace/ex/bearsource2/.buildResult) using the web-signing command.
Author certficate: /Users/pcasao/tizen-sdk-data/keystore/author/patrick.appbackr.p12
Distributor1 certificate : /Users/pcasao/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12
Widget( /Users/pcasao/workspace/ex/bearsource2/.buildResult/hellobear.wgt ) is created successfully.
It seems like it's been built, signed, and packaged correctly but when I go to install it using "web-install -w [FILENAME].wgt" I get this output:
Selected device: 4df1bc452c7d6f00 (device-1)
'hellobear.wgt' file transfer successful.
Enable developer mode.
'1To83yLZsR.hellobear' install failed.
Check author certificates in Preferences > Tizen SDK > Secure Profiles > Profile items.
I've successfully deployed using the web-install command before, so I suspect that something is wrong with what I'm doing to build, sign, or package the app.
Is there something I'm clearly doing wrong? Or is there a way to validate the result of those three steps?
Thanks
Edited on 18 03, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.