Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
latinojoel edited this page Jan 7, 2013 · 5 revisions

Scala Template Step Sample

This is a sample Pentaho Data Integration plugin development on Scala and Maven. This plugin already existing on java version developed by Slawomir Chodnicki.

Install

You need Maven installed.

  1. Build project - On command-line, do mvn install.
  2. Create "TemplateStep" folder on /plugins/steps/.
  3. Copy jar file form target folder to /plugins/steps/TemplateStep.
  4. Copy files icon.png and plugin.xml from plugin folder to /plugins/steps/TemplateStep.
  5. Copy file scala-library-2.8.0.jar from Maven repository (you can see the path on building project)
  6. Enjoy.
Clone this wiki locally