Re: Contributawesome

2014-07-30 Thread Brian LeRoux
Ah the docs. Many threads have appeared and receded into the ether about our Docs. (Searching the ML archives might be interesting but in no way required.) So even the very generation and publishing of Cordova docs could use a love. And somehow this might be related to generating/publishing docs f

Re: Contributing to Cordova

2014-07-30 Thread Brian LeRoux
awesome, great to have you here Sebastian: don't hesitate to start a thread, open an issue, and dive in on improvements always lots to do around here! On Wed, Jul 30, 2014 at 7:37 PM, Carlos Santana wrote: > Welcome Sebastian > checkout this link http://wiki.apache.org/cordova/ContributorWorkf

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread julio cesar sanchez
I have a related question, is it possible to add folders to a plugin as if I seletected "Create folder references for any added folders" option? (blue folder) with I get the resource as if I selected the "Create groups for any added folder" option (yellow folder) 2014-07-30 18:45 GMT+02:00 Ca

Re: Contributawesome

2014-07-30 Thread Carlos Santana
Welcome Adam ! checkout this link http://wiki.apache.org/cordova/ContributorWorkflow On Wednesday, July 30, 2014, Lorin Beer wrote: > Hi Adam, > > welcome to the list! > > > On Wed, Jul 30, 2014 at 4:01 PM, Adam Cmiel > > wrote: > > > Dear Apache Cordova, > > > > I’m Adam and I’ve been working

Re: Contributing to Cordova

2014-07-30 Thread Carlos Santana
Welcome Sebastian checkout this link http://wiki.apache.org/cordova/ContributorWorkflow On Wednesday, July 30, 2014, Lorin Beer wrote: > Hi Sebastian, welcome! > > > On Wed, Jul 30, 2014 at 1:47 PM, Sebastian Mil > > wrote: > > > Dear Apache Cordova, > > > > I am a student studying EECS at UC

Re: out

2014-07-30 Thread Carlos Santana
No puedo ser parte del jurado no hablo Inglés :-) On Wednesday, July 30, 2014, Jesse wrote: > In the interview, clearly state 'I think he did it.' > That should be enough. > > @purplecabbage > risingj.com > > > On Wed, Jul 30, 2014 at 3:59 PM, Lorin Beer > wrote: > > > Just spitballin' here: >

Re: Contributawesome

2014-07-30 Thread Lorin Beer
Hi Adam, welcome to the list! On Wed, Jul 30, 2014 at 4:01 PM, Adam Cmiel wrote: > Dear Apache Cordova, > > I’m Adam and I’ve been working with Cordova for the past two years, and am > excited to join the contributorship. I have already signed the CLA and > submitted it to the Apache secretar

[GitHub] cordova-firefoxos pull request: Fixing error on new CLI/LIB: cp: n...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-firefoxos/pull/19 --- 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 featu

[GitHub] cordova-cli pull request: CB-6024 Document -- for platform options

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/187 --- 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: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
> > I think the concern was more of using current default name > HelloCordova.pbxproj this will always be the name of the project, unless > you really, really know what you are doing and want to change it you can > specify in cli, shell script, or in config.xml project="changetothis">appname > My

Re: out

2014-07-30 Thread Jesse
In the interview, clearly state 'I think he did it.' That should be enough. @purplecabbage risingj.com On Wed, Jul 30, 2014 at 3:59 PM, Lorin Beer wrote: > Just spitballin' here: > > http://www.businessinsider.com/how-to-get-out-of-jury-duty-2012-7?op=1 > > insist that you will educate your ju

Re: Contributing to Cordova

2014-07-30 Thread Lorin Beer
Hi Sebastian, welcome! On Wed, Jul 30, 2014 at 1:47 PM, Sebastian Mil wrote: > Dear Apache Cordova, > > I am a student studying EECS at UC Berkeley and work at Famo.us. I am > interested in mobile development and developing my coding skills. > > During the past few weeks I created a few apps wi

Contributawesome

2014-07-30 Thread Adam Cmiel
Dear Apache Cordova, I’m Adam and I’ve been working with Cordova for the past two years, and am excited to join the contributorship. I have already signed the CLA and submitted it to the Apache secretary, subscribed to the dev list, and created a Jira account. I’m particularly interested in i

Re: out

2014-07-30 Thread Lorin Beer
Just spitballin' here: http://www.businessinsider.com/how-to-get-out-of-jury-duty-2012-7?op=1 insist that you will educate your jury peers on 'jury nullification'. wear camo pants On Wed, Jul 30, 2014 at 2:36 PM, Jesse wrote: > 2 words, not guilty! > > @purplecabbage > risingj.com > > > On We

[GitHub] cordova-cli pull request: CB-6024 Document -- for platform options

2014-07-30 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/187#issuecomment-50691123 Looks good. --- 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

Re: Browserify support for cordova-lib/cordova-cli

2014-07-30 Thread Suraj Pindoria
So I updated this to include some of the additional use cases discussed earlier.  Now, running "cordova prepare --browserify" in an existing project will update it use prepare-browserify.  It also works with "cordova run --browserify".  Adding and removing plugins should still use the "--browser

[GitHub] cordova-cli pull request: CB-6024 Document -- for platform options

2014-07-30 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-cli/pull/187 CB-6024 Document -- for platform options CB-6024 Document -- for platform options Before CB-6024, you could do things like: cordova run platform --platformopt now you need t

[GitHub] cordova-firefoxos pull request: Fixing error on new CLI/LIB: cp: n...

2014-07-30 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-firefoxos/pull/19 Fixing error on new CLI/LIB: cp: no such file or directory On latest versions of CLI and LIB a `cp: no such file or directory` error was being displayed on the console after adding firefox

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
Yes I agree the projectname should be saved in config.xml and have it as an official flag in documented cordova cli I think the concern was more of using current default name HelloCordova.pbxproj this will always be the name of the project, unless you really, really know what you are doing and wan

[GitHub] cordova-lib pull request: CB-7100: Use npm based lazy-load by defa...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/68 --- 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: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
On Wed, Jul 30, 2014 at 12:50 PM, Carlos Santana wrote: > For the prepare I was thinking hooks. > > Does all hooks receive all the command line arguments including the extra > ones? > Yes, it receives the entire command line string, like this execOpts.env.CORDOVA_CMDLINE = process.argv.join(' ');

Contributing to Cordova

2014-07-30 Thread Sebastian Mil
Dear Apache Cordova, I am a student studying EECS at UC Berkeley and work at Famo.us. I am interested in mobile development and developing my coding skills. During the past few weeks I created a few apps with Cordova and Famo.us. I have come across a few things that I would like to improve upon w

Re: out

2014-07-30 Thread Jesse
2 words, not guilty! @purplecabbage risingj.com On Wed, Jul 30, 2014 at 2:32 PM, Marcel Kinard wrote: > I've been called in for jury duty tomorrow. So if I'm silent here, it's > not because I'm blowing people off. I hope this will be for just 1 day, but > that may not be the case (insert rim s

out

2014-07-30 Thread Marcel Kinard
I've been called in for jury duty tomorrow. So if I'm silent here, it's not because I'm blowing people off. I hope this will be for just 1 day, but that may not be the case (insert rim shot here).

[GitHub] cordova-lib pull request: CB-7091: Remove check_requirements() fun...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/67 --- 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

[GitHub] cordova-lib pull request: CB-7100: Use npm based lazy-load by defa...

2014-07-30 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/68 CB-7100: Use npm based lazy-load by default fixing test to use imaginary version to avoid colliding with actual local content You can merge this pull request into a Git repository by running:

[GitHub] cordova-lib pull request: CB-7091: Remove check_requirements() fun...

2014-07-30 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/67 CB-7091: Remove check_requirements() funcs from platform parsers No longer used, removing. They were either: 1) Empty 2) Duplicating the chqck_reqs call that is also done by platform creat

[GitHub] cordova-wp8 pull request: CB-6728 Support chip architecture as an ...

2014-07-30 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-wp8/pull/39#issuecomment-50665133 For some reason I am getting an error when I try to build with this commit included. I see the error message : Manifest validation fails: Exception: Ver

[GitHub] cordova-wp8 pull request: CB-7028 fixed memory leak in wp with plu...

2014-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/44 --- 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: bump: wp8 memory leak

2014-07-30 Thread Jesse
merged, thanks! @purplecabbage risingj.com On Wed, Jul 30, 2014 at 8:42 AM, Staci Cooper wrote: > A while ago an IBM customer reported seeing a memory leak in wp8 apps. I > made a fix which was merged into master > < > https://github.com/apache/cordova-wp8/commit/0c5f0e393db026633afd89fec0684c

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602924 --- Diff: src/blackberry10/native/src/globalization_ndk.cpp --- @@ -0,0 +1,1167 @@ +/* + * Copyright 2013 Research In Motion Limit

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603094 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins +==

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603044 --- Diff: src/blackberry10/native/public/json_batchallocator.h --- @@ -0,0 +1,125 @@ +#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED +#

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603109 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define JSON_WRITER

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602861 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define JSON_WRITER

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602968 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define JSON_WRITER

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603025 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins +==

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603204 --- Diff: src/blackberry10/native/public/plugin.cpp --- @@ -0,0 +1,320 @@ +#include "plugin.h" +#include "tokenizer.h" + +

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603160 --- Diff: src/blackberry10/native/public/json/writer.h --- @@ -0,0 +1,174 @@ +#ifndef JSON_WRITER_H_INCLUDED +# define JSON_WRITER

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603147 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define CPPTL_JSON_H

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603131 --- Diff: src/blackberry10/native/public/json_batchallocator.h --- @@ -0,0 +1,125 @@ +#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED +#

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603123 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define CPPTL_JSON_H

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603064 --- Diff: src/blackberry10/native/public/plugin.cpp --- @@ -0,0 +1,320 @@ +#include "plugin.h" +#include "tokenizer.h" + +

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603085 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define CPPTL_JSON_H

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15603016 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins +==

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602845 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define CPPTL_JSON_H

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602750 --- Diff: src/blackberry10/native/public/json/value.h --- @@ -0,0 +1,1069 @@ +#ifndef CPPTL_JSON_H_INCLUDED +# define CPPTL_JSON_H

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15602661 --- Diff: src/blackberry10/native/public/json_internalarray.inl --- @@ -0,0 +1,448 @@ +// included by json_value.cpp +// everythin

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601559 --- Diff: src/blackberry10/native/src/globalization_ndk.hpp --- @@ -0,0 +1,63 @@ +/* +* Copyright 2013 Research In Motion Li

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601513 --- Diff: src/blackberry10/native/src/globalization_ndk.cpp --- @@ -0,0 +1,1167 @@ +/* + * Copyright 2013 Research In Motion

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601501 --- Diff: src/blackberry10/native/src/globalization_js.hpp --- @@ -0,0 +1,41 @@ +/* +* Copyright 2013 Research In Motion Lim

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601481 --- Diff: src/blackberry10/native/src/globalization_js.cpp --- @@ -0,0 +1,165 @@ +/* + * Copyright 2013 Research In Motion L

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
Github user bryanhiggins commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/18#discussion_r15601423 --- Diff: src/blackberry10/native/readme.txt --- @@ -0,0 +1,406 @@ +Template for BlackBerry 10 Cordova Plugins --- End diff

[GitHub] cordova-plugin-globalization pull request: BB10 implementation

2014-07-30 Thread bryanhiggins
GitHub user bryanhiggins opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/18 BB10 implementation Opening this for visibility. It needs to be squashed and .so files re-generated from the latest commit. You can merge this pull request into a Git repo

web manifest spec and service workers

2014-07-30 Thread Brian LeRoux
http://html5doctor.com/web-manifest-specification perhaps our days our numbered? I hope so! we have a big enough backlog for 4.x as is and these specs are still very early but worth watching for our 5.x series

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
For the prepare I was thinking hooks. Does all hooks receive all the command line arguments including the extra ones? Sorry for create, I meant "platform add" that call the create script inside the platform. The use case is related to CB-7131 [1], to be use like "platform add ios --project="Cord

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
Would appreciate help to brainstorm I want to come out what is best for cordova developers. Today we have a downstream that ships cordova, I want to see if we can provide better experience I'm trying to experiment with the crazy idea of providing our value-add thru a cordova plugin, meaning devel

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
I'll add to the docs for other commands. prepare actually does receive those extra args but it doesn't call any platform scripts, so there is nobody to pass them along to. create doesn't call any platform scripts as well, the subsequent "platform add" does, but allowing extra args to "cordova pla

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Michal Mocny
On Wed, Jul 30, 2014 at 11:38 AM, Carlos Santana wrote: > On Wed, Jul 30, 2014 at 10:54 AM, Michal Mocny > wrote: > > > First, the easy one: Certainly you should have a way to drop files into > > platforms/ios/HelloCordova, and I think is probably the way > > to go. The root seems to be the pl

bump: wp8 memory leak

2014-07-30 Thread Staci Cooper
A while ago an IBM customer reported seeing a memory leak in wp8 apps. I made a fix which was merged into master , but I later found a second leak which occurs if the device or network-information plugins are pre

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
If it's applicable to more than build command, then it needs to be documented for the other commands that is applicable Why a fix set of commands that this is applicable, what about "prepare" and "create" ? On Wed, Jul 30, 2014 at 11:42 AM, Carlos Santana wrote: > > I agree Michal, not having

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
Sounds good, I'll get started. On Wed, Jul 30, 2014 at 11:33 AM, Michal Mocny wrote: > Things to help move this along: > > - Move test directories to "tests" and add nested plugin.xml, that would be > a great. You can look at an example here: > https://github.com/apache/cordova-plugin-device/t

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
I agree Michal, not having cordova specific, my bad was not obvious the "-- " the first time I read the email Mark I only see the -- [platformopts] only documented for "cordova run", Does it also works for other commands i.e. compile, prepare? [1]: https://github.com/apache/cordova-cli/blob/maste

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
> So that's how it works today on the release version with a magic "-- > all the stuff to pass down" at the end of the cordova cli command? Yes, since this commit (included in the currently released version) e

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
On Wed, Jul 30, 2014 at 10:54 AM, Michal Mocny wrote: > First, the easy one: Certainly you should have a way to drop files into > platforms/ios/HelloCordova, and I think is probably the way > to go. The root seems to be the plugin folder by default, so you may need > to prefix with "../.." righ

Re: plugin-test-framework PRs

2014-07-30 Thread Michal Mocny
Things to help move this along: - Move test directories to "tests" and add nested plugin.xml, that would be a great. You can look at an example here: https://github.com/apache/cordova-plugin-device/tree/master/tests - Test the PR locally by running the mobilespec create script to make sure the pl

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
Just want to bump this thread. Michal -- that all sounds great. Let me know if there's anything I can do to help with integration, or if the IBM committers can help with merging. Should we go ahead and add nested plugin.xml files to the PRs? Also, for reference: I tested all of my PRs on wp8 with

Re: missing documentation and missing major version bump

2014-07-30 Thread Michal Mocny
Bryan: Awesome! Super glad everything is sensibly resolved. Carlos: Thats pretty common practice with unix tools: http://unix.stackexchange.com/questions/11376/what-does-double-dash-mean-also-known-as-bare-double-dash so I think its pretty sweet that we are not using some cordova-specific flag f

Re: missing documentation and missing major version bump

2014-07-30 Thread Bryan Higgins
This came up via an internal client who was using Cordova CLI with their build script. They were passing in the BB keystore password for release builds. It was easily resolved by adding --. While unfortunate that this got through undocumented during a minor update, it's not a huge deal. I agree wi

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
Oh Mark, after reading your email for the second time I got it :-) So that's how it works today on the release version with a magic "-- all the stuff to pass down" at the end of the cordova cli command? On Wed, Jul 30, 2014 at 10:46 AM, Mark Koudritsky wrote: > --extraplatformargs would also be

Re: How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Michal Mocny
First, the easy one: Certainly you should have a way to drop files into platforms/ios/HelloCordova, and I think is probably the way to go. The root seems to be the plugin folder by default, so you may need to prefix with "../.." right now. Also seems hacky, not sure if there is a better way. Fo

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
--extraplatformargs would also be ok, but it's not really different from the -- separator as it works right now. You can do cordova run -- magicpostionarg --xcodeflag --bbflag=42 and it will pass along everything after the " -- " as is (in the original order). On Wed, Jul 30, 2014 at 10:36 AM, Ca

Re: missing documentation and missing major version bump

2014-07-30 Thread Carlos Santana
Mark What about having a generic door? meaning something like -extraplatformargs cordova run --extraplatformargs="magicpostionarg --xcodeflag --bbflag=42" then pass down the value of extraplatformargs, then platform scripts should properly implement the parsing of arguments using "-" or "--" or fo

How to provide more files from plugin.xml for project and native?

2014-07-30 Thread Carlos Santana
I already know about and [1] in plugin.xml I'm currently working with ios: copy files will be available inside mobile app www path files will be available to mobile app from root path I want to be able to provide files to other locations that do not go inside mobile app: 1. I want to add file

Re: missing documentation and missing major version bump

2014-07-30 Thread Mark Koudritsky
On Wed, Jul 30, 2014 at 1:46 AM, Carlos Santana wrote: > Yep Michal I agree to update cli to pass down extra parameters to platform > scripts like it used. this allow for greater flexibility in platform > scripts and no hardcoded platform concerns in cli. No need to remove nopt > if the this can

Re: New project vs.

2014-07-30 Thread Carlos Santana
I attempted to capture the discussion and consensus in this JIRA item: https://issues.apache.org/jira/browse/CB-7231 On Wed, Jul 30, 2014 at 8:07 AM, Jan Velecký wrote: > So, can we put task into JIRA related to this problem? Point one for start? > > > -- Původní zpráva -- > Od

Re: New project vs.

2014-07-30 Thread Jan Velecký
So, can we put task into JIRA related to this problem? Point one for start? -- Původní zpráva -- Od: Jan Velecký Komu: dev@cordova.apache.org Datum: 26. 7. 2014 9:12:03 Předmět: Re: New project vs. "1. Agree, this is essential I think. 2. Agree. 3. Agree, but it can be more li