Open cvdinesh opened 6 years ago
Hi, there. Please let me know the version of grunt-cordova-sectv what you have? If you can upload your project, It would be helpful to check it more. Thanks.
Hi Hyojin Kim
I am using Version 1.3.0
"name": "grunt-cordova-sectv", "description": "Grunt task for build and package the cordova project with cordova-sectv-*** platforms", "version": "1.3.0",
I have deleted the npm_modules files as size is more than 10MB.
Please let me know if you need any more information
Hi, @cvdinesh Did you resolve this error?
Hi
When i run $ grunt sectv-build:sectv-tizen it shows below error. $ grunt sectv-build:sectv-tizen Running "sectv-build:sectv-tizen" (sectv-build) task
Start packaging Samsung Tizen TV Platform...... Tizen CLI 2.4.50
Setting configuration is succeeded....
Error occured during build! java.lang.Exception: The specified directory(C:\scripts\testtizenapp\platforms\sectv-tizen\www) is not vaild Total time: 00:00:00.198 Fatal error: Error occured during build! java.lang.Exception: The specified directory(C:\scripts\testtizenapp\platforms\sectv-tizen\www) is not vaild Total time: 00:00:00.198
Any one faced this kind of issue.? Iam using windows 7. node js version 8.9.3 TIZEN_SDK_VERSION=2.3.
C:\scripts\testtizenapp\platforms\ has only browser folder. it is not creating sectv-tizen folder.
I see C:\scripts\testtizenapp\Gruntfile.js has below Settings under 'sectv-build': {
'sectv-tizen': { //profilePath: '/home/TizenSDK/.metadata/.plugins/org.tizen.common.sign/profiles.xml',
profilePath: 'C:/Projects-Work/TizenStudio/.metadata/.plugins/org.tizen.common.sign/profiles.xml', profileName: 'XXXXX', www: 'platforms/sectv-tizen/www', dest: 'platforms/sectv-tizen/build'
Thanks in advance.