mondrian
mondrian copied to clipboard
How can I build the evironment of the project?
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.
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.