Open gurumark opened 9 years ago
I get the same error!
Did you compile the plugin?
No, could please share steps to follow to compile it ? Thanks !
Here is what I did: 1- git clone the rep into steps directory 2- cd Kettle-jsoup 3- ant compile and got the error below;
ant compile Buildfile: /Applications/data-integration/plugins/steps/Kettle-jsoup/build.xml
compile:
[javac] Compiling 5 source files to /Applications/data-integration/plugins/steps/Kettle-jsoup/build
[javac] /Applications/data-integration/plugins/steps/Kettle-jsoup/src/be/ibridge/kettle/jsoup/JsoupInput.java:21: error: package org.apache.commons.vfs does not exist
[javac] import org.apache.commons.vfs.FileObject;
[javac] ^
[javac] /Applications/data-integration/plugins/steps/Kettle-jsoup/src/be/ibridge/kettle/jsoup/JsoupInputMeta.java:18: error: package org.apache.commons.vfs does not exist
[javac] import org.apache.commons.vfs.FileObject;
[javac] ^
[javac] /Applications/data-integration/plugins/steps/Kettle-jsoup/src/be/ibridge/kettle/jsoup/JsoupInput.java:178: error: cannot find symbol
[javac] private void addFileToResultFilesname(FileObject file) throws Exception {
[javac] ^
[javac] symbol: class FileObject
[javac] location: class JsoupInput
[javac] /Applications/data-integration/plugins/steps/Kettle-jsoup/src/be/ibridge/kettle/jsoup/JsoupInputData.java:51: error: cannot find symbol
[javac] public FileObject file;
[javac] ^
[javac] symbol: class FileObject
[javac] location: class JsoupInputData
[javac] /Applications/data-integration/plugins/steps/Kettle-jsoup/src/be/ibridge/kettle/jsoup/JsoupInput.java:78: error: cannot find symbol
[javac] List
BUILD FAILED /Applications/data-integration/plugins/steps/Kettle-jsoup/build.xml:36: Compile failed; see the compiler error output for details.
Total time: 2 seconds
I downloaded this plugin to data-integration/plugins/steps directory . when I wanted to use the plugin I get: org.pentaho.di.core.exception.KettlePluginException: Class not found be.ibridge.kettle.jsoup.JsoupInputMeta
Is there anything I missed?