Please help me on these wp8 PRs

2013-11-12 Thread puc...@polyvi.com
Hi all, I’ve already signed the ICLA as puchen, please help me on these wp8 bug fixes, https://github.com/apache/cordova-plugin-inappbrowser/pull/8 https://github.com/apache/cordova-plugin-console/pull/4 https://github.com/apache/cordova-plugin-media-capture/pull/4

Re: Cordova Plugins and CocoaPods

2013-11-12 Thread Erik Jan de Wit
Hi, This is cool don't get me wrong, but it's just the other way around. With this, one could create a cordova application using CocoaPods, but I want to have a plugin that uses some CocoaPods libraries. Then it would be nice to add a PodFile to your plugin directory and have the cli 'install'

Re: https://wiki.apache.org/cordova/NodeInspector

2013-11-12 Thread Carlos Santana
+1 To add Wiki, I see that is already linked from Working on issue Once I discover node inspector made CLI development and debugging much easier. Maybe adding to the README of CLI and Plugman under a section Testing and Debugging (i.e. run npm install npm test use node-inspector for further

Review Request 15461: config_parser - handle duplicates with children and text when merging

2013-11-12 Thread Bryan Higgins
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15461/ --- Review request for cordova and Jeffrey Heifetz. Repository: cordova-cli

Re: Review Request 15461: config_parser - handle duplicates with children and text when merging

2013-11-12 Thread Jeffrey Heifetz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15461/#review28753 --- Ship it! Looks great to me, just missing updates to the unit tests

Re: res folder

2013-11-12 Thread Andrew Grieve
It's my understanding that the res/ of app-hello-world is meant to hold files that each platform hand-picks out and puts where appropriate. On Thu, Nov 7, 2013 at 10:12 AM, Bryan Higgins bhigg...@blackberry.comwrote: I'm in the process of adding some additional resolutions to the BB10 splash

Re: cordova serve broken

2013-11-12 Thread Andrew Grieve
Just synced and cordova serve seems to work fine. Brian - are you sure it's broken? We just had a thread on adding html5 as a platform. If we did this, would cordova serve html5 be different from ripple's server? On serve's side - it is actually a customized static file server, since it has a

Re: cordova remote proxy

2013-11-12 Thread Andrew Grieve
Very neat idea. My gut is that it would be useful only to a small set of device-sensor-heavy apps, but probably will be quite useful to them. Also useful would be a way to record playback calls over the exec() bridge. How to implement it is a good question though. Seems like it might be enough

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
did you try navigating to localhost:8000?? I just updated to latest (deployed) bits and its still broken for me (can we start a new thread about ./platforms/html5 ?) On Tue, Nov 12, 2013 at 1:12 PM, Andrew Grieve agri...@chromium.org wrote: Just synced and cordova serve seems to work fine.

Re: Refactoring the CLI tests

2013-11-12 Thread Andrew Grieve
Sounds like everyone's on the same page here, but thought I'd add that I had the same thing when making CLI changes. Many of the tests break when they shouldn't. Want to give a big +1 to deleting tests that are testing implementation rather than results. Having such tests is a real drain on

Re: cordova serve broken

2013-11-12 Thread Josh Soref
Brian wrote: did you try navigating to localhost:8000?? I just updated to latest (deployed) bits and its still broken for me (can we start a new thread about ./platforms/html5 ?) Jenny is testing cordova-cli @master (git fetch¹d today), and we¹re using cordova-blackberry@3.2.x (git fetch¹d

Re: Refactoring the CLI tests

2013-11-12 Thread Anis KADRI
On Tue, Nov 12, 2013 at 1:49 PM, Andrew Grieve agri...@chromium.org wrote: Want to give a big +1 to deleting tests that are testing implementation rather than results. Having such tests is a real drain on productivity. I tend to agree with this statement. Maybe not delete but add/replace them

Re: Refactoring the CLI tests

2013-11-12 Thread Anis KADRI
Wow... I meant replace them with real world assertions (that touch the FS). :-) On Tue, Nov 12, 2013 at 1:55 PM, Anis KADRI anis.ka...@gmail.com wrote: On Tue, Nov 12, 2013 at 1:49 PM, Andrew Grieve agri...@chromium.org wrote: Want to give a big +1 to deleting tests that are testing

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
My definition of working is deployed not 'works on my machine'. =) I'm not comfortable pushing just this. Steve and/or Braden: are we stable to push a release now that this is apparently fixed? On Tue, Nov 12, 2013 at 1:54 PM, Josh Soref jso...@blackberry.com wrote: Brian wrote: did you try

Re: cordova serve broken

2013-11-12 Thread Tim Kim
Ya the cordova serve command isn't working for me either. Just did these steps: npm install cordova -g cordova create foo cd foo cordova platform add ios cordova serve ios // says it's now serving on http://0.0.0.0:8000/ // browse to localhost:8000 // see '404 Not Found' On 12 November 2013

Re: 2.9.1 + 3.2.0rc1

2013-11-12 Thread Steven Gill
Hey all, I am going to put up a blog post for review shortly for the RC. If you are interested in helping test the RC (DO IT), you can install it by going npm install -g cordova@3.2.0-rc1. Let me know if their are any issues blocking the final release. I know that the Firefox update script is

Re: cordova serve broken

2013-11-12 Thread Shazron
I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1 yet.

Re: 2.9.1 + 3.2.0rc1

2013-11-12 Thread Shazron
Steve, you published the version as: 3.2.0-rc.1 so the correct line is: npm install -g cordova@3.2.0-rc.1 On Tue, Nov 12, 2013 at 2:15 PM, Steven Gill stevengil...@gmail.com wrote: Hey all, I am going to put up a blog post for review shortly for the RC. If you are interested in helping

Re: cordova serve broken

2013-11-12 Thread Shazron
cordova cli 3.2.0-rc.1 -- cordova serve works fine on iOS On Tue, Nov 12, 2013 at 2:14 PM, Shazron shaz...@gmail.com wrote: I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1 yet.

Re: 2.9.1 + 3.2.0rc1

2013-11-12 Thread Steven Gill
Shaz, you are correct! semver wants you to do rc versions that way. I meant to say npm install -g cordova@3.2.0-rc.1 On Tue, Nov 12, 2013 at 2:22 PM, Shazron shaz...@gmail.com wrote: Steve, you published the version as: 3.2.0-rc.1 so the correct line is: npm install -g cordova@3.2.0-rc.1

[Android] Test Dependencies

2013-11-12 Thread Joe Bowser
Hey I saw a recent commit on the Android repository removing what I left in the test directory. While I agree that this probably shouldn't have certain attributes because they're stale, I think that we should use plugman to install the plugins, because in this case I don't have my plugins

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
weird. this is working? On Tue, Nov 12, 2013 at 2:23 PM, Shazron shaz...@gmail.com wrote: cordova cli 3.2.0-rc.1 -- cordova serve works fine on iOS On Tue, Nov 12, 2013 at 2:14 PM, Shazron shaz...@gmail.com wrote: I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1

Re: Refactoring the CLI tests

2013-11-12 Thread Braden Shepherdson
Following up here with the note that there's a public branch called e2e-tests with working tests for create and platform commands. These tests are touching the real filesystem using only slightly hacked-up fixtures. A couple of things we learned: the res/ directory in the helloworld template is

Re: cordova serve broken

2013-11-12 Thread Braden Shepherdson
I think people are not aware that the semantics of the serve command changed a while ago. The correct steps now are: - run cordova serve, with no platform named. - go to http://localhost:8000/android or some other platform you have installed - it works, you can fetch the various assets. Cordova

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
Ok. I must have missed the thread where that was discussed. (?) Seems to me we should get some design on that unstyled dashboard page b/c it was completely unclear to me what to do. I thought it was an an error state. On Tue, Nov 12, 2013 at 2:55 PM, Braden Shepherdson

Re: cordova serve broken

2013-11-12 Thread Dick Van den Brink
I don't think it is working either on master. Console is giving me a status 200 on /windows8/www/index.html but with an empty response body. It's giving me a 404 when the page doesn't exists so that seems to be fine. Note: I'm testing this on a Windows machine. Verzonden met Windows

Re: cordova serve broken

2013-11-12 Thread Dick Van den Brink
Did some testing, it isn't working on IE11, it does work on PaleMoon (Firefox). So it is a bit weird because the landing page is working on IE11… Shall I create an issue for it? Verzonden met Windows Mail Van: Dick Van den Brink Verzonden: ‎woensdag‎ ‎13‎ ‎november‎ ‎2013 ‎00‎:‎08 Aan:

Re: cordova remote proxy

2013-11-12 Thread Julien Bouquillon [revolunet]
Thanks Andrew Not device-sensor-heavy only imho. Imagine you're developing an app that needs access to the contact list; instead of creating a mock, you could request the contact list API remotely from your real device to your chrome while developing on your desktop, so you can experiment with

Plugin download counts

2013-11-12 Thread Anis KADRI
It's been there for over a week but I forgot to mention it here so if you didn't see it here it is... http://plugins.cordova.io/#/_stats if nothing shows up...refresh the page. -a

Re: Plugin download counts

2013-11-12 Thread Carlos Santana
Thank you Anis great work ! On Tuesday, November 12, 2013, Anis KADRI wrote: It's been there for over a week but I forgot to mention it here so if you didn't see it here it is... http://plugins.cordova.io/#/_stats if nothing shows up...refresh the page. -a -- Carlos Santana

Review Request 15464: 3.2.0rc1 blog post

2013-11-12 Thread Steven Gill
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15464/ --- Review request for cordova. Repository: cordova-site Description ---

Re: Plugin download counts

2013-11-12 Thread Steven Gill
Awesome job man! On Tue, Nov 12, 2013 at 5:06 PM, Carlos Santana csantan...@gmail.comwrote: Thank you Anis great work ! On Tuesday, November 12, 2013, Anis KADRI wrote: It's been there for over a week but I forgot to mention it here so if you didn't see it here it is...

Re: plugin.xml validated by cli?

2013-11-12 Thread Andrew Grieve
Marcel, I hadn't realized that you actually wrote this! Ship it!! On Sun, Nov 10, 2013 at 10:57 PM, Qi LUO l...@polyvi.com wrote: Great! Hopefully it will be merged soon. Maybe phonegap build is another issue, I guess it's working slightly different, but for me, the cli and the build

Re: Refactoring the CLI tests

2013-11-12 Thread Andrew Grieve
Great! If they pass - why not put them on master? On Tue, Nov 12, 2013 at 5:52 PM, Braden Shepherdson bra...@chromium.orgwrote: Following up here with the note that there's a public branch called e2e-tests with working tests for create and platform commands. These tests are touching the real

Re: cordova serve broken

2013-11-12 Thread Andrew Grieve
Sounds issue-worthy. I think Josh added some usage messages to serve (and a landing page for /), so the next release will be more user-friendly. On Tue, Nov 12, 2013 at 6:10 PM, Dick Van den Brink d_vandenbr...@outlook.com wrote: Did some testing, it isn't working on IE11, it does work on

Re: cordova serve broken

2013-11-12 Thread Josh Soref
Andrew wrote: Sounds issue-worthy. I think Josh added some usage messages to serve Yes, I drove changes by our team here.  (and a landing page for /), Yep, especially this  so the next release will be more user-friendly. Speaking of which, there's a release candidate available now,

Re: Plugin download counts

2013-11-12 Thread Dick Van den Brink
Cool! Nice to know which plugins are popular and might need extra attention! Sent from my iPhone On 13 nov. 2013, at 02:13, Steven Gill stevengil...@gmail.com wrote: Awesome job man! On Tue, Nov 12, 2013 at 5:06 PM, Carlos Santana csantan...@gmail.comwrote: Thank you Anis great work