Re: Attempt to upgrade libjsonp-java - help needed

2019-01-25 Thread Andreas Tille
Hi Olivier, On Thu, Jan 24, 2019 at 10:59:33PM +0100, Olivier Sallou wrote: > > > > should be able to add in pom.xml > > > > > > > > >     true > > > > > > > This works (Emmanuel, just leaving out the -doc package is not > > sufficient in this case). > > > > Unfortunately I'm running into th

Re: Attempt to upgrade libjsonp-java - help needed

2019-01-25 Thread Olivier Sallou
On 1/25/19 9:45 AM, Andreas Tille wrote: > Hi Olivier, > > On Thu, Jan 24, 2019 at 10:59:33PM +0100, Olivier Sallou wrote: should be able to add in pom.xml     true >>> This works (Emmanuel, just leaving out the -doc package is not >>> sufficient in this case). >>> >>>

Re: Javadoc -link makes broken links if module name matches package name

2019-01-25 Thread Ole Streicher
Hi Matthias, on a number of packages, javadoc now fails, which is reported by a number of bugs. Since you mentioned that this is not a bug in the JDK, could you give a hint what the problem is? The error message is a bit mystic, at least to me. And the openjdk commit also does not enlighten me. I

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

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

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