See <http://hudson.zones.apache.org/hudson/job/PDFBox-trunk/463/changes>
Changes: [jukka] PDFBOX-545: Switch PDFBox build to Maven Add/update link to Lucene javadocs. [jukka] PDFBOX-558: PDPageDestination getPageNumber only returns page number when underlying COSArray has a page number Add a PDPageDestionation.findPageNumber() to complement the existing getPageNumber() method. Based on the patch contributed by Wulf Berschin. [jukka] PDFBOX-542: Support for Adobe CFF/Type2 fonts Update the Ant build to get the latest FontBox snapshot. ------------------------------------------ Started by an SCM change Building on master Updating http://svn.apache.org/repos/asf/pdfbox/trunk D logging.properties U src/test/java/org/apache/pdfbox/util/TestPDFToImage.java U src/test/java/org/apache/pdfbox/util/TestTextStripper.java A src/test/resources/logging.properties U src/main/java/org/apache/pdfbox/encoding/Encoding.java A src/main/java/org/apache/pdfbox/pdmodel/font/PDType1CFont.java U src/main/java/org/apache/pdfbox/pdmodel/font/PDFontFactory.java U src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java U pom.xml U build.xml At revision 907857 [trunk] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -DFORREST_HOME=/home/hudson/tools/forrest/apache-forrest-0.8 dist Buildfile: build.xml clean: [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/website/build/site/javadoc [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/bin [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output [delete] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output-ext get.externallibs: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: [get] Getting: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/fontbox/1.0-SNAPSHOT/fontbox-1.0-20100208.190807-1.jar [get] To: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/external/fontbox-1.0-20100208.190807-1.jar testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: pdfbox.init: [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/website/build/site/javadoc [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/bin [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output/rendering [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output-ext [mkdir] Created dir: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/test/output-ext/rendering find.adobefiles: get.adobefiles: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: testexist: downloadfile: [copy] Copying 1 file to /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes/Resources [unjar] Expanding: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/download/pcfi-2009.06.14.jar into /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes/Resources/cmap [unjar] Expanding: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/download/additional_cmaps.jar into /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes/Resources/cmap [unjar] Expanding: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/download/removed_cmaps.jar into /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes/Resources/cmap [unjar] Expanding: /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/download/pcfi-2009.06.14.jar into /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes/Resources/afm compile: [javac] Compiling 431 source files to /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/target/classes [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:42: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] import org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption; [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:60: warning: [deprecation] org.apache.pdfbox.encryption.PDFEncryption in org.apache.pdfbox.encryption has been deprecated [javac] private PDFEncryption encryption = new PDFEncryption(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:102: warning: [deprecation] getOwnerPasswordForEncryption() in org.apache.pdfbox.pdmodel.PDDocument has been deprecated [javac] String ownerPassword = pdDocument.getOwnerPasswordForEncryption(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:103: warning: [deprecation] getUserPasswordForEncryption() in org.apache.pdfbox.pdmodel.PDDocument has been deprecated [javac] String userPassword = pdDocument.getUserPasswordForEncryption(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:112: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] PDStandardEncryption encParameters = (PDStandardEncryption)pdDocument.getEncryptionDictionary(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:112: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] PDStandardEncryption encParameters = (PDStandardEncryption)pdDocument.getEncryptionDictionary(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:145: warning: [deprecation] org.apache.pdfbox.encryption.PDFEncryption in org.apache.pdfbox.encryption has been deprecated [javac] encryption = new PDFEncryption(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:183: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] PDStandardEncryption encParameters = (PDStandardEncryption)pdDocument.getEncryptionDictionary(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:183: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] PDStandardEncryption encParameters = (PDStandardEncryption)pdDocument.getEncryptionDictionary(); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/pdmodel/encryption/PDEncryptionManager.java:46: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] registerSecurityHandler( PDStandardEncryption.FILTER_NAME, PDStandardEncryption.class ); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/pdmodel/encryption/PDEncryptionManager.java:46: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated [javac] registerSecurityHandler( PDStandardEncryption.FILTER_NAME, PDStandardEncryption.class ); [javac] ^ [javac] /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/src/main/java/org/apache/pdfbox/pdmodel/font/PDType1CFont.java:522: cannot find symbol [javac] symbol : constructor IOException(java.awt.FontFormatException) [javac] location: class java.io.IOException [javac] throw new IOException(ffe); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error [javac] 11 warnings BUILD FAILED /zonestorage/hudson/home/hudson/hudson/jobs/PDFBox-trunk/workspace/trunk/build.xml:162: Compile failed; see the compiler error output for details. Total time: 49 seconds Publishing Javadoc
