Languages

Menu
Sites
Language
Problem Building and Deploying for Web App using CLI

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 by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.