I am working on trying to set up a set process for automating our builds via command line. I have followed the instructions for the CLI on https://developer.tizen.org/development/tools/web-tools/command-line-interface
I have set up bash profile with appropriate variables and paths.I then create a project
tizen create web-project -p tv-samsung-public-2.4 -t BasicEmptyProject -n fooproject
I then created a security profile. It is saved where the documentation says it should be. Here is them message I got In Configuration,
Set a default profile path to '/Users/ahujsak/tizen-sdk-data/ide/keystore/profiles.xml'. Wrote to '/Users//tizen-sdk-data/ide/keystore/profiles.xml'. Succeed to add 'funkyducky' profile. If want to sign by this, add the file of security profiles in CLI configuration like 'tizen cli-config "profiles.path=/Users/ahujsak/tizen-sdk-data/ide/keystore/profiles.xml"'
.I then ran
tizen cli-config -g "profiles.path=/Users/ahujsak/tizen-sdk-data/ide/keystore/profiles.xml”
I am one in the parent directory to my project All I want to do is create a .wgt
I have tried several version of the following command tizen package
-t wgt --sign funkyducky -- fooproject
this is the result
----------------------------------------------------- Starting package ----------------------------------------------------- ----------------------------------------------------- Finished package
Nothing is created.
1. So do I need to have a native project to run command line to convert a web project into a wgt?
2 Is the issue that I do not have a tpk file?
3. Any insight would be greatly appreciated.
I am able to create a wgt from a web project if I use the SDK eclipse IDE, but I want to do all this with the CLI.