Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-23 Thread Josh Soref
Chuck Lantz wrote: >The problem does seem to tie to platform implementations. >we have been seeing issues with both Android and iOS failing to compile >if the name of the app >( in config.xml not the project) contains unicode characters. I've already filed one bug about the fact that things like

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Michal Mocny
(why the fork?) On Wed, Jul 23, 2014 at 9:33 PM, Josh Soref wrote: > Chuck Lantz wrote: > >The problem does seem to tie to platform implementations. > > >we have been seeing issues with both Android and iOS failing to compile > >if the name of the app > >( in config.xml not the project) contain

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Joe Bowser
On Wed, Jul 23, 2014 at 6:33 PM, Josh Soref wrote: > Chuck Lantz wrote: > >The problem does seem to tie to platform implementations. > > >we have been seeing issues with both Android and iOS failing to compile > >if the name of the app > >( in config.xml not the project) contains unicode characte

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Josh Soref
https://issues.apache.org/jira/browse/CB-5971 Joe Bowser wrote: >Did this actually break for something.default (and I mean the literal >string something.default)? Yes. It really did, which is why that was the example I provided. > I thought the bug was ridiculously vague and would be impossible

RE: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-25 Thread Sergey Grebnov (Akvelon)
nycode? Replace with underscores?) Thx! Sergey -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Thursday, July 24, 2014 10:12 PM To: dev@cordova.apache.org Subject: Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs. https://issues.apache.org

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-25 Thread Josh Soref
Sergeyā€ˇ wrote: > Looks like the only way to proceed here is to use display name ('name' > element in config.xml) for visual elements only, > and different safe string for class/activity, .apk, etc. > For the safe name we can select from one of the following options: > 1. Use predefined name (Cord