Re: Consolidating the Distribution of Platforms & Plugins

2014-03-14 Thread Carlos Santana
I have being thinking on this sort of problem also. I think using npm to store none node code is perfectly fine use case. I vote to leverage npm as the building block and then build cordova functions on top of it. If we need to download something from the web use npm (leverages user's already co

Re: board report for march draft / feedback pls

2014-03-14 Thread Carlos Santana
what about the security related fixes, do they need to be notice as things that got addressed. On Wed, Mar 12, 2014 at 6:45 PM, Michal Mocny wrote: > We also did a plugins and tools release, and this was the first time we did > a VOTE on those artifacts, since it was also the first time we post

RE: plugman create plugin on Windows issues

2014-03-14 Thread Jonathan Bond-Caron
On Fri Mar 14 10:56 AM, Lisa Seacat DeLuca wrote: > Bas, good catch. > > Still seeing the same error though when I use a : instead of ; > > C:\workspaces\lisa\test2>plugman install --platform android --project > C:\workspaces\lisa\test2\www --plugin C:\workspaces\lisa\TestPlugin > Installin

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir handling

2014-03-14 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-plugman/pull/65 CB-6272 Fix subdir handling https://issues.apache.org/jira/browse/CB-6272 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-p

Introduction and Possible Contribution

2014-03-14 Thread Terence M. Bandoian
First, thanks for all the great work. I'm fairly new to Cordova but have quite a bit of experience otherwise and have so far found it to be an excellent framework for mobile app development. In a recent iPad project, I added a section of code to the updateImage method of the splash screen plu

[GitHub] cordova-wp8 pull request: CB-6268 WP8. Apply BackgroundColor from ...

2014-03-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-wp8/pull/29 CB-6268 WP8. Apply BackgroundColor from config.xml https://issues.apache.org/jira/browse/CB-6268 You can merge this pull request into a Git repository by running: $ git pull https://github

[GitHub] cordova-cli pull request: CB-6267 Windows8. Apply BackgroundColor ...

2014-03-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-cli/pull/142 CB-6267 Windows8. Apply BackgroundColor from config.xml https://issues.apache.org/jira/browse/CB-6267 You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] cordova-plugin-inappbrowser pull request: fixed "CGContextSaveGSta...

2014-03-14 Thread kohowski
GitHub user kohowski opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/30 fixed "CGContextSaveGState: invalid context 0x0" fixed "CGContextSaveGState: invalid context 0x0" You can merge this pull request into a Git repository by running:

[GitHub] cordova-cli pull request: CB-6266 Windows8. Add Whitelisting rules...

2014-03-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-cli/pull/141 CB-6266 Windows8. Add Whitelisting rules support from config file https://issues.apache.org/jira/browse/CB-6266 You can merge this pull request into a Git repository by running: $ git pul

Re: Releasing Platforms Independently

2014-03-14 Thread Shazron
+1. especially for moving testing away from the mobile-spec monolith. Recently I discovered a bug https://issues.apache.org/jira/browse/CB-6225that caused some pain for users. Since it was all tested in mobile-spec and it wasn't tested individually, it could not have been discovered (new Media plu

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-03-14 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-37686312 that should be --release indeed. I have created an implementation for that, using the CommanLineTooling contract and documentation from Firefox

Re: Consolidating the Distribution of Platforms & Plugins

2014-03-14 Thread Anis KADRI
On Fri, Mar 14, 2014 at 7:13 AM, Braden Shepherdson wrote: > Cordova platforms don't map into Cordova plugins very well at all. > No, they don't indeed. It would be really interesting to `plugin add` a platform. > > For npm modules, we can specify arbitrary sources, but npm has its own > ideas

[GitHub] cordova-cli pull request: CB-6256 Windows8. Apply start page uri f...

2014-03-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-cli/pull/140 CB-6256 Windows8. Apply start page uri from config.xml https://issues.apache.org/jira/browse/CB-6256 You can merge this pull request into a Git repository by running: $ git pull https://g

Re: adding the sugar platform to cordova

2014-03-14 Thread Puneet Kaur
This project will really help the students and as the developers would be able to code in the html,js and css and make better activities, which shall be a great learning experience for kids who use the sugar platform. I shall be doing this as a part of my gsoc project , you all can check the deta

Re: adding the sugar platform to cordova

2014-03-14 Thread Puneet Kaur
My kind request to the cordova community to kindly give your views on this and help out adding the new platform. Thanks, Puneet On Fri, Mar 14, 2014 at 10:35 PM, Puneet Kaur wrote: > Hey, > > So was going to the code level of the project. > > Starting with the camera plugin (Hope thats fine,

adding the sugar platform to cordova

2014-03-14 Thread Puneet Kaur
Hey, So was going to the code level of the project. Starting with the camera plugin (Hope thats fine, please tell me ur views on that) According to me, I must first see the coding at sugar end and then write corresponding functions required in the javascript side. Hope that methodology is fine.

[GitHub] cordova-cli pull request: windows8. fixes version number parsing l...

2014-03-14 Thread sgrebnov
Github user sgrebnov closed the pull request at: https://github.com/apache/cordova-cli/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 does not have this feature enabled and wishes so, or if the feature

Re: plugman create plugin on Windows issues

2014-03-14 Thread Lisa Seacat DeLuca
Thanks for the suggestion. However, I tried \\, same issue. I can use tab to auto complete so I don't think that's the issue. Regardless, tried both of your suggestions and still see the same error on windows. Lisa Lisa Seacat DeLuca Mobile Engineer | t: +415.787.4589 | ldel...@apache.org |

Re: plugman create plugin on Windows issues

2014-03-14 Thread purplecabbage
What is your shell? If you use git bash then either escape \ => \\ or use / Sent from my iPhone > On Mar 14, 2014, at 7:56 AM, Lisa Seacat DeLuca wrote: > > Bas, good catch. > > Still seeing the same error though when I use a : instead of ; > > C:\workspaces\lisa\test2>plugman install --

RE: plugman create plugin on Windows issues

2014-03-14 Thread Lisa Seacat DeLuca
Bas, good catch. Still seeing the same error though when I use a : instead of ; C:\workspaces\lisa\test2>plugman install --platform android --project C:\workspaces\lisa\test2\www --plugin C:\workspaces\lisa\TestPlugin Installing com.ibm.cordova.plugin.test (android) ENOENT, no such file or dire

RE: plugman create plugin on Windows issues

2014-03-14 Thread Lisa Seacat DeLuca
Sergey, thank you! That worked. Now to figure out the best way to do plugin development. I'm writing the android side and since it's Java I want to use an IDE rather than brackets to compile the code. I imported into Eclipse as an existing android project code. But imported the entire cord

RE: plugman create plugin on Windows issues

2014-03-14 Thread Bas Bosman
Lisa, I noticed you used a semicolon in your project path instead of a colon? You used C;\workspaces\lisa\test\www, which should be C:\workspaces\lisa\test\www Regards, Bas Bosman > From: Lisa Seacat DeLuca [mailto:ldel...@us.ibm.com] > Sent: Friday, March 14, 2014 6:00 PM > To: Cordova Dev (de

RE: cordova templates?

2014-03-14 Thread Jonathan Bond-Caron
On Fri Mar 14 10:02 AM, Braden Shepherdson wrote: > To be clear, you're suggesting that we have templates in the form of > plugins? I'm > not sure that's what we really want. At least, if we > install them like regular plugins > then there are several values that > need to be changed, including the

Search for developer contact for integration of Google Chromecast functionality into Apache Cordova

2014-03-14 Thread Andre . Berthold
Hello, I'm not sure if this is the right place to address the following issue. If this is not the case I would be glad if you could redirect me to another Cordova contact. I'm working at a German Public Broadcaster who is in contact with Google Inc. concerning the Google Chromecast Technology.

RE: plugman create plugin on Windows issues

2014-03-14 Thread Sergey Grebnov (Akvelon)
Hi Lisa, Could you please run 'cordova plugin add C:\workspaces\lisa\TestPlugin' from cordova app root and see if it works? -Sergey From: Lisa Seacat DeLuca [mailto:ldel...@us.ibm.com] Sent: Friday, March 14, 2014 6:00 PM To: Cordova Dev (dev@cordova.apache.org) Subject: plugman create plugin on

Re: Consolidating the Distribution of Platforms & Plugins

2014-03-14 Thread Braden Shepherdson
Cordova platforms don't map into Cordova plugins very well at all. For npm modules, we can specify arbitrary sources, but npm has its own ideas about where things should be installed. Do we actually want the platforms, or at least their templates, to live in node_modules? I suppose that's a reason

Re: cordova templates?

2014-03-14 Thread Braden Shepherdson
To be clear, you're suggesting that we have templates in the form of plugins? I'm not sure that's what we really want. At least, if we install them like regular plugins then there are several values that need to be changed, including the directory name. Perhaps cordova template add org.apache.cord

plugman create plugin on Windows issues

2014-03-14 Thread Lisa Seacat DeLuca
I've walked through the plugman plugin creation documentation and am having a few issues on Windows. I'd like to cleanup the docs and also get more experience creating a 3rd party plugin. 1. first I created my new plugin C:\workspaces\lisa>plugman create --name TestPlugin --plugin_id com.ibm.

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-03-14 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-37646613 Normally there is --release Please don't invent things without checking for precedent. I still don't understand why this pull request as is woul

Re: [GitHub] cordova-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-14 Thread Josh Soref
I can't find the other emails which should have been generated for this pull request. ā€ˇhttps://issues.apache.org/jira/browse/CB-6185 Anyone know why it wasn't automatically closed by Github.com? [https://issues.apache.org/jira/secure/useravatar?size=xsmall&avatarId=10452]ASF subversion and gi

[GitHub] cordova-app-hello-world pull request: CB-6185 Spelling: explicitly

2014-03-14 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-app-hello-world/pull/7#issuecomment-37645634 This has already been merged --- 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

Re: Consolidating the Distribution of Platforms & Plugins

2014-03-14 Thread David Kemp
+1 to handling both the same way and not using git for distribution. I'm interested in the pros and cons of using the plugin registry vs npm. On Thu, Mar 13, 2014 at 10:14 PM, Gorkem Ercan wrote: > Great idea.. I especially don't like the git archive download. It does not > really allow us to

cordova templates?

2014-03-14 Thread Jonathan Bond-Caron
Thoughts supporting starter templates like plugins? e.g. Something like this: cordova template add apache.hello.world (plugin.xml) cordova template add apache.hello.world.native.dude (plugin.xml) Internally it's a: cordova plugin add template.apache.hello.world Reser

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-14 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37624454 to late :-). I don't know when it will be updated. So you have to fix it yourself, or install a previous version of plugman. I think 3.4.0-0.1.0