Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > linux.debian.maint.java > #12949
| From | Emmanuel Bourg <ebourg@apache.org> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: Updating libjax-maven-plugin-java |
| Date | 2025-03-10 18:40 +0100 |
| Message-ID | <KoPgB-54bf-5@gated-at.bofh.it> (permalink) |
| References | <Ko7yV-4BZu-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/03/2025 19:07, Mechtilde Stehmann wrote: > Hallo, > > I want to update the package libjax-maven-plugin. > > I want to fix this FTBFS-Issue > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091120 > > I have no idea how I can solve the problem. The Maven logs contains this error: > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /<<PKGBUILDDIR>>/jax-maven-plugin/src/main/java/com/github/davidmoten/jaxws/Util.java:[3,39] package org.apache.commons.lang3 does not exist > [ERROR] /<<PKGBUILDDIR>>/jax-maven-plugin/src/main/java/com/github/davidmoten/jaxws/Util.java:[3,1] static import only from classes and interfaces > [ERROR] /<<PKGBUILDDIR>>/jax-maven-plugin/src/main/java/com/github/davidmoten/jaxws/Util.java:[4,39] package org.apache.commons.lang3 does not exist > [ERROR] /<<PKGBUILDDIR>>/jax-maven-plugin/src/main/java/com/github/davidmoten/jaxws/Util.java:[4,1] static import only from classes and interfaces > [ERROR] /<<PKGBUILDDIR>>/jax-maven-plugin/src/main/java/com/github/davidmoten/jaxws/Util.java:[15,32] package org.apache.commons.lang3 does not exist It looks like there is a missing dependency on commons-lang3. This error can happen if the upstream projects uses the classes of a library but doesn't declare an explicit dependency on the library, relying instead on another dependency to add it to the classpath transitively. The solution is to patch the pom.xml to declare the missing dependency. Emmanuel Bourg
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
Updating libjax-maven-plugin-java Mechtilde Stehmann <mechtilde@debian.org> - 2025-03-08 20:00 +0100
Re: Updating libjax-maven-plugin-java Mechtilde Stehmann <mechtilde@debian.org> - 2025-03-09 08:00 +0100
Re: Updating libjax-maven-plugin-java Mechtilde Stehmann <mechtilde@debian.org> - 2025-03-09 13:30 +0100
Re: Updating libjax-maven-plugin-java Mechtilde <ooo@mechtilde.de> - 2025-03-09 15:50 +0100
Re: Updating libjax-maven-plugin-java Emmanuel Bourg <ebourg@apache.org> - 2025-03-10 18:50 +0100
Re: Updating libjax-maven-plugin-java Emmanuel Bourg <ebourg@apache.org> - 2025-03-11 08:40 +0100
Re: Updating libjax-maven-plugin-java Emmanuel Bourg <ebourg@apache.org> - 2025-03-10 18:40 +0100
Re: Updating libjax-maven-plugin-java Mechtilde <ooo@mechtilde.de> - 2025-03-16 15:00 +0100
csiph-web