Hello Simon, Please try to follow the build instructions: https://cwiki.apache.org/confluence/display/FINERACT/How+to+build and use the script : https://github.com/mifosio/demo-server/tree/develop/scripts
Regards, Yannick On Wed, Aug 23, 2017 at 7:46 AM, Myrle Krantz <[email protected]> wrote: > Hey Simon, > > You need to build and publish the core lang project to your local > maven repository first. > > Greets, > Myrle > > On Wed, Aug 23, 2017 at 7:02 AM, Simon Matthews > <[email protected]> wrote: > > My attempts to build the core (MariaDB) package have failed. > > > > Am I doing something wrong? > > $ ./gradlew assemble > > Starting a Gradle Daemon (subsequent builds will be faster) > > :compileJava FAILED > > > > FAILURE: Build failed with an exception. > > > > * What went wrong: > > Could not resolve all dependencies for configuration ':compileClasspath'. > >> Could not find io.mifos.core:lang:0.1.0-BUILD-SNAPSHOT. > > Searched in the following locations: > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- > BUILD-SNAPSHOT/maven-metadata.xml > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- > BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom > > > > https://jcenter.bintray.com/io/mifos/core/lang/0.1.0- > BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar > > > > file:/home/simon/.m2/repository/io/mifos/core/lang/ > 0.1.0-BUILD-SNAPSHOT/maven-metadata.xml > > > > file:/home/simon/.m2/repository/io/mifos/core/lang/ > 0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom > > > > file:/home/simon/.m2/repository/io/mifos/core/lang/ > 0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar > > Required by: > > project : > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > > --debug option to get more log output. > > > > BUILD FAILED > > > > > > >
