Finally, with some more time I was able to nail down the build problem (and one more). So builds are running fine again (at least on Windows) ;)
A summary of the two problems: The first problem mention here was the following: >From several file downloads during the build only the site where the ODF 1.0 schema file is located failed. As is in only fails on the server and not locally I circumvent the problem by keeping these ODF 1.0 files within the project. More details in: https://issues.apache.org/jira/browse/ODFTOOLKIT-406 In addition there was a different build issues on the Apache server when using the latest Maven version, but the build works with Maven 3.1.1 (as on my machine) . I did a build test of three builds: https://builds.apache.org/job/ODFToolkit-windows/94 - SUCESSS with Maven 3.1.1 and all updates https://builds.apache.org/job/ODFToolkit-windows/95 - FAILS with changing to Maven 3 (latest) https://builds.apache.org/job/ODFToolkit-windows/96 - SUCESSS with changing back to Maven 3.1.1 The exception Caused by: java.lang.IllegalAccessError: class com.google.common.collect.AbstractMapBasedMultimap cannot access its superclass com.google.common.collect.AbstractMultimap seem similar to a Jenksin/Maven3.2.1 bug. https://issues.jenkins-ci.org/browse/JENKINS-22252 I have sent a mail to [email protected] - Svante On Sat, Sep 12, 2015 at 9:03 PM, Svante Schubert <[email protected]> wrote: > > I can not reproduce the error on my machine. Any idea how to solve this? > Found: > http://stackoverflow.com/questions/21076179/pkix-path-building-failed-and-unable-to-find-valid-certification-path-to-requ > > >> [INFO] Downloading: >> http://www.oasis-open.org/committees/download.php/12571/OpenDocument-schema-v1.0-os.rng >> to < >> https://builds.apache.org/job/ODFToolkit/ws/trunk/generator/schema2template/target/odf-schemas/OpenDocument-schema-v1.0-os.rng >> > >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Error handling resource >> >> Embedded error: sun.security.validator.ValidatorException: PKIX path >> building failed: >> sun.security.provider.certpath.SunCertPathBuilderException: unable to find >> valid certification path to requested target >> > > >
