CSV Plugin load with Birt RE API #1804
vartikashri
started this conversation in
General
Replies: 1 comment 1 reply
-
If you are using the (non-OSGI) BIRT-runtime, then maybe it suffices if you add your plugin JAR to the classpath (not tested). If your BIRT integration works somehow else, I can't help you (but maybe others?). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to load a customized CSV plugin to application however I am using Birt RE as API hence there is no plugin folder.
I already referred birt website documentation but it did not make me clear guidance about the way to load the plugins.
I am using BIRT API 4.4.2 version
Using org.eclipse.birt.report.engine.emitter.csv (custom plugin) which used to work within plugin directory of Birt->ReportEngine.
Now I am using Birt API (hence no more birt installation setup required) & plugin is not pluggable if I am giving it as dependency only.
plugin xml :
Do I need to convert it into java class?
I tried to load plugin with classpath too :
dependencies {
classpath("com.dcisc.birt.plugins:csv-emitter:1.2.0-DCIS-50823_birt_plugin_test-a11ce90-5-dev")
}
still it's NOT getting load.
Please help me out if someone tried same scenario before.
Beta Was this translation helpful? Give feedback.
All reactions