ye win
ye win

Reputation: 31

Building pentaho-platform from github

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

Upvotes: 3

Views: 1241

Answers (3)

KimKha
KimKha

Reputation: 4510

First, please make sure clone from https://github.com/pentaho/pentaho-platform

Copy file dev_build.xml to build.xml

And then run ant dev-resolve (please install ANT before)

The last thing: ant dev-build

That's all!

EDIT

Pentaho BI after build is in that folder: assembly/bin/stage/biserver-ce

Upvotes: 2

Codek
Codek

Reputation: 5164

Full instructions are in these 2 places:

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

Depending on your version etc. ( and surrounding pages )

Upvotes: 1

Pedro Vale
Pedro Vale

Reputation: 756

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.

Upvotes: 5

Related Questions