From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117510 invoked by alias); 12 Jul 2019 02:02:04 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 117500 invoked by uid 89); 12 Jul 2019 02:02:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=aims, management X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 Jul 2019 02:02:02 +0000 Received: from [10.9.9.202] (helo=mailfront20.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1hlksn-0003ph-UI; Fri, 12 Jul 2019 04:01:58 +0200 Received: by mailfront20.runbox with esmtpsa (uid:757155 ) (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1hlksf-000431-5i; Fri, 12 Jul 2019 04:01:49 +0200 Subject: Re: Dependency Management To: Vijay Mathew , kawa@sourceware.org References: From: Per Bothner Message-ID: Date: Fri, 12 Jul 2019 02:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00006.txt.bz2 On 7/11/19 2:54 AM, Vijay Mathew wrote: > Hi, > > How can I automate build and dependency-management for a Kawa project? > Is there something similar to Leiningen (https://leiningen.org/)? Kawa tries to be simple and un-opinionated when it comes to build tools. You can use whatever tooling you'd use for Java: autotools/make, Ant, Grail ... Kawa aims for natural defaults and an easy mapping between source files/directories and modules. This chapter in the manual may be helpful: https://www.gnu.org/software/kawa/Importing.html -- --Per Bothner per@bothner.com http://per.bothner.com/