From: Honest C. <ho...@ta...> - 2023-07-24 08:06:47
|
Hi Floyd, I’m quite new to the Mifos community so I wouldn’t know what you mean by “similar fashion as it is done on 18 and 21”. However, due to licensing issues the apache fineract cannot be released together with pentaho reports but separate as a plugin. The fineract pentaho plugin is maintained by Mifos on this repo https://github.com/openMF/fineract-pentaho and has instructions on how to build and deploy the plugin with fineract. If you face issues with the setup refer to previous mails on this thread and if not clear enough I am happy to assist. It seems that many people are facing issues with the pentaho plugin installation thereby critical that we update the docs/README on the pentaho plugin repo. I am willing to help on this Regards. Honest Chirozva Technical Consultant TAAT Consulting From: Floyd Nickson<mailto:flo...@gm...> Sent: Sunday, 23 July 2023 15:01 To: Mifos software development<mailto:mif...@li...> Cc: de...@fi...<mailto:de...@fi...>; mifos-users<mailto:mif...@li...> Subject: Re: [Mifos-developer] Fineract-pentaho build failure Good Day everyone, Is there a way to build these reports and use them in a similar fashion as it is done in the official releases 18 and 21? It would be great if that could be done. If anyone is willing to help me out I will appreciate it. Thank you. On Wed, Jul 12, 2023 at 7:20 PM James Dailey <jam...@gm...<mailto:jam...@gm...>> wrote: Thanks Honest for that answer. I don't see anything here for the Fineract community to work on, but correct me if I am wrong. Perhaps someone over on the Mifos project (openMF) can update the documentation and change the way that the pentaho configuration is handled. i.e. cp files in deploy script/ add a gradle task? In any case, this is a useful set of instructions so thank you for that. James On Wed, Jul 12, 2023 at 8:16 AM Honest Chirozva <ho...@ta...<mailto:ho...@ta...>> wrote: > > Hi Jamui, > > > > + Adding the Mifos community list to this thread as the fineract-pentaho repo is currently managed under OpenMF Umbrella. > > > > Please note that this is not a FINERACT topic, but you should be able to add the Pentaho plugin if you follow the instructions under the readme here https://github.com/openMF/fineract-pentaho > > Please see FAQ about separation of projects. > > > > I was also facing issues with the fineract pentaho plugin and managed to fix it. > > > > The error as logged is due to missing artifacts from the mifos jfrog repository. > > fineract-core:jar:0.0.255-beffb9d7 > > fineract-provider:jar:plain:0.0.255-beffb9d7 > > To fix this > > Clone apache/fineract > Build fineract using this command ./gradlew clean build > You should find fineract-core jar and fineract-provider plain jar in the build directories > Add these jars to your fineract pentaho plugin pom file as system scope (Notify if you face issues doing this step) > Build the plugin again > > > > Note that this will only build the pentaho plugin jar. For running the plugin with fineract you should follow the steps at https://github.com/openMF/fineract-pentaho/blob/develop/README.md. Again if you encounter problems feel free to ask for assistance > > > > Regards. > > Honest Chirozva > Technical Consultant > > TAAT Consulting > > > > From: Jamiu Ayomide Olawale > Sent: Wednesday, 12 July 2023 16:09 > To: de...@fi...<mailto:de...@fi...> > Subject: Fineract-pentaho build failure > > > > > dear team > > > > tried building the plugin from git but got the below error > > > > > > > > > > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 03:31 min > [INFO] Finished at: 2023-07-12T13:08:26Z > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project pentaho-plugin: Could not resolve dependencies for project community.mifos:pentaho-plugin:jar:1.8.4-SNAPSHOT: Failed to collect dependencies at org.apache.fineract:fineract-provider:jar:plain:0.0.255-beffb9d7 -> org.apache.fineract:fineract-core:jar:0.0.255-beffb9d7: Failed to read artifact descriptor for org.apache.fineract:fineract-core:jar:0.0.255-beffb9d7: Could not transfer artifact org.apache.fineract:fineract-core:pom:0.0.255-beffb9d7 from/to fineract-snapshot (https://mifos.jfrog.io/artifactory/libs-snapshot-local): Transfer failed for https://mifos.jfrog.io/artifactory/libs-snapshot-local/org/apache/fineract/fineract-core/0.0.255-beffb9d7/fineract-core-0.0.255-beffb9d7.pom 409 -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > > > > > > > > > -- > > Sybarite Networks > > > > > > > > > > > Mifos-developer mailing list mif...@li...<mailto:mif...@li...> Unsubscribe or change settings at: https://lists.sourceforge.net/lists/listinfo/mifos-developer |