[TIMOB-7358] Tooling: titanium.py create does not support mobileweb
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-20T15:14:12.000+0000 |
Affected Version/s | Release 1.8.0.1, Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | Tooling |
Labels | n/a |
Reporter | Dustin Hyde |
Assignee | Chris Barber |
Created | 2012-01-24T13:28:44.000+0000 |
Updated | 2017-03-07T18:10:01.000+0000 |
Description
When 'titanium.py create' is run from the command line:
dhydeMBPLion:~ dhyde$ /Users/dhyde/Library/Application\ Support/Titanium/mobilesdk/osx/1.8.1.v20120123161633/titanium.py create --platform=mobileweb --type=project --dir=/Users/dhyde/Downloads --name=MobileTest --id=com.appcelerator.mobiletest
Unknown platform: mobileweb
mobileweb is not a valid platform.
Steps to Reproduce:
1. Run titanium.py from the command line using the arguments above.
Expected Result:
A new project should be created, with MobileTest/build/mobileweb and MobileTest/Resources/mobileweb folders.
Actual Result:
Invalid platform error.
Note: As of now, no tiapp.xml platform tags are creating using the titanium.py create script. They are added on import into studio based on the presence of a platform Resources sub-folder.
This has already been implemented per Chris
Closing ticket due to time passed.