[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31774] [PATCH 12/22] gnu: Add maven-core.
From: |
Danny Milosavljevic |
Subject: |
[bug#31774] [PATCH 12/22] gnu: Add maven-core. |
Date: |
Thu, 14 Jun 2018 02:13:12 +0200 |
Hi Julien,
On Tue, 12 Jun 2018 21:36:14 +0200
Julien Lepiller <address@hidden> wrote:
> I tried something like this:
>
> (match sxlm
> ((list (component-set (components x) ...)) x))
>
> And I got an exception like component-set: unbound variable. On the
> REPL, the command works perfectly.
Yeah, weird sometimes. I've had similar problems in the past.
Now I tried
(match sxml
(('*TOP*
('component-set
('components x ...))) x))
and it seems to work.
pgp0ZTncPjKO0.pgp
Description: OpenPGP digital signature
- [bug#31774] [PATCH 08/22] gnu: Add maven-plugin-api., (continued)
- [bug#31774] [PATCH 10/22] gnu: Add maven-plugin-annotations., Julien Lepiller, 2018/06/10
- [bug#31774] [PATCH 11/22] gnu: Add java-plexus-component-metadata., Julien Lepiller, 2018/06/10
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Julien Lepiller, 2018/06/10
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Danny Milosavljevic, 2018/06/10
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Julien Lepiller, 2018/06/10
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Danny Milosavljevic, 2018/06/11
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Julien Lepiller, 2018/06/12
- [bug#31774] [PATCH 12/22] gnu: Add maven-core.,
Danny Milosavljevic <=
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Ludovic Courtès, 2018/06/14
- [bug#31774] [PATCH 12/22] gnu: Add maven-core., Danny Milosavljevic, 2018/06/13
[bug#31774] [PATCH 04/22] gnu: Add java-eclipse-jetty-webapp., Julien Lepiller, 2018/06/10
[bug#31774] [PATCH 07/22] gnu: Add java-qdox., Julien Lepiller, 2018/06/10
[bug#31774] [PATCH 13/22] gnu: Add maven-embedder., Julien Lepiller, 2018/06/10
[bug#31774] [PATCH 17/22] gnu: Add maven-wagon-tck-http., Julien Lepiller, 2018/06/10