Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2554] Android - naming a project "package" breaks packaging

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-12-21T13:59:08.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, distribution, package
ReporterThomas Huelbert
AssigneeDon Thorp
Created2011-04-15T03:22:36.000+0000
Updated2017-03-14T05:07:20.000+0000

Description

1.create a simple android project and call it "package"
2.go through the steps to package it for distribution

results:the process fails. As per Bill "package" is a reserved term. We should either prevent users from using this to name projects or allow it.

Comments

  1. Paul Dowsett 2011-12-21

    TonyL discovered today that "case" also causes the same problem. Do we have a full list of reserved words available?
  2. Paul Dowsett 2011-12-21

    Correction to my above comment: I have determined that the *project name may contain reserved words but the app id may not*. I will link to the related ticket that correctly describes the bug. Hence: * Project name: "package" // this packages successfully * App id: "com.appcelerator.package" // this breaks packaging I suggest that this ticket be closed.
  3. Paul Dowsett 2011-12-21

    As stated in the previous comment, it's reserved words in the app id that causes packaging to fail rather than in the project name. Marking resolved
  4. Lee Morris 2017-03-14

    Closing ticket as invalid.

JSON Source