[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31333] [PATCH 11/22] gnu: Add groovy-console.
From: |
Danny Milosavljevic |
Subject: |
[bug#31333] [PATCH 11/22] gnu: Add groovy-console. |
Date: |
Mon, 7 May 2018 20:10:12 +0200 |
> + ;; FIXME: tests are not run
> + #:test-dir "src/test"
Why not?
> + #:phases
> + (modify-phases %standard-phases
> + (add-before 'configure 'chdir
> + (lambda _
> + (chdir "subprojects/groovy-console")))
#t
> + (add-before 'build 'copy-resources
> + (lambda _
> + (copy-recursively "src/main/resources" "build/classes")))
#t
LGTM!
pgpd_lxg9CzVi.pgp
Description: OpenPGP digital signature
- [bug#31333] [PATCH 04/22] gnu: Add groovy-test., (continued)
- [bug#31333] [PATCH 03/22] gnu: Add groovy-tests-bootstrap., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 11/22] gnu: Add groovy-console., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 11/22] gnu: Add groovy-console.,
Danny Milosavljevic <=
- [bug#31333] [PATCH 17/22] gnu: Add groovy-nio., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 19/22] gnu: Add groovy-sql., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 18/22] gnu: Add groovy-servlet., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 22/22] gnu: Add groovy., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 21/22] gnu: Add groovy-macro., Julien Lepiller, 2018/05/01