我试图构建一个使用 sencha cmd 生成的应用程序,它只有默认结构,在 ubuntu 上,但我得到一个我在网上找不到的错误:
执行此行时发生以下错误:/var/www/wlb2/.sencha/app/build-impl.xml:165:执行此行时发生以下错误:/var/www/wlb2/.sencha/app/ build-impl.xml:158: com.sencha.exceptions.ExScript: Wrapped com.sencha.exceptions.ExBuild: 运行本机打包程序失败
这是第 150-165 行的代码块:
<target name="-before-page"/>
<target name="-page">
<property name="v2deps" value="false"/>
<property name="args.path" location="."/>
<property name="args.destination" location="${app.build.dir}"/>
<property name="args.environment" value="production"/>
<x-script-def name="x-app-build"
src="${framework.config.dir}/app-build.js">
<script src="${cmd.config.dir}/ant/JSON.js"/>
<script src="${cmd.config.dir}/ant/ant-util.js"/>
</x-script-def>
<x-app-build/>
</target>
<target name="-after-page"/>
<target name="page" depends="init" unless="skip.page"
description="Builds only the application's HTML page">
<antcall target="-before-page"/>
<antcall target="-page"/>
<antcall target="-after-page"/>
</target>
有人遇到过这个问题吗?我已经安装了 ruby 和 android sdk,但我不确定 android sdk 是否可以,因为我将它作为 eclipse 插件安装在 zend studio 上。