all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Updating java-commons-io?
@ 2024-12-22 17:00 Hartmut Goebel
  2024-12-22 19:05 ` Ricardo Wurmus
  2024-12-22 20:02 ` Julien Lepiller
  0 siblings, 2 replies; 5+ messages in thread
From: Hartmut Goebel @ 2024-12-22 17:00 UTC (permalink / raw)
  To: Guix-devel

Hi,

how to update java-commons-io?

I packaged Saxon, a Java XSLT processor which seems to be one of the few 
supporting XSLT 3.0, XQuery 3.1, and XPath 3.1 and thus being used widely.

One of its dependencies requires java-commons-io 2.7+, while we only 
have 2.5.

While I prepared package for 2.18.0 (the current version), I have no 
clue about this "apache-pom-*" stuff. Any hints?

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



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

* Re: Updating java-commons-io?
  2024-12-22 17:00 Updating java-commons-io? Hartmut Goebel
@ 2024-12-22 19:05 ` Ricardo Wurmus
  2024-12-22 22:55   ` Hartmut Goebel
  2024-12-22 20:02 ` Julien Lepiller
  1 sibling, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2024-12-22 19:05 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: Guix-devel

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> how to update java-commons-io?

Consider *adding* a more recent version instead of replacing it.
There's a chance we need the older version for the early Java dependency
graph.  Upgrading packages close to the root is pretty messy.

-- 
Ricardo


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

* Re: Updating java-commons-io?
  2024-12-22 17:00 Updating java-commons-io? Hartmut Goebel
  2024-12-22 19:05 ` Ricardo Wurmus
@ 2024-12-22 20:02 ` Julien Lepiller
  2024-12-22 22:56   ` Hartmut Goebel
  1 sibling, 1 reply; 5+ messages in thread
From: Julien Lepiller @ 2024-12-22 20:02 UTC (permalink / raw)
  To: guix-devel, Hartmut Goebel, Guix-devel

apache-pom stuff contains the parert pom files used by the pom files of commons-io. They are required for maven to work properly. You'll need to look at the pom file of commons-io to find the exact version and package it. The parant pom file might have a parent itself, which needs to be packaged too.

Le 22 décembre 2024 18:00:35 GMT+01:00, Hartmut Goebel <h.goebel@crazy-compilers.com> a écrit :
>Hi,
>
>how to update java-commons-io?
>
>I packaged Saxon, a Java XSLT processor which seems to be one of the few supporting XSLT 3.0, XQuery 3.1, and XPath 3.1 and thus being used widely.
>
>One of its dependencies requires java-commons-io 2.7+, while we only have 2.5.
>
>While I prepared package for 2.18.0 (the current version), I have no clue about this "apache-pom-*" stuff. Any hints?
>


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

* Re: Updating java-commons-io?
  2024-12-22 19:05 ` Ricardo Wurmus
@ 2024-12-22 22:55   ` Hartmut Goebel
  0 siblings, 0 replies; 5+ messages in thread
From: Hartmut Goebel @ 2024-12-22 22:55 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: Guix-devel

Am 22.12.24 um 20:05 schrieb Ricardo Wurmus:
> Consider *adding* a more recent version instead of replacing it.
> There's a chance we need the older version for the early Java dependency
> graph.  Upgrading packages close to the root is pretty messy.

Thanks, I did so, see https://issues.guix.gnu.org/75038

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



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

* Re: Updating java-commons-io?
  2024-12-22 20:02 ` Julien Lepiller
@ 2024-12-22 22:56   ` Hartmut Goebel
  0 siblings, 0 replies; 5+ messages in thread
From: Hartmut Goebel @ 2024-12-22 22:56 UTC (permalink / raw)
  To: Julien Lepiller, guix-devel

Am 22.12.24 um 21:02 schrieb Julien Lepiller:
> apache-pom stuff contains the parert pom files used by the pom files of commons-io. They are required for maven to work properly. You'll need to look at the pom file of commons-io to find the exact version and package it. The parant pom file might have a parent itself, which needs to be packaged too.

Thanks, I did so, and hopefully did it correctly, see 
https://issues.guix.gnu.org/75038

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



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

end of thread, other threads:[~2024-12-22 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 17:00 Updating java-commons-io? Hartmut Goebel
2024-12-22 19:05 ` Ricardo Wurmus
2024-12-22 22:55   ` Hartmut Goebel
2024-12-22 20:02 ` Julien Lepiller
2024-12-22 22:56   ` Hartmut Goebel

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.