RE: Proposal: Expose check_reqs at the CLI level

2015-05-05 Thread Vladimir Kotikov (Akvelon)
-vlk...@microsoft.com] Sent: Thursday, 23 April, 2015 21:39 To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Yes, check_reqs logic is still being executed on each build by platform build script and it's not executed in `platform add` --- Best

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Parashuram N (MS OPEN TECH)
Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Thursday, April 23, 2015 10:52 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level You mean run but not error? Because, again, this code *used* to run when platforms were added -- except

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Parashuram N (MS OPEN TECH)
Message- From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent: Thursday, April 23, 2015 1:28 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Hey, Leo. Thanks for feedback! I've changed verb name to requirements because it looks like

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Vladimir Kotikov (Akvelon)
PM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Also, Vlad, can you confirm if check_reqs runs on build, or on platform add ? -Original Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Thursday, April 23, 2015 11:00

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Josh Soref
:23 PM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level I think as the first step, it would make sense to run it when platform is added and project is present. We could change it later to run a system wide check. For now, this just picks up what

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Parashuram N (MS OPEN TECH)
Also, Vlad, can you confirm if check_reqs runs on build, or on platform add ? -Original Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Thursday, April 23, 2015 11:00 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level

RE: Proposal: Expose check_reqs at the CLI level

2015-04-23 Thread Vladimir Kotikov (Akvelon)
: Wednesday, April 22, 2015 7:18 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Hey, guys. Have anyone looked at it? I've made some refactoring to make changes more readable, and updated data contract between platform's check_reqs code and LIB API. Josh, regarding

RE: Proposal: Expose check_reqs at the CLI level

2015-04-22 Thread Josh Soref
: Proposal: Expose check_reqs at the CLI level Hi Vladimir, It's great to see this being worked on and discussed. My comments below are mine and mine alone. In addition to the code changes, I would have preferred to see a specification of the command, e.g. cordova check-reqs platform

RE: Proposal: Expose check_reqs at the CLI level

2015-04-22 Thread Vladimir Kotikov (Akvelon)
@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level This was only an initial implementation - no pull request has been sent. I think this is just a way for folks to play with what Vlad has now. I am sure we will change the verb name before a PR comes in. -Original

RE: Proposal: Expose check_reqs at the CLI level

2015-04-22 Thread Treggiari, Leo
7:18 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Hey, guys. Have anyone looked at it? I've made some refactoring to make changes more readable, and updated data contract between platform's check_reqs code and LIB API. Josh, regarding command name. I

Re: Proposal: Expose check_reqs at the CLI level

2015-04-22 Thread Jesse
@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Hi Vladimir, It's great to see this being worked on and discussed. My comments below are mine and mine alone. In addition to the code changes, I would have preferred to see a specification of the command, e.g

RE: Proposal: Expose check_reqs at the CLI level

2015-04-20 Thread Vladimir Kotikov (Akvelon)
) [mailto:panar...@microsoft.com] Sent: Monday, 20 April, 2015 3:49 To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Looks like implementing a global level check_reqs without a project seems harder, I would suggest we make it a part of a second phase

RE: Proposal: Expose check_reqs at the CLI level

2015-04-20 Thread Josh Soref
Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Monday, 20 April, 2015 3:49 To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level Looks like implementing a global level check_reqs without a project seems harder, I would suggest

RE: Proposal: Expose check_reqs at the CLI level

2015-04-20 Thread Parashuram N (MS OPEN TECH)
, April 20, 2015 11:59 AM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level -1 Didn't everyone agree to call it `cordova doctor` or worst, `cordova requirements`? -Original Message- From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent

Re: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread Andrew Grieve
) [mailto:panar...@microsoft.com] Sent: Tuesday, April 14, 2015 6:04 PM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level I think you raise an interesting point on the behavior of check_reqs for platform that are not yet added. The options, as you mention

RE: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread Josh Soref
- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Wednesday, April 15, 2015 11:00 AM To: dev Subject: Re: Proposal: Expose check_reqs at the CLI level We've worked to make iOS add'able from Windows, so I do think it's a good idea to *not* run

Re: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread julio cesar sanchez
Grieve Sent: Wednesday, April 15, 2015 11:00 AM To: dev Subject: Re: Proposal: Expose check_reqs at the CLI level We've worked to make iOS add'able from Windows, so I do think it's a good idea to *not* run check_reqs from add (we used to but removed it). We already run it on build, so

Re: Proposal: Expose check_reqs at the CLI level

2015-04-14 Thread Sachax
Absolutely +1 Sent from my iPhone - 4eSPJ Sacha Herbert Website:www.sachax.com Studio: Via A. Bertani, 20a - 00153 Roma Office: +39 06 933 798 66 Mobile: +39 392 188 0793 Twitter:sachax08 Skype: as3_master Il presente messaggio e-mail contiene

Re: Proposal: Expose check_reqs at the CLI level

2015-04-14 Thread Parashuram N (MS OPEN TECH)
: Expose check_reqs at the CLI level Hi, One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various platforms. This came out from the Stack overflow survey, and the number of questions on stack overflow, twitter. Etc. I

RE: Proposal: Expose check_reqs at the CLI level

2015-04-14 Thread Parashuram N (MS OPEN TECH)
Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Tuesday, April 14, 2015 10:19 AM To: dev@cordova.apache.org Subject: Re: Proposal: Expose check_reqs at the CLI level Carlos, you are right, check_reqs should be in the platform repo, CLI will just proxy

RE: Proposal: Expose check_reqs at the CLI level

2015-04-14 Thread Treggiari, Leo
, 2015 6:04 PM To: dev@cordova.apache.org Subject: RE: Proposal: Expose check_reqs at the CLI level I think you raise an interesting point on the behavior of check_reqs for platform that are not yet added. The options, as you mention are Question 1 1 - Add the platform, run check_reqs script

Re: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread taylor
I recently got started with Cordova and this was one of my biggest problems. It would be even better if the command could provide hints on how to fix the issues. Regards, Taylor Gibb CEO and Founder - Developer Hut | Microsoft MVP | FoRG From: Shazron Sent: ‎Monday‎, ‎April‎ ‎13‎,

Re: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Jesse
+1 Sounds great! @purplecabbage risingj.com On Mon, Apr 13, 2015 at 11:56 AM, Shazron shaz...@gmail.com wrote: +1 This will be great for users On Mon, Apr 13, 2015 at 11:53 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Hi, One of the main problems a lot of developers

Re: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Shazron
+1 This will be great for users On Mon, Apr 13, 2015 at 11:53 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Hi, One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various platforms. This came out from the Stack

RE: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Dmitry Blotsky
check_reqs at the CLI level +1 This will be great for users On Mon, Apr 13, 2015 at 11:53 AM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Hi, One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various platforms. This came out

Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Parashuram N (MS OPEN TECH)
Hi, One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various platforms. This came out from the Stack overflow survey, and the number of questions on stack overflow, twitter. Etc. I thought it would be helpful to have a check_reqs

Re: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Jesse
-Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Monday, April 13, 2015 11:56 AM To: dev@cordova.apache.org Subject: Re: Proposal: Expose check_reqs at the CLI level +1 This will be great for users On Mon, Apr 13, 2015 at 11:53 AM, Parashuram N (MS OPEN TECH

RE: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Treggiari, Leo
+1 It sounds like a very good thing to do. Leo -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Monday, April 13, 2015 12:24 PM To: dev@cordova.apache.org Subject: Re: Proposal: Expose check_reqs at the CLI level Everyone's +1's count! It's the -1's that may

RE: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Josh Soref
check_reqs. -Original Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Monday, April 13, 2015 2:53 PM To: dev@cordova.apache.org Subject: Proposal: Expose check_reqs at the CLI level Hi, One of the main problems a lot of developers seem to have

Re: Proposal: Expose check_reqs at the CLI level

2015-04-13 Thread Carlos Santana
) [mailto:panar...@microsoft.com] Sent: Monday, April 13, 2015 2:53 PM To: dev@cordova.apache.org Subject: Proposal: Expose check_reqs at the CLI level Hi, One of the main problems a lot of developers seem to have is the issue to setting up their machines for building various