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 24441200B13 for ; Wed, 15 Jun 2016 18:38:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22E51160A57; Wed, 15 Jun 2016 16:38:16 +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 685D1160A19 for ; Wed, 15 Jun 2016 18:38:15 +0200 (CEST) Received: (qmail 40715 invoked by uid 500); 15 Jun 2016 16:38:14 -0000 Mailing-List: contact dev-help@quarks.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quarks.incubator.apache.org Delivered-To: mailing list dev@quarks.incubator.apache.org Received: (qmail 40701 invoked by uid 99); 15 Jun 2016 16:38:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 16:38:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 154711A0C65 for ; Wed, 15 Jun 2016 16:38:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id KJwEHD1QILvo for ; Wed, 15 Jun 2016 16:38:11 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id E63615F4E3 for ; Wed, 15 Jun 2016 16:38:10 +0000 (UTC) Received: (qmail 40405 invoked by uid 99); 15 Jun 2016 16:38:09 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 16:38:09 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 88B942C1F61 for ; Wed, 15 Jun 2016 16:38:09 +0000 (UTC) Date: Wed, 15 Jun 2016 16:38:09 +0000 (UTC) From: "Daniel John Debrunner (JIRA)" To: dev@quarks.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (QUARKS-139) Adopt a build system, such as gradle, that supports transitive dependency management MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 16:38:16 -0000 [ https://issues.apache.org/jira/browse/QUARKS-139?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1533= 2043#comment-15332043 ]=20 Daniel John Debrunner commented on QUARKS-139: ---------------------------------------------- One of the main reasons for this was to remove the ext jar files from the c= ode tree. It would seem that this is possible now with the gradle build, so= I wonder if the ant build could continue to be used for a while but build = the jars using gradle (e.g. ant calls out to gradle). That would then put a subset of the TODO items as higher priority, while le= aving things like junit and jacoco , java7 android still working with ant. I think the TODO list would then just be: * Update build doc * add manifest classpath entries * Release target (Java 8 structure with ext files under target) * remove ext jars from repo. > Adopt a build system, such as gradle, that supports transitive dependency= management > -------------------------------------------------------------------------= ----------- > > Key: QUARKS-139 > URL: https://issues.apache.org/jira/browse/QUARKS-139 > Project: Quarks > Issue Type: Improvement > Components: Analytics, API, Applications, Connectors, Console, D= ocumentation, Miscellaneous, Runtime, Samples, Test, Utils > Reporter: Lance Feagan > Assignee: Dale LaBossiere > Labels: build > Original Estimate: 168h > Remaining Estimate: 168h > > By moving to a build system that supports transitive dependency managemen= t, the repository size can be decreased and users can more easily integrate= quarks with their own applications by allowing the version of a dependency= to float within an acceptable range, assuming proper semantic versioning o= f the dependencies. > [~bjhargrave] has created the initial set of gradle files with PR-131. T= he gradle work is still WIP. The existing build mechanisms are still in pl= ace and are to be used. > TODOs > - Add license headers to gradle files - QUARKS-203 > - Update build doc > - Java7 build support > - Android build support > - Release target, creating the target/=E2=80=A6 structure - QUARKS-204 > - Junit parity > - need top level aggregating report > - Javadoc parity - QUARKS-205 > - Jacoco parity > - building from Eclipse > - .classpath files have refs to ext jars that will be removed from the = repo > - switch travis-ci to gradle > - cleanup > - remove ext jars from repo. =20 > Question: ext contains LICENSE/NOTICE/README files. =20 > Note needed anymore as Quarks repo won=E2=80=99t contain the jars? > Just want something in README.md or such to list the dependencies? > - remove the ant build related files > [ Original from [~lfeagan] > I have an initial set of work for this effort completed using gradle. Nea= rly all sub-projects build at this time--the notable exception being the an= droid-dependent sub-projects. The other notable missing element is the inte= gration of JaCoCo. In both cases, these should be simple additions. ] -- This message was sent by Atlassian JIRA (v6.3.4#6332)