Re: How to replace javax.xml.bind in milib

2019-01-28 Thread Andreas Tille
On Sat, Jan 26, 2019 at 08:33:16PM -0800, tony mancill wrote: > > Regarding the version specified in the patch, during the build the > version in the pom.xml gets replaced with "debian" unless there is some > other treatment/mapping based on debian/maven.rules, so that I specified > 2.3.0.1 for th

Re: How to replace javax.xml.bind in milib

2019-01-26 Thread tony mancill
On Sun, Jan 27, 2019 at 12:25:35AM +0100, Andreas Tille wrote: > Hi Tony, > > On Sat, Jan 26, 2019 at 10:52:46AM -0800, tony mancill wrote: > > On Sat, Jan 26, 2019 at 11:11:36AM +0100, Andreas Tille wrote: > > > [INFO] > > > ---

Re: How to replace javax.xml.bind in milib

2019-01-26 Thread Andreas Tille
Hi Tony, On Sat, Jan 26, 2019 at 10:52:46AM -0800, tony mancill wrote: > On Sat, Jan 26, 2019 at 11:11:36AM +0100, Andreas Tille wrote: > > [INFO] > > > > [ERROR] Failed to execute goal on project milib: Could not resolve >

Re: How to replace javax.xml.bind in milib

2019-01-26 Thread tony mancill
On Sat, Jan 26, 2019 at 11:11:36AM +0100, Andreas Tille wrote: > Hi Tony, > > On Fri, Jan 25, 2019 at 08:23:55PM -0800, tony mancill wrote: > > I recently patched the jhove package for a similar issue, > > ... > > --- /dev/null > > +++ b/debian/patches/jhove_javax.patch > > @@ -0,0 +1,22 @@ > > +

Re: How to replace javax.xml.bind in milib

2019-01-26 Thread Andreas Tille
Hi Tony, On Fri, Jan 25, 2019 at 08:23:55PM -0800, tony mancill wrote: > I recently patched the jhove package for a similar issue, > ... > --- /dev/null > +++ b/debian/patches/jhove_javax.patch > @@ -0,0 +1,22 @@ > +Description: Add javax.xml.bind as a dependency > + java.xml.bind is removed sinc

Re: How to replace javax.xml.bind in milib

2019-01-25 Thread Andreas Tille
Hi Emmanuel, On Fri, Jan 25, 2019 at 10:07:55PM +0100, Emmanuel Bourg wrote: > > I remember I need to add libjaxb-java to Build-Depends but this alone > > is not the solution for this maven based package. Any hint how to > > fix this? > > You have to patch the pom.xml file to declare the depende

Re: How to replace javax.xml.bind in milib

2019-01-25 Thread Emmanuel Bourg
Le 25/01/2019 à 21:59, Andreas Tille a écrit : > I remember I need to add libjaxb-java to Build-Depends but this alone > is not the solution for this maven based package. Any hint how to > fix this? You have to patch the pom.xml file to declare the dependency on JAXB (the api, core and runtime a

How to replace javax.xml.bind in milib

2019-01-25 Thread Andreas Tille
Hi, I intend to refresh milib[1] to its latest upstream version but I'm running into ... [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ milib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 288 source files to /build/milib-1.9/target/classes [INFO] /bui