GlobalTechnology / pdi-google-spreadsheet-plugin

Plugin for Pentaho Data Integration allowing reading and writing of Google Spreadsheets
BSD 3-Clause "New" or "Revised" License
19 stars 27 forks source link

Pentaho 8.1 #15

Open fbourgine opened 5 years ago

fbourgine commented 5 years ago

Hello,

I try to install your plugin in 8.1 but I cannot see your component in the design tab. It is working fine un 7

Thanks for your help

mporracindie commented 5 years ago

I managed to make it work for pentaho server 8.1 changinf the pom.xml with:

https://nexus.pentaho.org/content/groups/omni/ and the version from 5.0.5 to 8.1.0.0-365

Hope it helps!

fbourgine commented 5 years ago

Hi Thank you very much but I never did this operation.

Where do I modify this item?

Fabrice


De : mporracindie notifications@github.com Envoyé : mardi 11 décembre 2018 14:56 À : GlobalTechnology/pdi-google-spreadsheet-plugin Cc : fbourgine; Author Objet : Re: [GlobalTechnology/pdi-google-spreadsheet-plugin] Pentaho 8.1 (#15)

I managed to make it work for pentaho server 8.1 changinf the pom.xml with:

https://nexus.pentaho.org/content/groups/omni/ and the version from 5.0.5 to 8.1.0.0-365

Hope it helps!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GlobalTechnology/pdi-google-spreadsheet-plugin/issues/15#issuecomment-446210547, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AiC0P-IGfDv8IvVec62LXDDt31Mik3reks5u37l2gaJpZM4ZIlXq.

mporracindie commented 5 years ago

Here, just download my fork using:

git clone https://github.com/mporracindie/pdi-google-spreadsheet-plugin

and then run mvn package inside the folder

cd pdi-google-spreadsheet-plugin mvn package

And you should have your plugin working.