[TIMOB-9375] Android: Command-Line: Titanium project can be created through command line interface with java keyword in App id
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-01T22:36:27.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | core |
Reporter | Satyam Sekhri |
Assignee | Ingo Muschenetz |
Created | 2012-06-05T04:19:12.000+0000 |
Updated | 2017-03-14T17:58:56.000+0000 |
Description
Using the Titanium Create command through the command line, a titanium mobile project can be created that has a java keyword in the App Id. The same cannot be created using the Titanium Studio interface.
This is not a regression and occurs as far back as 1.8.2
For example:
titanium create --platform=android --android= --id=COM.appcelerator.case --name=case --dir=/Appcelerator/Testing
Actual: The project gets created successfully. However while trying to run the created project an error is shown as [ERROR] Do not use java keywords for project app id, such as case
Expected: The creation of project having java keyword in App Id should be restricted through command line as well
This was fixed by TIMOB-12107.
Closing ticket as fixed.