Problem with Fineract build

2022-10-19 Thread Mohamed SRHAYRI
Hello everybody. I am trying to start developing on fineract. I have this issue when launching build. My environnement: OS: Ubuntu 18 Java: Oracle Jdk 17 FINETACT: Release 1.8.0 Eclipse: 2022 09 Please advuce Mohamed . /gradlew build Could not open the public key ring. Errors

RE: Fineract build

2019-12-06 Thread Rohit Jain
: Victor Romero Subject: Re: Fineract build External Hi! gradlew is packaged together with the application code. So when you clone the repo you also get gradlew.bat It is this file: https://github.com/apache/fineract-cn-demo-server/blob/develop/gradlew.bat Juhan Kontakt Rohit Jain

Re: Fineract build

2019-12-05 Thread Juhan Aasaru
t; > > > *From:* Maek Twain > *Sent:* Thursday, December 5, 2019 3:01 AM > *To:* Dev > *Cc:* Victor Romero > *Subject:* Re: Fineract build > > > > You can skip the licenseMain task in gradle using -x licenseMain. > > > > I mean it's fine if you are test

RE: Fineract build

2019-12-05 Thread Rohit Jain
: Thursday, December 5, 2019 3:01 AM To: Dev Cc: Victor Romero Subject: Re: Fineract build You can skip the licenseMain task in gradle using -x licenseMain. I mean it's fine if you are testing it now. Rest is in your hands On Thu, 5 Dec 2019, 13:17 Juhan Aasaru, mailto:aas...@gmail.com>>

Re: Fineract build

2019-12-05 Thread Maek Twain
rself and using "gradle" as the command, >> try using ./gradlewt to see if that helps? >> >> >> On Wed, Dec 4, 2019 at 2:07 PM Rohit Jain wrote: >> >>> No changes. I am following the build guidelines as outlined on that web >>> page. &

Re: Fineract build

2019-12-04 Thread Juhan Aasaru
*From:* Victor Romero >> *Sent:* Wednesday, December 4, 2019 3:56 PM >> *To:* dev@fineract.apache.org >> *Subject:* Re: Fineract build >> >> >> >> External >> >> Hi Rohit, >> >> >> >> That is not related to Operating System

Re: Fineract build

2019-12-04 Thread Michael Vorburger
ing the build guidelines as outlined on that web > page. > > > > *From:* Victor Romero > *Sent:* Wednesday, December 4, 2019 3:56 PM > *To:* dev@fineract.apache.org > *Subject:* Re: Fineract build > > > > External > > Hi Rohit, > > > > That is not

RE: Fineract build

2019-12-04 Thread Rohit Jain
No changes. I am following the build guidelines as outlined on that web page. From: Victor Romero Sent: Wednesday, December 4, 2019 3:56 PM To: dev@fineract.apache.org Subject: Re: Fineract build External Hi Rohit, That is not related to Operating System issues. It is Fineract-CN code itself

Re: Fineract build

2019-12-04 Thread Victor Romero
Hi Rohit, That is not related to Operating System issues. It is Fineract-CN code itself. Have you done any change or is a fresh clone ? Regards Victor El 4 de diciembre de 2019 a las 10:56 AM Rohit

Fineract build

2019-12-04 Thread Rohit Jain
When I started to build using the instructions on https://cwiki.apache.org/confluence/display/FINERACT/How+To+Build+Apache+Fineract+CN, I followed the recommended option 1 in Step 2: Get Program Code and ran into some issues when I ran gradle build (remember, I am trying to do this on a

Re: Fineract Build and Tomcat Issues

2019-08-22 Thread Michael Vorburger
Supreeth, I know these long stack traces can sometimes be confusing at first, but you get used to them... ;-) This is the part of the error message you need to focus on: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type

Re: Fineract Build and Tomcat Issues

2019-08-21 Thread Ippez Robert
You may need to include to the base package list in appContext.xml your module's domain directory. Something like * *or which ever package name you have given for your module Hope this helps. Thanks Regards Ippez Robert On Wed, Aug 21, 2019 at 12:34 PM Supreeth Menon wrote: > > > On Wed,

RE: [Mifos-developer] Fineract Build and Tomcat Issues

2019-08-21 Thread Lalit Mohan S
...@mifos.org; Mifos software development Subject: Re: [Mifos-developer] Fineract Build and Tomcat Issues On Wed, Aug 21, 2019 at 7:57 PM Supreeth Menon wrote: Hello Everyone,  I am Supreeth, currently a gsoc intern as Mifos working on "Scorecard for Credit  Risk Assessment" project. Block

Re: Fineract Build and Tomcat Issues

2019-08-21 Thread Supreeth Menon
uld NOT find resource [logback-test.xml] 19:45:27,864 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/supreeth/fineract_repo/fineract/build/tmp/tomcatRunWar/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/logback.xml] 19:45:27,917 |-INFO in ch.

Re: Fineract Build and Tomcat Issues

2019-08-21 Thread Santosh Math
Hi Supreeth, Looks like error file is missing. On Wed, Aug 21, 2019 at 2:28 PM Supreeth Menon wrote: > Hello Everyone, > I am Supreeth, currently a gsoc intern as Mifos working on "Scorecard for > Credit > Risk Assessment" project. > *Blockers:* > While adding the backend code for the screens

Fineract Build and Tomcat Issues

2019-08-21 Thread Supreeth Menon
Hello Everyone, I am Supreeth, currently a gsoc intern as Mifos working on "Scorecard for Credit Risk Assessment" project. *Blockers:* While adding the backend code for the screens which i have created i faced some issues before and also right now. In this week i again rewrote the whole thing in