Re: [Mifos-developer] Failure while trying to build a development environment

2019-09-04 Thread Girish Kumar
Thanks Michael We forked from the git hub and started to have a dev environment, there were quite a lot of hurdles at first. Somehow at a point of time, our tomcat got crashed while development and then we reinstalled copied our war, to our surprise we got the log with our change no idea what

Re: [Mifos-developer] Failure while trying to build a development environment

2019-09-04 Thread Michael Vorburger
On Mon, Sep 2, 2019 at 1:21 PM Girish Kumar wrote: > Hi Awasum > > > Here is the Git repository where we have our code merged to the original > fineract forked. > https://github.com/henagirish/fineract_gina > > Girish, I had a very quick look at https://github.com/henagirish/fineract_gina but

Re: [Mifos-developer] Failure while trying to build a development environment

2019-09-02 Thread Girish Kumar
Hi Awasum Here is the Git repository where we have our code merged to the original fineract forked. https://github.com/henagirish/fineract_gina there is a file inside the fineract_provider named m_office.sql where the script for the db change is specified. Regards Girish On 2019/09/02

Re: [Mifos-developer] Failure while trying to build a development environment

2019-09-02 Thread Girish Kumar
Thanks Awasum Great, Will share the code on a Github Yeah later on after reviewing so many posts we understood that =Penv is for mariadb libs... Hope we will be able to get this thing up very soon and share the code for Fineract Regards Girish On 2019/09/02 09:36:03, Awasum Yannick

Re: [Mifos-developer] Failure while trying to build a development environment

2019-09-02 Thread Awasum Yannick
Hi, Push your code somewhere on Github lets see. Use Postman to retrieve an office and see if those parameters are sent back to you. You dont need to use the Penv parameter. Just use the /gradlew clean war command On Mon, Sep 2, 2019 at 10:22 AM Girish Kumar wrote: > Hi All > > For the past