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