【发布时间】:2016-04-14 21:56:51
【问题描述】:
我从 github 克隆了 pentaho-platform。一直在尝试构建源代码。 其他项目构建成功,但在尝试构建 pentaho-user-console 时,我失败了。
我已经下载了 pentaho-platform 5.4 分支,并且在尝试构建它时使用
ant clean-all resolve create-dot-classpath publish-local,我在控制台上有这个:
create-dot-classpath:
BUILD FAILED
D:\pentaho-platform\user-console\build-res\subfloor.xml:2058:
Problem: failed to create task or type dot-classpath
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
请帮我弄清楚如何构建这个。
干杯!
【问题讨论】: