extjs - Generate Sencha Touch App Failed -


i'm having problem generating new sencha touch application. downloaded sencha sdk, ruby , sencha cmd. when use sencha sencha version , printed.

when use ff command generate sencha touch application encountered build failed:

sencha -sdk [sencha sdk location] generate app -name myapp -path [project location]

issue:

sencha cmd v5.0.1.231 [inf] processing build descriptor : default [inf] loading app json manifest... [err] failed resolve dependency ext.app.application file myapp.app.$application [err]  [err] build failed [err] com.sencha.exceptions.exnotfound: unknown definition dependency : ext.app.application [err]   @ 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: following error occurred while executing line: [err] (installation dir)\bin\sencha\cmd\5.0.1.231\plugins\touch\2.3\plugin.xml:334: following error occurred while executing line: [err] (installation dir)\workspace-sencha\.sencha\app\build-impl.xml:373: following error occurred while executing line: [err] (installation dir)\workspace-sencha\.sencha\app\init-impl.xml:258: com.sencha.exceptions.exnotfound: unknown definition dependency : ext.app.application [err]   @ sun.reflect.generatedmethodaccesso [err] r23.invoke(unknown source) [err]  [err] total time: 5 seconds [err] following error occurred while executing line: (installation dir)\bin\sencha\cmd\5.0.1.231\plugins\touch\2.3\plugin.xml:334: following error occurred while executing line: (installation dir)\workspace-sencha\.sencha\app\build-impl.xml:373: following error occurred while executing line: (installation dir)\workspace-sencha\.sencha\app\init-impl.xml:258: com.sencha.exceptions.exnotfound: unknown definition dependency : ext.app.application 

i'm 3 days on this, not sure if miss something.

thanks in advance!

try use -d option see more detail first

sencha -d -sdk [sencha sdk location] generate app -name myapp -path [project location] 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -