openMF / fineract-pentaho

Pentaho Reporting Plugin for Apache Fineract
Mozilla Public License 2.0
26 stars 42 forks source link

The script does not build or download the *.jar files #128

Closed bowenjnr closed 3 months ago

bowenjnr commented 1 year ago

When I run the build script the files below are not generated.

fineract-provider.jar lib/ antlr-complete-3.5.2.jar asm-3.2.jar avalon-framework-4.1.5.jar barbecue-1.5-beta1.jar barcode4j-2.0.jar batik-anim-1.9.1.jar batik-awt-util-1.9.1.jar batik-bridge-1.9.1.jar batik-codec-1.9.1.jar batik-constants-1.9.1.jar batik-css-1.9.1.jar batik-dom-1.9.1.jar batik-ext-1.9.1.jar batik-gui-util-1.9.1.jar batik-gvt-1.9.1.jar batik-i18n-1.9.1.jar batik-parser-1.9.1.jar batik-script-1.9.1.jar batik-svg-dom-1.9.1.jar batik-transcoder-1.9.1.jar batik-util-1.9.1.jar batik-xml-1.9.1.jar bcmail-jdk14-138.jar bsf-2.4.0.jar bsh-1.3.0.jar classic-core-9.5.0.0-SNAPSHOT.jar classic-extensions-9.5.0.0-SNAPSHOT.jar classic-extensions-scripting-9.5.0.0-SNAPSHOT.jar commons-codec-1.15.jar commons-collections4-4.4.jar commons-compress-1.20.jar commons-database-model-9.5.0.0-SNAPSHOT.jar commons-dbcp-1.4.jar commons-math3-3.6.1.jar commons-pool-1.6.jar commons-vfs2-2.7.0.jar curvesapi-1.06.jar ehcache-core-2.5.1.jar flute-9.5.0.0-SNAPSHOT.jar graal-sdk-22.2.0.jar groovy-all-2.4.8.jar guava-17.0.jar httpclient-4.5.13.jar httpcore-4.4.15.jar icu4j-71.1.jar itext-2.1.7.jar itext-rtf-2.1.7.jar jakarta.activation-1.2.2.jar jakarta.xml.bind-api-2.3.3.jar javax.mail-1.6.1.jar js-1.7R3.jar js-22.2.0.jar js-scriptengine-22.2.0.jar libbase-9.5.0.0-SNAPSHOT.jar libdocbundle-9.5.0.0-SNAPSHOT.jar libfonts-9.5.0.0-SNAPSHOT.jar libformat-9.5.0.0-SNAPSHOT.jar libformula-9.5.0.0-SNAPSHOT.jar libloader-9.5.0.0-SNAPSHOT.jar libpixie-9.5.0.0-SNAPSHOT.jar librepository-9.5.0.0-SNAPSHOT.jar libserializer-9.5.0.0-SNAPSHOT.jar libsparkline-9.5.0.0-SNAPSHOT.jar libswing-9.5.0.0-SNAPSHOT.jar libxml-9.5.0.0-SNAPSHOT.jar pentaho-plugin-1.9.0-20230827.055940-1.jar regex-22.2.0.jar rsyntaxtextarea-1.3.2.jar sac-1.3.jar truffle-api-22.2.0.jar wizard-core-9.5.0.0-SNAPSHOT.jar xml-apis-ext-1.3.04.jar xmlgraphics-commons-2.2.jar

bowenjnr commented 1 year ago

@IOhacker would you please look at this issue?

IOhacker commented 1 year ago

They are not generated, they must be included from the Pentaho 9.5 libraries. It is nos possible to package the plugin with all the dependencies because they have another license. You can use the link in the readme for downloading the Pentaho Designer.

bowenjnr commented 1 year ago

Thank you @IOhacker would you kindly describe in brief how I can generate the *.jars after downloading pentaho 9.5?

francisguchie commented 1 year ago

@bowenjnr please follow this link to build if you using Linux https://github.com/openMF/fineract-pentaho#build--use-for-linux-users if you are using a Windows PC and in particular IntelliJ read this https://github.com/openMF/fineract-pentaho/issues/103

bowenjnr commented 1 year ago

@francisguchie the commands on the guide builds successfully but generates just one .jar pentaho plugin which I have no idea how to use it.

pentaho
bowenjnr commented 8 months ago

Does anyone have any idea how to go about this issue?

IOhacker commented 3 months ago

Please pull latest version and test. Please let us know.