[ 
https://issues.apache.org/jira/browse/CB-8316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-8316.
------------------------------
    Resolution: Fixed

It was improved a bit in 
https://github.com/apache/cordova-android/commit/a014228f7cb7f4a4583ad6a2b032434f4ce2f4fa

> Invalid identifier error too vague
> ----------------------------------
>
>                 Key: CB-8316
>                 URL: https://issues.apache.org/jira/browse/CB-8316
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-cli
>    Affects Versions: 4.0.0
>            Reporter: Fabio Poloni
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The error message if an invalid identifier is entered is too vague. I had to 
> check the source of valid-identifier to understand the limitation for the 
> identifier.
> {code}
> $ cordova create hello com.example-company.hello HelloWorld
> App id contains a reserved word, or is not a valid identifier.
> {code}
> I'd wish something more useful like this:
> {code}
> $ cordova create hello com.example-company.hello HelloWorld
> App id must not contain a reserved word and must match this regular 
> expression: ([a-zA-Z_$][a-zA-Z\d_$]*\.)*[a-zA-Z_$][a-zA-Z\d_$]*
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to