【发布时间】:2014-12-15 20:49:39
【问题描述】:
我正在尝试从我的 ant build.xml 构建和部署适配器到 MobileFirst Server,但是当我尝试访问 ant 中的以下代码行时,它会抛出一个错误。
错误: 无法从资源加载定义 com/worklight/ant/builders/defaults.properties。找不到。
代码:
<taskdef resource="com/worklight/ant/builders/defaults.properties">
<classpath>
<pathelement
location="/Applications/IBM/MobileFirst-CLI/mobilefirst-cli/node_modules/generator-worklight-server/ant-tools/worklight-ant-builder.jar" />
</classpath>
</taskdef>
【问题讨论】:
标签: ant ibm-mobilefirst