我克隆了github存储库,之后我创建了以下项目。
pentaho-platform-api
pentaho-平台-组装
pentaho-平台-核心
pentaho-平台-扩展
pentaho-平台-存储库
pentaho-平台-调度器
pentaho-用户-控制台
但我无法在构建路径中添加jar文件,因为克隆的存储库文件夹"pentaho-platform“不包含任何类似jar的文件夹。
如果有人知道如何建立它,然后请让我知道。
问候
发布于 2013-06-05 17:50:59
您需要运行ant来构建和解析依赖项。
从pentaho-platform文件夹中,运行ant -f dev_build.xml dev-rebuild。
发布于 2014-05-12 15:38:40
首先,请确保从https://github.com/pentaho/pentaho-platform克隆
将文件dev_build.xml复制到build.xml
然后运行ant dev-resolve (请在安装ANT之前安装)
最后一件事:ant dev-build
就这样!
编辑
构建后的Pentaho BI位于该文件夹中:assembly/bin/stage/biserver-ce
发布于 2013-08-06 18:30:09
完整的说明在以下两个位置:
http://wiki.pentaho.com/display/ServerDoc2x/02.+Exploring+the+Pentaho+Repository+in+2.0
http://wiki.pentaho.com/display/ServerDoc2x/03.+Checking+Out+and+Building+Projects+in+5.0
取决于您的版本等(以及周围的页面)
https://stackoverflow.com/questions/16914886
复制相似问题