While I am creating production version of Sencha Touch app with Sencha Cmd v3.1.2.342 I am getting following issue:
www/.sencha/app/build-impl.xml:120: javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 1
Here is the whole log data:
deepmac:www pratik$ ~/bin/Sencha/Cmd/3.1.2.342/sencha app build production
Sencha Cmd v3.1.2.342
[INF]
[INF] init-plugin:
[INF]
[INF] cmd-root-plugin.init-properties:
[INF]
[INF] init-properties:
[INF]
[INF] init-sencha-command:
[INF]
[INF] init:
[INF]
[INF] app-build-impl:
[INF]
[INF] -before-init-local:
[INF]
[INF] -init-local:
[INF]
[INF] -after-init-local:
[INF]
[INF] init-local:
[INF]
[INF] find-cmd:
[INF]
[INF] -before-init:
[INF]
[INF] -init:
[INF] Initializing Sencha Cmd ant environment
[INF] Adding antlib taskdef for com/sencha/command/compass/ant/antlib.xml
[INF]
[INF] -after-init:
[INF]
[INF] init:
[INF]
[INF] -before-build:
[INF]
[INF] sass:
[INF]
[INF] -before-sass:
[INF]
[INF] -sass:
[INF] [shellscript] identical ../css/app.css
[INF]
[INF] -after-sass:
[INF]
[INF] page:
[INF]
[INF] -before-page:
[INF]
[INF] -page:
[ERR] The following error occurred while executing this line:
/Applications/MAMP/htdocs/PBI/App/PBIFinalSubmitted/www/.sencha/app/build-impl.xml:126: The following error occurred while executing this line:
/Applications/MAMP/htdocs/PBI/App/PBIFinalSubmitted/www/.sencha/app/build-impl.xml:120: javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 1
Please help...