See <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/1464/changes>
Changes: [lehmi] PDFBOX-2430: extend error message in all cases not only if verbose/debug mode is enabled [lehmi] PDFBOX-2430: handle the decryption of pdfs using public key security while parsing ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache PDFBox 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pdfbox --- [TASKS] Scanning folder '<https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/'> for files matching the pattern '**/*.java' - excludes: [TASKS] Found 556 files to scan for tasks Found 165 open tasks. [TASKS] Computing warning deltas based on reference build #1463 [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ pdfbox --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pdfbox --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 21 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pdfbox --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 502 source files to <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/target/classes> [WARNING] Note: Some input files use unchecked or unsafe operations. [WARNING] Note: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pdfbox --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 95 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pdfbox --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/target/test-classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/src/test/java/org/apache/pdfbox/encryption/TestPublicKeyEncryption.java>:[138,28] cannot find symbol symbol : method setVerbose(boolean) location: class org.apache.pdfbox.pdmodel.encryption.PublicKeySecurityHandler [INFO] 1 error [INFO] -------------------------------------------------------------