Skip to content

atolcd/pentaho-doc-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentaho Data Integrator DOC Plugins

This project allows you to manage documents in Pentaho's Data Integration.

Works with PDI 6.1,7.1 and 8.2.

Building the plugins

Check out the project if you have not already done so :

    git clone git://github.com/atolcd/pentaho-doc-plugins.git
    cd pentaho-doc-plugins

Install Java 8+, Maven and PDI.

To package the plugins, run the following commands from the base project directory :

    # Create the package
    mvn clean package

The built package is target/pentaho-gis-plugins-1.0.0-bin.zip (version can differ)

Integration with Eclipse

If you want to use the Eclipse IDE, you can easily create projects with maven. From the root directory of the project :

    mvn eclipse:eclipse

Assume that the M2Eclipse plugin is installed and import the project from Eclipse :

  1. From the "Import" item of the "File" menu, select "Existing Projects into Workspace"
  2. Next, select the root directory of the project
  3. Eclipse suggests 1 projects : select it and Finish
  4. You can start working

It has been tested with Eclipse Luna and Mars.

Installing/upgrading the module

Method 1 : Pentaho's Marketplace installation

In PDI, open the Marketplace from the help menu. Select "PDI DOC Plugins" and click "Install this plugin". After the installation, you need to restart PDI.

When a newer version will be available, you will see an "Upgrade to XXX" button at the right of "Uninstall this plugin" button. Don't use it. Proceed in two steps : first use "Uninstall this plugin" then start a fresh installation.

Method 2 : Manual installation

Extract the content of pentaho-doc-plugins-VERSION-bin.zip in ${PENTAHO_HOME}/plugins. Example of extraction from the root directory of the project :

    wget https://github.com/atolcd/pentaho-doc-plugins/releases/download/v1.0.0/pentaho-doc-plugins-1.0.0-bin.zip
    unzip pentaho-doc-plugins-1.0.0-bin.zip -d ${PENTAHO_HOME}/plugins

To upgrade the plugin, delete files you added before and start a fresh installation.

Using the plugins

You will find new elements in "Document management"'s directory :

  • Metadata writer
  • PDF Merge
  • Text report
  • PDF Conversion

Find how to use them in the examples in the samples folder.

Contributing

Reporting bugs

  1. First check if the version you used is the last one
  2. Next check if the issue has not ever been described in the issues tracker
  3. You can create the issue

Submitting a Pull Request

  1. Fork the repository on GitHub
  2. Clone your repository (git clone https://github.com/XXX/pentaho-doc-plugins.git && cd pentaho-doc-plugins)
  3. Create a local branch that will support your dev (git checkout -b a-new-dev)
  4. Commit changes to your local branch branch (git commit -am "Add a new dev")
  5. Push the branch to the central repository (git push origin a-new-dev)
  6. Open a Pull Request
  7. Wait for the PR to be supported

LICENSE

This extension is licensed under GNU Library or "Lesser" General Public License (LGPL).

Developed by Cédric Darbon and Roger AIRES. Packaged by Charles-Henry Vagner

Our company

Atol Conseils et Développements Follow us on twitter @atolcd