public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Dependency Management
@ 2019-07-11  9:55 Vijay Mathew
  2019-07-11 23:02 ` Alcides Flores Pineda
  2019-07-12  2:02 ` Per Bothner
  0 siblings, 2 replies; 3+ messages in thread
From: Vijay Mathew @ 2019-07-11  9:55 UTC (permalink / raw)
  To: kawa

 Hi,

How can I automate build and dependency-management for a Kawa project?
Is there something similar to Leiningen (https://leiningen.org/)?

Thanks,

Vijay

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Dependency Management
  2019-07-11  9:55 Dependency Management Vijay Mathew
@ 2019-07-11 23:02 ` Alcides Flores Pineda
  2019-07-12  2:02 ` Per Bothner
  1 sibling, 0 replies; 3+ messages in thread
From: Alcides Flores Pineda @ 2019-07-11 23:02 UTC (permalink / raw)
  To: Vijay Mathew; +Cc: kawa

Hello Vijay:

As Per and Mikel pointed out in their talk


> Building and tooling
> --------------------
> * Most Clojure projects use the Leiningen tool
>   Leiningen can create, compile, test, run projects. It can fetch
>   dependencies Other powerful tools also available
>
> * Kawa lacks anything similar - _* but doesn't need it *_
>   kawa commmand is a simple wrapper for java -jar kawa.jar
>   For building use whatever tools you like: ant, make, gradle
>   For deploying use jar, zip, tar
>   Nothing new to learn

https://per.bothner.com/papers/JavaOne15/slides.pdf
https://per.bothner.com/papers/JavaOne15/slides.html#slide30

I do recommend reading the whole paper, its a great source of information.

Greetings.
--
Alcides Flores Pineda.

On Thu, 11 Jul 2019, 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/)?
>
> Thanks,
>
> Vijay
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Dependency Management
  2019-07-11  9:55 Dependency Management Vijay Mathew
  2019-07-11 23:02 ` Alcides Flores Pineda
@ 2019-07-12  2:02 ` Per Bothner
  1 sibling, 0 replies; 3+ messages in thread
From: Per Bothner @ 2019-07-12  2:02 UTC (permalink / raw)
  To: Vijay Mathew, kawa

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-12  2:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  9:55 Dependency Management Vijay Mathew
2019-07-11 23:02 ` Alcides Flores Pineda
2019-07-12  2:02 ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).