Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Build Sencha Touch 2厨房水槽示例构建失败_Build_Sencha Touch_Sencha Cmd - Fatal编程技术网

Build Sencha Touch 2厨房水槽示例构建失败

Build Sencha Touch 2厨房水槽示例构建失败,build,sencha-touch,sencha-cmd,Build,Sencha Touch,Sencha Cmd,我正在尝试从Sencha Touch 2.2.1 GPL包构建Kitchensink示例。我正在使用Sencha CMD 3.1.2.342,但有些东西失败了。以下是日志: C:\wamp2.1\www\sencha\examples\kitchensink>sencha app build testing Sencha Cmd v3.1.2.342 [INF] [INF] init-plugin: [INF] [INF] cmd-root-plugin.init-properties:

我正在尝试从Sencha Touch 2.2.1 GPL包构建Kitchensink示例。我正在使用Sencha CMD 3.1.2.342,但有些东西失败了。以下是日志:

C:\wamp2.1\www\sencha\examples\kitchensink>sencha app build testing
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]
[INF] [shellscript] C:\wamp2.1\www\sencha\examples\kitchensink\resources\sass>co
mpass compile --boring --force
[INF] [shellscript] identical ../css/bb10.css
[INF] [shellscript] identical ../css/sencha-touch.css
[INF] [shellscript] identical ../css/wp.css
[INF]
[INF] -after-sass:
[INF]
[INF] page:
[INF]
[INF] -before-page:
[INF]
[INF] -page:
[ERR] The following error occurred while executing this line:
C:\wamp2.1\www\sencha\examples\kitchensink\.sencha\app\build-impl.xml:127: The f
ollowing error occurred while executing this line:
C:\wamp2.1\www\sencha\examples\kitchensink\.sencha\app\build-impl.xml:121: javax
.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: Referenc
eError: "SenchaLogManager" is not defined. (<Unknown source>#6) in <Unknown sour
ce> at line number 6
你知道怎么了吗?什么是SenchaLogManager

注意:自定义应用正在生成中


在sencha论坛上看了下面的帖子后,谢谢

sencha论坛的一些人发布如下

解决了。找到Sencha Cmd v3.1.1.270并安装它。使用st2.2 现在一切都好了


您可以看到,sencha touch框架和sencha CMD之间可能不匹配,甚至,任何示例dir应用程序都无法构建…并重复。。。自己的应用程序构建良好。那么,您是否建议将Sencha CMD降级为3.1.1.270?不应该在以后的版本中解决吗?