all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.
Date: Mon,  5 Sep 2016 11:24:33 +0200	[thread overview]
Message-ID: <1473067474-7485-3-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1473067474-7485-1-git-send-email-h.goebel@crazy-compilers.com>

This avoids the need to set #:tests? #f whenever using #:jar-name
(and thus using the default build.xml).

* guix/build/ant-build-system.scm (default-build.xml): Add attribute
  to sxml expression.
---
 guix/build/ant-build-system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/ant-build-system.scm b/guix/build/ant-build-system.scm
index fe7bae5..2cc6bb9 100644
--- a/guix/build/ant-build-system.scm
+++ b/guix/build/ant-build-system.scm
@@ -70,6 +70,7 @@
                                (arg (@ (line ,(string-append "-cf ${jar.dir}/" jar-name
                                                              " -C ${classes.dir} ."))))))
 
+                 (target (@ (name "tests")))
                  (target (@ (name "install"))
                          (copy (@ (todir "${dist.dir}"))
                                (fileset (@ (dir "${jar.dir}"))
-- 
2.7.4

  parent reply	other threads:[~2016-09-05  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05  9:24 [PATCH 0/3] Emhancements to the ant-build-system Hartmut Goebel
2016-09-05  9:24 ` [PATCH 1/3] guix: ant-build-system: put dummy project-name into default build.xml Hartmut Goebel
2016-09-05  9:24 ` Hartmut Goebel [this message]
2016-09-05 10:59   ` [PATCH 2/3] guix: ant-build-system: add empty `tests` target to " Vincent Legoll
2016-09-05 11:32     ` Hartmut Goebel
2016-09-05 20:26       ` Danny Milosavljevic
2016-09-05 20:57         ` Vincent Legoll
2016-09-06  7:13         ` Hartmut Goebel
2016-09-06 10:52           ` Vincent Legoll
2016-09-05  9:24 ` [PATCH 3/3] gnu: Remove now useless #:tests? #f from java-packages Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473067474-7485-3-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.