[
https://issues.apache.org/jira/browse/PDFBOX-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615739#comment-15615739
]
simon steiner commented on PDFBOX-3532:
---------------------------------------
i fixed with
{code}
diff --git a/preflight/pom.xml b/preflight/pom.xml
index 1714474..d67997a 100644
--- a/preflight/pom.xml
+++ b/preflight/pom.xml
@@ -144,8 +144,8 @@
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
- <artifactId>download-maven-plugin</artifactId>
- <version>1.3.0</version>
+ <artifactId>maven-download-plugin</artifactId>
+ <version>1.1.0</version
{code}
> Java 6 errors
> -------------
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 1.8.12, 2.0.3
> Reporter: simon steiner
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading:
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
> Java 6 only:
> [ERROR]
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
> cannot find symbol
> [ERROR] symbol : class Builder
> [ERROR] location: class java.util.Locale
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]