3

i have cloned github repository after tht i have created the following projects.

pentaho-platform-api

pentaho-platform-assembly

pentaho-platform-core

pentaho-platform-extensions

pentaho-platform-repository

pentaho-platform-scheduler

pentaho-user-console

but i am not able to add jar files in build path because cloned repository folder "pentaho-platform" doesnt contain any folder like jar.

if any one knows how to build it then please let me know.

Regards

4

3 回答 3

5

You'll need to run ant in order to build and resolve dependencies.

From the pentaho-platform folder, run ant -f dev_build.xml dev-rebuild.

于 2013-06-05T09:50:59.017 回答
2

首先,请确保从https://github.com/pentaho/pentaho-platform克隆

将文件复制dev_build.xmlbuild.xml

然后运行ant dev-resolve(请先安装ANT)

最后一件事情:ant dev-build

就这样!

编辑

构建后的 Pentaho BI 位于该文件夹中:assembly/bin/stage/biserver-ce

于 2014-05-12T07:38:40.167 回答
1

完整的说明在这两个地方:

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

取决于您的版本等(和周围的页面)

于 2013-08-06T10:30:08.593 回答