Re: Facing issue in testing release process of Cordova platforms

2018-11-02 Thread gandhi rajan
Hi Jan, Thanks for the response again. Please find my response inline. On Thu, Nov 1, 2018 at 10:46 PM Jan Piotrowski wrote: > The documented command actually is just > "./cordova-mobile-spec/createmobilespec/createmobilespec.js --android > --forceplugins", without the "node" in front of it. Bu

Re: Facing issue in testing release process of Cordova platforms

2018-11-01 Thread Jan Piotrowski
The documented command actually is just "./cordova-mobile-spec/createmobilespec/createmobilespec.js --android --forceplugins", without the "node" in front of it. But I am not sure if this is correct or just a bug in the documentation. Please reply with the full command you are executing and the fu

Re: Facing issue in testing release process of Cordova platforms

2018-11-01 Thread gandhi rajan
Hi Jan, Thanks for your response. I did checkout all repos using the coho command - "coho repo-update -g -r all" While trying to do plugin tests as mentioned in https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#1-plugin-tests-with-cordova-mobile-spec-project, I

Re: Facing issue in testing release process of Cordova platforms

2018-10-31 Thread Jan Piotrowski
Gandhi, what exactly did you do until now? Do you have a checkout of all the Cordova repos created with coho? Please reply with the exact command you are running and error/output you are getting. J Am Sa., 27. Okt. 2018 um 11:02 Uhr schrieb gandhi rajan : > > Hi Raphinesse, Thanks for the Jasmine

Re: Facing issue in testing release process of Cordova platforms

2018-10-27 Thread gandhi rajan
Hi Raphinesse, Thanks for the Jasmine 3 update. I m now able to build and install cordova-js module. @jesse, I tried the steps you mentioned to test platform and it works. But I m still not able to create and run mobile-spec project.While running the following command - "node cordova-mobile-spec\c

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread gandhi rajan
Thanks a lot for the response Jesse and Raphinesse. Will try out the suggested steps and check out the merge as well. Will get back with further updates if I m stuck. On Thursday, October 25, 2018, wrote: > I already updated cordova-js to use more modern tooling some time ago in > https://github

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread Jesse
Nice Raphael! Thanks. On Thu, Oct 25, 2018 at 1:30 AM wrote: > I already updated cordova-js to use more modern tooling some time ago in > https://github.com/apache/cordova-js/pull/176. I just had not gotten > around to merging it yet. I did so just now. > > Jesse schrieb am Do., 25. Okt. 2018

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread raphinesse
I already updated cordova-js to use more modern tooling some time ago in https://github.com/apache/cordova-js/pull/176. I just had not gotten around to merging it yet. I did so just now. Jesse schrieb am Do., 25. Okt. 2018, 10:19: > Hi Gandhi, > > There is an issue with this repo in that cordov

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread Jesse
Hi Gandhi, There is an issue with this repo in that cordova-js uses a jasmine-node version that depends on a non-secure version of growl. This is not a trivial fix as moving to the recommended jasmine-node@2.0.1 is a breaking change. I am not completely of the mind that updating is the right appr