Ошибка создания приложения Sencha Touch

У меня проблема с созданием нового приложения Sencha Touch. Я уже скачал Sencha SDK, Ruby и Sencha CMD. Когда я использую sencha, печатается версия сенчи и справка.

Когда я использую команду ff для создания приложения Sencha Touch, я столкнулся с ошибкой сборки:

sencha -sdk [местоположение sencha sdk] генерировать приложение -name MyApp -path [местоположение проекта]

Проблема:

Sencha Cmd v5.0.1.231
[INF] Processing Build Descriptor : default
[INF] Loading app json manifest...
[ERR] Failed to resolve dependency Ext.app.Application for file MyApp.app.$Application
[ERR] 
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExNotFound: Unknown definition for dependency : Ext.app.Application
[ERR]   at org.apache.tools.ant.Project.e
[ERR] xecuteSortedTargets(Project.java:1399)
[ERR] 
[ERR] Total time: 1 second
[ERR] 
[ERR] BUILD FAILED
[ERR] (installation dir)\bin\Sencha\Cmd\5.0.1.231\plugin.xml:303: The following error occurred while executing this line:
[ERR] (installation dir)\bin\Sencha\Cmd\5.0.1.231\plugins\touch\2.3\plugin.xml:334: The following error occurred while executing this line:
[ERR] (installation dir)\workspace-sencha\.sencha\app\build-impl.xml:373: The following error occurred while executing this line:
[ERR] (installation dir)\workspace-sencha\.sencha\app\init-impl.xml:258: com.sencha.exceptions.ExNotFound: Unknown definition for dependency : Ext.app.Application
[ERR]   at sun.reflect.GeneratedMethodAccesso
[ERR] r23.invoke(Unknown Source)
[ERR] 
[ERR] Total time: 5 seconds
[ERR] The following error occurred while executing this line:
(installation dir)\bin\Sencha\Cmd\5.0.1.231\plugins\touch\2.3\plugin.xml:334: The following error occurred while executing this line:
(installation dir)\workspace-sencha\.sencha\app\build-impl.xml:373: The following error occurred while executing this line:
(installation dir)\workspace-sencha\.sencha\app\init-impl.xml:258: com.sencha.exceptions.ExNotFound: Unknown definition for dependency : Ext.app.Application

Я уже 3 дня на этом, не уверен, что я что-то пропустил.

Заранее спасибо!


person jzarsuelo    schedule 18.08.2014    source источник
comment
Какую именно команду вы запускаете? sencha -sdk touch generate app TouchTest touch-test у меня работает с Touch 2.3.1 и Cmd v5.0.1.231   -  person Saki    schedule 18.08.2014
comment
Теперь я могу создать приложение без проблем. Я извлек SDK в C:\sencha, теперь он работает. Я не уверен, что это действительно решит проблему.   -  person jzarsuelo    schedule 18.08.2014


Ответы (1)


попробуйте использовать опцию -d, чтобы сначала увидеть больше деталей

sencha -d -sdk [sencha sdk location] generate app -name MyApp -path [project location]
person CasualBinary    schedule 18.08.2014