Re: Attempt to upgrade libjsonp-java
- To: debian-java@lists.debian.org
- Subject: Re: Attempt to upgrade libjsonp-java - help needed
- From: Andreas Tille <andreas@an3as.eu>
- Date: Fri, 25 Jan 2019 09:45:29 +0100
- Message-id: <[🔎] 20190125084529.bjtciratlclsxu4t@an3as.eu>
- In-reply-to: <[🔎] 1503246942.779979.1548367173386.JavaMail.zimbra@irisa.fr>
- References: <[🔎] 20190124103126.alji3o2dduzbgkru@an3as.eu> <[🔎] c17d0c5e-9479-2a43-435a-ae83708dce3c@debian.org> <[🔎] 20190124164745.opfqtpjrkusguptw@an3as.eu> <[🔎] b2c8e0da-b625-4503-a889-0fcfba89a87a@irisa.fr> <[🔎] 20190124181629.7664l2yucsximh5i@an3as.eu> <[🔎] 1503246942.779979.1548367173386.JavaMail.zimbra@irisa.fr>
Hi Olivier, On Thu, Jan 24, 2019 at 10:59:33PM +0100, Olivier Sallou wrote: > > > > should be able to add in pom.xml > > > > > > <properties> > > > <maven.javadoc.skip>true</maven.javadoc.skip> > > > </properties> > > > > This works (Emmanuel, just leaving out the -doc package is not > > sufficient in this case). > > > > Unfortunately I'm running into the next issue now: > > > > ... > > [WARNING] Failed to retrieve plugin descriptor for org.codehaus.mojo:build-helper-maven-plugin:3.0.0: Plugin org.codehaus.mojo:build-helper-maven-plugin:3.0.0 > > > org.codehaus.mojo:build-helper-maven-plugin:3.0.0 is missing (i suppose, i cannot read code for the moment) in the build deoendencies. Looks to be https://packages.debian.org/source/jessie/build-helper-maven-plugin > > or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.codehaus.mojo:build-helper-maven-plugin:jar:3.0.0 has not been downloaded from it before. I confirm this warning goes away with the following patch $ git diff diff --git a/debian/control b/debian/control index acd672c..b7e9449 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, - default-jdk-doc + default-jdk-doc, + libbuild-helper-maven-plugin-java Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/java-team/libjsonp-java Vcs-Git: https://salsa.debian.org/java-team/libjsonp-java.git ... but this does not lead to a successful build and most of the issues - specifically the remaining error - remain. Any further hints? Kind regards Andreas. > > [INFO] > > [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ json --- > > [INFO] > > [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ json --- > > [INFO] Installing /build/libjsonp-java-1.1.2/pom.xml to /build/libjsonp-java-1.1.2/debian/maven-repo/org/glassfish/json/1.1.2/json-1.1.2.pom > > [INFO] > > [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ json --- > > [INFO] Skipping javadoc generation > > [INFO] > > [INFO] ---------------------< javax.json:javax.json-api >---------------------- > > [INFO] Building JSR 374 (JSON Processing) API 1.1.2 [2/4] > > [INFO] -------------------------------[ bundle ]------------------------------- > > [INFO] > > [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.json-api --- > > [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! > > [INFO] skip non existing resourceDirectory /build/libjsonp-java-1.1.2/api/src/main/resources > > [INFO] > > [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javax.json-api --- > > [INFO] Changes detected - recompiling the module! > > [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! > > [INFO] Compiling 34 source files to /build/libjsonp-java-1.1.2/api/target/classes > > [WARNING] /build/libjsonp-java-1.1.2/api/src/main/java/javax/json/spi/JsonProvider.java:[97,40] newInstance() in java.lang.Class has been deprecated > > [INFO] > > [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ javax.json-api --- > > [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! > > [INFO] skip non existing resourceDirectory /build/libjsonp-java-1.1.2/api/src/test/resources > > [INFO] > > [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javax.json-api --- > > [INFO] No sources to compile > > [INFO] > > [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ javax.json-api --- > > [INFO] Tests are skipped. > > [INFO] > > [INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ javax.json-api --- > > [INFO] > > [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ javax.json-api --- > > [INFO] Skipping javadoc generation > > [INFO] > > [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ javax.json-api --- > > [INFO] Building jar: /build/libjsonp-java-1.1.2/api/target/javax.json-api-1.1.2-sources.jar > > [INFO] > > [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javax.json-api --- > > [INFO] Installing /build/libjsonp-java-1.1.2/api/target/javax.json-api-1.1.2.jar to /build/libjsonp-java-1.1.2/debian/maven-repo/javax/json/javax.json-api/1.1.2/javax.json-api-1.1.2.jar > > [INFO] Installing /build/libjsonp-java-1.1.2/api/pom.xml to /build/libjsonp-java-1.1.2/debian/maven-repo/javax/json/javax.json-api/1.1.2/javax.json-api-1.1.2.pom > > [INFO] Installing /build/libjsonp-java-1.1.2/api/target/javax.json-api-1.1.2-sources.jar to /build/libjsonp-java-1.1.2/debian/maven-repo/javax/json/javax.json-api/1.1.2/javax.json-api-1.1.2-sources.jar > > [INFO] > > [INFO] --- maven-bundle-plugin:3.5.1:install (default-install) @ javax.json-api --- > > [INFO] Writing OBR metadata > > [INFO] Installing javax/json/javax.json-api/1.1.2/javax.json-api-1.1.2.jar > > [INFO] Writing OBR metadata > > [INFO] > > [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ javax.json-api --- > > [INFO] Skipping javadoc generation > > [INFO] > > [INFO] ----------------------< org.glassfish:javax.json >---------------------- > > [INFO] Building JSR 374 (JSON Processing) Default Provider 1.1.2 [3/4] > > [INFO] -------------------------------[ bundle ]------------------------------- > > [WARNING] The POM for javax.json:javax.json-api:jar:debian is missing, no dependency information available > > [INFO] > > [INFO] ------------------------------------------------------------------------ > > [INFO] Skipping JSR 374 (JSON Processing) RI > > [INFO] This project has been banned from the build due to previous failures. > > [INFO] ------------------------------------------------------------------------ > > [INFO] ------------------------------------------------------------------------ > > [INFO] Reactor Summary for JSR 374 (JSON Processing) RI 1.1.2: > > [INFO] > > [INFO] JSR 374 (JSON Processing) RI ....................... SUCCESS [ 0.418 s] > > [INFO] JSR 374 (JSON Processing) API ...................... SUCCESS [ 1.684 s] > > [INFO] JSR 374 (JSON Processing) Default Provider ......... FAILURE [ 0.003 s] > > [INFO] JSR 374 (JSON Processing) Media for JAX-RS 1.1 ..... SKIPPED > > [INFO] ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] ------------------------------------------------------------------------ > > [INFO] Total time: 2.883 s > > [INFO] Finished at: 2019-01-24T17:25:53Z > > [INFO] ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal on project javax.json: Could not resolve dependencies for project org.glassfish:javax.json:bundle:1.1.2: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact javax.json:javax.json-api:jar:debian has not been downloaded from it before. -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, please read the following articles: > > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the command > > [ERROR] mvn <goals> -rf :javax.json > > dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/libjsonp-java-1.1.2 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/libjsonp-java-1.1.2/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/libjsonp-java-1.1.2/debian -Dmaven.repo.local=/build/libjsonp-java-1.1.2/debian/maven-repo install javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1 > > > > > > No idea what to do next. > > > > Kind regards > > > > Andreas. > > > > > > > > -- > > http://fam-tille.de > > > > -- http://fam-tille.de
Reply to:
- Follow-Ups:
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Olivier Sallou <olivier.sallou@irisa.fr>
- Re: Attempt to upgrade libjsonp-java - help needed
- References:
- Attempt to upgrade libjsonp-java - help needed
- From: Andreas Tille <andreas@an3as.eu>
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Markus Koschany <apo@debian.org>
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Andreas Tille <tille@debian.org>
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Olivier Sallou <olivier.sallou@irisa.fr>
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Andreas Tille <andreas@an3as.eu>
- Re: Attempt to upgrade libjsonp-java - help needed
- From: Olivier Sallou <olivier.sallou@irisa.fr>
- Attempt to upgrade libjsonp-java - help needed
- Prev by Date: Re: Attempt to upgrade libjsonp-java - help needed
- Next by Date: Re: Attempt to upgrade libjsonp-java - help needed
- Previous by thread: Re: Attempt to upgrade libjsonp-java - help needed
- Next by thread: Re: Attempt to upgrade libjsonp-java - help needed
- Index(es):