Re: cli docs - spaces in main activity name

2013-07-25 Thread Filip Maj
t;> >>> >>> >>> From: brian.ler...@gmail.com [brian.ler...@gmail.com] On Behalf Of >>>Brian >>> LeRoux [b...@brian.io] >>> Sent: Monday, July 22, 2013 12:21 PM >>> To: dev@cordova.apache.org >&g

Re: cli docs - spaces in main activity name

2013-07-24 Thread Filip Maj
ike S >>> >>> >>> >>> From: brian.ler...@gmail.com [brian.ler...@gmail.com] On Behalf Of >>>Brian >>> LeRoux [b...@brian.io] >>> Sent: Monday, July 22, 2013 12:21 PM >>> To: dev@cordova.apach

Re: cli docs - spaces in main activity name

2013-07-22 Thread Filip Maj
RA CB-4343 for bb10 & modified it to include android. >>> This appears new to 3.0; had no problem with "Hello World" prior. >>> >>> --Mike S >>> >>> >>> >>> From: brian.ler...@gmail

Re: cli docs - spaces in main activity name

2013-07-22 Thread Don Coleman
oblem with "Hello World" prior. >> >> --Mike S >> >> >> >> From: brian.ler...@gmail.com [brian.ler...@gmail.com] On Behalf Of Brian >> LeRoux [b...@brian.io] >> Sent: Monday, July 22, 2013 12:21 PM >>

Re: cli docs - spaces in main activity name

2013-07-22 Thread Don Coleman
Roux [b...@brian.io] > Sent: Monday, July 22, 2013 12:21 PM > To: dev@cordova.apache.org > Subject: Re: cli docs - spaces in main activity name > > At some point we just stripped spaces. I imagine this created a bug > and my guess is we removed the functionality rather than ad

RE: cli docs - spaces in main activity name

2013-07-22 Thread Michael Sierra
brian.io] Sent: Monday, July 22, 2013 12:21 PM To: dev@cordova.apache.org Subject: Re: cli docs - spaces in main activity name At some point we just stripped spaces. I imagine this created a bug and my guess is we removed the functionality rather than addressing the issue. We def do not want titles

Re: cli docs - spaces in main activity name

2013-07-22 Thread Andrew Grieve
The third parameter is the app's title, so I think it should be made to work with spaces. On Mon, Jul 22, 2013 at 12:07 PM, Don Coleman wrote: > The CLI docs for creating an app, use a main activity name containing a > space > > $ cordova create HelloWorld com.example.hello "Hello World" >

Re: cli docs - spaces in main activity name

2013-07-22 Thread Brian LeRoux
At some point we just stripped spaces. I imagine this created a bug and my guess is we removed the functionality rather than addressing the issue. We def do not want titles with no spaces! Maybe we add a fourth param. On Mon, Jul 22, 2013 at 12:10 PM, Andrew Grieve wrote: > The third parameter i

cli docs - spaces in main activity name

2013-07-22 Thread Don Coleman
The CLI docs for creating an app, use a main activity name containing a space $ cordova create HelloWorld com.example.hello "Hello World" This works for iOS but fails on Android. Should we adjust the docs, or attempt to make the Android scripts remove spaces? http://docs.phonegap.com/en/edg