3.6 cordova-mobile-spec plugin autotests

2014-09-23 Thread Fowler, Angela
Hi devs, I set up a cordova-mobile-spec project using createmobilespec.js with plugin versions which were listed in the 3.6 news e.g. cordova-plugin-camera: 0.3.1 Many of the plugin tests seem to be missing e.g. https://github.com/apache/cordova-plugin-camera/tree/r0.3.2/tests does not exist

Re: Question on Cordova Docs version

2014-09-23 Thread Steven Gill
It is the same. Consider it a 3.6.x series in this case. -Steve On Tue, Sep 23, 2014 at 5:17 PM, Joshi, Pavankumar < jos...@fast.au.fujitsu.com> wrote: > Hello Team, > > I have a question in Cordova Docs. > I just downloaded Cordova Docs zip file tagged 3.6.3. When I looked inside > docs/en/ fol

Re: [DISCUSS] plugins release Sept 29

2014-09-23 Thread Shazron
Voting is about the social aspect, Brian :| On Tue, Sep 23, 2014 at 2:55 PM, Brian LeRoux wrote: > Heh, now imagine a futuristic far off world where we could take Virtual > Automation and make it actually virtual. > > #gamechanger #devops > > On Tue, Sep 23, 2014 at 2:45 PM, Jesse wrote: > > >

Question on Cordova Docs version

2014-09-23 Thread Joshi, Pavankumar
Hello Team, I have a question in Cordova Docs. I just downloaded Cordova Docs zip file tagged 3.6.3. When I looked inside docs/en/ folder I found that 3.6.0 as the latest. Please let me know if this is same as 3.6.3 documentation or will there be another folder created for 3.6.3 version? Thank

[GitHub] cordova-wp8 pull request: make scripts executable

2014-09-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/58 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [DISCUSS] plugins release Sept 29

2014-09-23 Thread Brian LeRoux
Heh, now imagine a futuristic far off world where we could take Virtual Automation and make it actually virtual. #gamechanger #devops On Tue, Sep 23, 2014 at 2:45 PM, Jesse wrote: > Sounds great to me! > Thanks for volunteering. > > I would also like to suggest that we attempt to publish any ch

Re: [DISCUSS] plugins release Sept 29

2014-09-23 Thread Jesse
Sounds great to me! Thanks for volunteering. I would also like to suggest that we attempt to publish any changed plugins every week, meaning a vote every Friday potentially. This would make us so good at this vote+release process that it would become virtually automatic again, and we could even c

[DISCUSS] plugins release Sept 29

2014-09-23 Thread Marcel Kinard
If these Windows-universal-platform changes are deemed important, how about doing another plugins release starting the end of this week and ending with a go-live on Monday? If folks like this idea, I'm willing to be release manager for it. Any other iOS 8 content that should also be included?

Re: plugin with AAR

2014-09-23 Thread Ian Clelland
"Work in progress" is serious here. I wouldn't count on the Gradle build being completely stable until you see a 3.7 or a 4.0 release candidate. If you're developing plugins with specialized build requirements using Gradle, we're very eager to accommodate you. Just be aware that it's a moving targ

[GitHub] cordova-wp8 pull request: make scripts executable

2014-09-23 Thread wildabeast
GitHub user wildabeast opened a pull request: https://github.com/apache/cordova-wp8/pull/58 make scripts executable You can merge this pull request into a Git repository by running: $ git pull https://github.com/wildabeast/cordova-wp8 script-permission Alternatively you can r

Re: [VOTE] Plugins Release Sept 17 2014 (attempt #2)

2014-09-23 Thread Steven Gill
I will promote it! Thanks for running these releases Marcel! Let's chat about it soon! You are indeed correct with the file name associated to date. I usually just rename when dates change. -Steve On Tuesday, September 23, 2014, Marcel Kinard wrote: > Strange indeed. Good catch. > > I checked

Re: Node Hook?

2014-09-23 Thread John M. Wargo
That was it - the space in the shebang. Thanks so much!!! On 9/22/2014 1:02 PM, Mark Koudritsky wrote: Looks like cordova couldn't find where node is on your system. On Windows cordova is doing some hackish magic to deal with shebang lines. The code for this magic is in extractSheBangInterprete

Re: Node Hook?

2014-09-23 Thread John M. Wargo
Node is absolutely on the path - the cordova command works and I can run node test.js without error. I'll check the line endings. Thanks. On 9/22/2014 1:01 PM, Dick Van den Brink wrote: I'm still on 3.4 so not sure about 3.5 but I know it doesnt work when you use windows newlines. Can you cha

Re: [VOTE] Plugins Release Sept 17 2014 (attempt #2)

2014-09-23 Thread Marcel Kinard
Strange indeed. Good catch. I checked in to this, and Jekyll appears to be grabbing the date of the post from the filename, and then displaying that date. Not what I was expecting. I was able to fix this by adding a specific date field to the front matter of the blog entry and regenerating. Loo

RE: New project vs.

2014-09-23 Thread Vladimir Kotikov (Akvelon)
I've sent a PR with changes: https://github.com/apache/cordova-android/pull/124 Could anyone pls. review? --- Best regards, Vladimir -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Monday, 22 September, 2014 17:48 To: d

Re: plugin with AAR

2014-09-23 Thread Andrew Grieve
Gradle support on master is still somewhat a work-in-progress, but I think it's coming along nicely :) What you want to do hasn't been done before that I know of, but it *might* just work if you add a build-extras.gradle to your plugin and adding the extra Dependencies line in there. More eyes on

RE: [VOTE] Plugins Release Sept 17 2014 (attempt #2)

2014-09-23 Thread Sergey Grebnov (Akvelon)
Marcel, thx for the releases and publishing posts! The only thing that looks strange is the date, for example we did npm switch for Tools 3.6 release yesterday but official announce (blog post) is marked as Sep, 08 (two weeks ago). Thx! Sergey -Original Message- From: Marcel Kinard [

Re: [VOTE] Plugins Release Sept 17 2014 (attempt #2)

2014-09-23 Thread Marcel Kinard
Thanks for the feedback. The blog entry is now posted. Steve, could you tweet this plugins release from @apachecordova and post on the G+ page? Thanks! On Sep 22, 2014, at 8:22 PM, Andrew Grieve wrote: > blog post LGTM - but run www/_posts/linkify-bugs.sh before posting please :) > > On Mon,

[GitHub] cordova-android pull request: CB-6511 Fixes build for android when...

2014-09-23 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-android/pull/124 CB-6511 Fixes build for android when app name contains unicode characters Fix for issue: https://issues.apache.org/jira/browse/CB-6511 Use hardcoded Activity/class name to avoid

[GitHub] cordova-android pull request: CB-7231 Adds support for --projectna...

2014-09-23 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-android/pull/118 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cordova-lib pull request: CB-7231 Adds support for --projectname o...

2014-09-23 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-lib/pull/84 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] cordova-cli pull request: CB-7231 Adds support for --projectname o...

2014-09-23 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-cli/pull/192 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

plugin with AAR

2014-09-23 Thread Fu, Junwei
Hi, I know that the cordova-android master can build subproject with Gradle, but I have a question. I want to develop a plugin that dependence AAR from remote maven repository, the AAR is library project. I need to make the plugin to android project which include AndroidManifest.xml and projec

[GitHub] cordova-lib pull request: Project plugins

2014-09-23 Thread edewit
Github user edewit commented on the pull request: https://github.com/apache/cordova-lib/pull/90#issuecomment-56484587 builds on top of cordova-ios/pull/104 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d