[TESTING NEEDED] Re: "cordova plugin add" and variables

2013-07-30 Thread Filip Maj
Hi folks, Jeff from BlackBerry has kicked the work off to pass flags down to lower-level scripts. This should enable people to provide variables and other install-time configurations when working with plugins through our cli tool, as well as passing other useful flags to platform-level scripts suc

Re: "cordova plugin add" and variables

2013-07-24 Thread Brian LeRoux
Hugely useful thx Fil On Jul 24, 2013 7:21 PM, "Shazron" wrote: > Awesome, thx! > > > On Wed, Jul 24, 2013 at 3:59 PM, Filip Maj wrote: > > > FYI I've resolved that issue and "merged" into > > https://issues.apache.org/jira/browse/CB-4273 as a bigger "pass all > flags > > to lower-level scripts/

Re: "cordova plugin add" and variables

2013-07-24 Thread Shazron
Awesome, thx! On Wed, Jul 24, 2013 at 3:59 PM, Filip Maj wrote: > FYI I've resolved that issue and "merged" into > https://issues.apache.org/jira/browse/CB-4273 as a bigger "pass all flags > to lower-level scripts/modules" issue. > > On 7/22/13 12:49 PM, "Shazron" wrote: > > >Thanks Fil, > >Fi

Re: "cordova plugin add" and variables

2013-07-24 Thread Filip Maj
FYI I've resolved that issue and "merged" into https://issues.apache.org/jira/browse/CB-4273 as a bigger "pass all flags to lower-level scripts/modules" issue. On 7/22/13 12:49 PM, "Shazron" wrote: >Thanks Fil, >Filed https://issues.apache.org/jira/browse/CB-4352 > > >On Mon, Jul 22, 2013 at 12:

Re: "cordova plugin add" and variables

2013-07-22 Thread Shazron
Thanks Fil, Filed https://issues.apache.org/jira/browse/CB-4352 On Mon, Jul 22, 2013 at 12:42 PM, Filip Maj wrote: > Yeah file an issue. Maybe this needs to be encapsulated as a larger > feature, I'm thinking, any flags you use with the cli get pushed down to > the underlying tools. This way pe

Re: "cordova plugin add" and variables

2013-07-22 Thread Filip Maj
Yeah file an issue. Maybe this needs to be encapsulated as a larger feature, I'm thinking, any flags you use with the cli get pushed down to the underlying tools. This way people could do `cordova build --release`, for example. On 7/22/13 12:33 PM, "Shazron" wrote: >I didn't see it in the help.

"cordova plugin add" and variables

2013-07-22 Thread Shazron
I didn't see it in the help. For example when trying to install the Facebook Connect plugin it complains about APP_ID variable not being set (plugman supports variables however). Does anyone know the syntax to set a variable, or does this feature need to be filed as an issue?