Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7648] Tooling: titanium.py create with ipad as an additional platform argument does not create a manifest

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2013-08-02T09:06:00.000+0000
Affected Version/sRelease 1.8.0.1, Release 2.0.0, Release 1.8.1
Fix Version/sn/a
ComponentsTooling
Labelsqe-ios021312
ReporterDustin Hyde
AssigneeChris Barber
Created2012-02-14T11:19:06.000+0000
Updated2013-08-02T20:03:09.000+0000

Description

When a new project is created using the command line titanium.py create script and ipad is used as an additional platform argument (i.e., android & ipad, iphone & ipad), no manifest file is created. As a consequence, the project cannot be imported into studio. Steps to Reproduce: 1. Run similar code in command line, taking into account OS and user directories.
//
dhydeMBPLion:~ dhyde$ /Users/dhyde/Library/Application\ Support/Titanium/mobilesdk/osx/1.8.1/titanium.py create --platform=ipad,android --type=project --dir=/Users/dhyde/Downloads --name=NewProject --id=com.appcelerator.project
//
Expected Result: New project should be created with a manifest. Actual Result: No manifest file is created. Project cannot be imported into studio.

Comments

  1. Chris Barber 2013-08-02

    Not going to fix since the manifest file has no purpose and will be removed in 3.2.0. Here's the ticket: TIMOB-13166.
  2. Dustin Hyde 2013-08-02

    Closing.

JSON Source