Hi Please run ./gradlew clean build and then ./gradlew clean tomcatRunWar just to see if everything is working properly.
See the README for these basic commands and DB setup. There is also support for Docker, Docker Compose and K8s. Check the README: https://github.com/apache/fineract On Wed, Apr 29, 2020 at 11:19 AM jagadeesha K N <[email protected]> wrote: > Hi Team, > I was trying to set up Apache-Fineract platform on my local machine. I am > using java 1.8. > I was followed the below steps. > 1)git clone https://github.com/apache/fineract.git > 2)Eclipse setup : I ran the below command and it's throwing the below > error. > > $ ./gradlew -Penv=dev clean cleanEclipse eclipse > To honour the JVM settings for this build a new JVM will be forked. Please > consider using the daemon: > https://docs.gradle.org/5.6.1/userguide/gradle_daemon.html. > Daemon will be stopped at the end of the build stopping after processing > > > Task :eclipseClasspath > Could not resolve: org.apache.openjpa:openjpa-all > Could not resolve: ch.vorburger.mariaDB4j:mariaDB4j > Could not resolve: org.apache.openjpa:openjpa-maven-plugin > > Could you please help to resolve this dependency issue. > > Thanks, > Jagadeesh >
