mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

How can I build the evironment of the project?

Open lizihanglove opened this issue 7 years ago • 1 comments

I'm an Android developer in Java language with gradle, now I wanna get a DIY jar based on this project,how can i build the environment? I just don't know Java project so much and even confused with so many folders.

lizihanglove avatar Oct 09 '17 08:10 lizihanglove

First, check out "maven-parent-poms" (https://github.com/pentaho/maven-parent-poms), after checked out cd to "maven-parent-poms/pentaho-ce-parent-pom/pentaho-ce-jar-parent-pom/", then check out mondrian in directory pentaho-ce-jar-parent-pom.

Once you prepared the maven building toolkit, just run "mvn clean package" in mondrian directory to build the project.

NOTE: must keep the directory structure properly for building.

9dian avatar Oct 12 '17 06:10 9dian