Thanks all. I was finally able to successfully build fineract 1.x. I had added some files that didn't have the license header. So I added the license header and everything worked fine.
But I'm having another issue. I have started the application using *./gradlew tomcatRunWar *and it seems the application started successfully at *http://localhost:8080/fineract-provider <http://localhost:8080/fineract-provider>* but all endpoints return 404 including *http://localhost:8080/fineract-provider <http://localhost:8080/fineract-provider>.* I have added a new resource *HealthCheckResource* which just has one GET method listening to */healthCheck* and returns status 200. Just like every other resource, this too is returning 404. Is there some configurations I need to do before running the app? Thanks, Larry On Mon, Mar 11, 2019 at 9:22 AM Mua Rachmann <[email protected]> wrote: > Hi Larry, > > sorry to hear you are still having issues with the build. > In my case, it was becasue i imported the project with IntelliJ and it > modified the gradle wrapper > > - I recloned the repo to be sure i had the latest codes and this time > didn't import the project just yet > - I ran build rat which did successfully run > - I ran build clean war which generated my war file > > After all these all is good. So i suggest you start from a clean fork and > also your internet connection > should be good. Sometimes it took a while for the build to download some > stuffs and i thought it > wasn't working. > > Cheers Mua. > -- GSoC 2016 @OpenMRS GSoC 2017 @LibreHealth GCI 2016 Mentor @OpenMRS GCI Org Admin @OpenMRS
