Skip to content

Instantly share code, notes, and snippets.

@icholy
Created March 22, 2018 15:28
Show Gist options
  • Save icholy/55efe424fdeae185906ffd84000ce020 to your computer and use it in GitHub Desktop.
Save icholy/55efe424fdeae185906ffd84000ce020 to your computer and use it in GitHub Desktop.

build the top level project

git clone https://github.com/pentaho/pentaho-kettle.git
cd pentaho-kettle
git checkout 8.0.0.4
mvn clean install -DskipTests

We need the ui XUL files from the final assembly

cd ./ui
cp ../assemblies/pdi-ce/target/pdi-ce-8.0-SNAPSHOT.zip .
unzip pdi-ce-8.0-SNAPSHOT.zip
mv data-integration/ui .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment