Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CF9A0200497 for ; Wed, 23 Aug 2017 08:46:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CE1C4168230; Wed, 23 Aug 2017 06:46:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1BFFF16822A for ; Wed, 23 Aug 2017 08:46:30 +0200 (CEST) Received: (qmail 34839 invoked by uid 500); 23 Aug 2017 06:46:30 -0000 Mailing-List: contact user-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@fineract.apache.org Delivered-To: mailing list user@fineract.apache.org Received: (qmail 34830 invoked by uid 99); 23 Aug 2017 06:46:30 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2017 06:46:30 +0000 Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5BC361A00C5 for ; Wed, 23 Aug 2017 06:46:29 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id r200so8126819oie.2 for ; Tue, 22 Aug 2017 23:46:28 -0700 (PDT) X-Gm-Message-State: AHYfb5jTUoJF8Icnx0ZIuUjt4Wp4X+mGyHdNw7YqKCe/kkWnL3AdVCJZ 3RuldryShBXZf7oU4sbBRWI/mHVE9A== X-Received: by 10.202.215.130 with SMTP id o124mr1946502oig.204.1503470787549; Tue, 22 Aug 2017 23:46:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.18.7 with HTTP; Tue, 22 Aug 2017 23:46:27 -0700 (PDT) In-Reply-To: References: From: Myrle Krantz Date: Wed, 23 Aug 2017 08:46:27 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Building Mifos IO MarisaDB package To: user@fineract.apache.org Content-Type: text/plain; charset="UTF-8" archived-at: Wed, 23 Aug 2017 06:46:32 -0000 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 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 > > >