Andreas Tille pushed to branch master at Debian Java Maintainers / libjsonp-java
Commits: a5b3f94a by Andreas Tille at 2019-01-14T13:45:23Z Add failure as TODO - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== @@ -7,17 +7,45 @@ libjsonp-java (1.1.2-1) UNRELEASED; urgency=medium * debhelper 12 * Drop unneeded get-orig-source target * Secure URI in copyright format - TODO: Does not build - dh clean --buildsystem=maven - dh_auto_clean -O--buildsystem=maven - "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done" - Can't exec "for dir in $(find . -name target -type d); do if [ -f $(echo $dir | sed -e s/target$/pom.xml/) ]; then rm -Rf $dir; fi done": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 356. - dh_auto_clean: "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done" failed to execute: No child processes - dh_auto_clean: "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done" returned exit code 10 - debian/rules:6: recipe for target 'clean' failed - + TODO: + Generating /build/libjsonp-java-1.1.2/api/target/apidocs/help-doc.html... + [INFO] Building jar: /build/libjsonp-java-1.1.2/api/target/javax.json-api-1.1.2-javadoc.jar + [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.882 s] + [INFO] JSR 374 (JSON Processing) API ...................... SUCCESS [ 15.990 s] + [INFO] JSR 374 (JSON Processing) Default Provider ......... FAILURE [ 0.016 s] + [INFO] JSR 374 (JSON Processing) Media for JAX-RS 1.1 ..... SKIPPED + [INFO] ------------------------------------------------------------------------ + [INFO] BUILD FAILURE + [INFO] ------------------------------------------------------------------------ + [INFO] Total time: 18.266 s + [INFO] Finished at: 2019-01-14T11:37:22Z + [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 -Dcl -- Andreas Tille <[email protected]> Wed, 02 May 2018 08:29:19 +0200 - + libjsonp-java (1.0.4-1) unstable; urgency=medium * Initial release (Closes: #811074) View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/commit/a5b3f94a97067f9d42aff2c4a6db73032c6dd598 -- View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/commit/a5b3f94a97067f9d42aff2c4a6db73032c6dd598 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

