You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/19 17:48:20 UTC

Build failed in Jenkins: PDFBox-ant #2620

See <https://builds.apache.org/job/PDFBox-ant/2620/changes>

Changes:

[tboehme] PDFBOX-2883: added support for different ScratchFile modes using new MemoryUsageSetting object; all PDDocument.load methods having a useScratchFile parameter were duplicated with memoryUsage parameter; COSDocument and PDFParser now support providing ScratchFile object directly; using the boolean 'useScratchFile' parameter works like before

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2015-07-19T15:48:10.782 +0000'
U         xmpbox/pom.xml
U         examples/pom.xml
U         examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java
U         fontbox/pom.xml
U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
AU        pdfbox/src/main/java/org/apache/pdfbox/io/MemoryUsageSetting.java
U         pdfbox/pom.xml
U         preflight/pom.xml
U         pom.xml
U         tools/pom.xml
At revision 1691833
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Buildfile: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>

pdfbox.clean:
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target>
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>

get.externallibs.pdfbox:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

get.externallibs.fontbox:

testexist:

downloadfile:

testexist:

downloadfile:

fontbox.init:

fontbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:143: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

fontbox.package:

pdfbox.init:
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output/rendering>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext/rendering>

pdfbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:132: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 533 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 80 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:95: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONESRC), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:97: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONEDST), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:79: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc1 = PDDocument.load(new File(SRCDIR, filename1), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:89: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc2 = PDDocument.load(new File(SRCDIR, filename2), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:106: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]                 = PDDocument.load(new File(TARGETTESTDIR, mergeFilename), null);
    [javac]                             ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/ValidateXImage.java>:110: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:84: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "singletiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:133: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "multitiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:108: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:373: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/PDInlineImageTest.java>:181: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:203: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             document = PDDocument.load(file, null);
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:237: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             PDDocument.load(tmpFile, null).close();
    [javac]                       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 13 errors

BUILD FAILED
<https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: Compile failed; see the compiler error output for details.

Total time: 7 seconds
Build step 'Invoke Ant' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Jenkins build is back to normal : PDFBox-ant #2622

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/2622/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Build failed in Jenkins: PDFBox-ant #2621

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/2621/>

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2015-07-19T17:48:09.373 +0000'
At revision 1691834
no change for http://svn.apache.org/repos/asf/pdfbox/trunk since the previous build
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Buildfile: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>

pdfbox.clean:
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target>
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>

get.externallibs.pdfbox:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

get.externallibs.fontbox:

testexist:

downloadfile:

testexist:

downloadfile:

fontbox.init:

fontbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:143: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

fontbox.package:

pdfbox.init:
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output/rendering>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext/rendering>

pdfbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:132: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 533 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 80 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:95: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONESRC), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:97: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONEDST), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:79: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc1 = PDDocument.load(new File(SRCDIR, filename1), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:89: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc2 = PDDocument.load(new File(SRCDIR, filename2), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:106: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]                 = PDDocument.load(new File(TARGETTESTDIR, mergeFilename), null);
    [javac]                             ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/ValidateXImage.java>:110: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:84: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "singletiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:133: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "multitiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:108: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:373: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/PDInlineImageTest.java>:181: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:203: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             document = PDDocument.load(file, null);
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:237: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             PDDocument.load(tmpFile, null).close();
    [javac]                       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 13 errors

BUILD FAILED
<https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: Compile failed; see the compiler error output for details.

Total time: 8 seconds
Build step 'Invoke Ant' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: Build failed in Jenkins: PDFBox-ant #2620

Posted by Timo Boehme <ti...@ontochem.com>.
Hi,

sorry, I forgot to commit the fixes to test classes having now a 
ambiguity in PDDocument.load with null parameter. However currently JIRA 
and SVN are down (at least I cannot reach them). Will commit the changes 
when the service is up again.

Best,
Timo


Am 19.07.2015 um 17:48 schrieb Apache Jenkins Server:
> See <https://builds.apache.org/job/PDFBox-ant/2620/changes>
>
> Changes:
>
> [tboehme] PDFBOX-2883: added support for different ScratchFile modes using new MemoryUsageSetting object; all PDDocument.load methods having a useScratchFile parameter were duplicated with memoryUsage parameter; COSDocument and PDFParser now support providing ScratchFile object directly; using the boolean 'useScratchFile' parameter works like before
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
> Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2015-07-19T15:48:10.782 +0000'
> U         xmpbox/pom.xml
> U         examples/pom.xml
> U         examples/src/main/java/org/apache/pdfbox/examples/acroforms/FillFormField.java
> U         fontbox/pom.xml
> U         pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
> U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
> U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFParser.java
> U         pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
> AU        pdfbox/src/main/java/org/apache/pdfbox/io/MemoryUsageSetting.java
> U         pdfbox/pom.xml
> U         preflight/pom.xml
> U         pom.xml
> U         tools/pom.xml
> At revision 1691833
> [pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
> Buildfile: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>
>
> pdfbox.clean:
>     [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target>
>     [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>
>
> get.externallibs.pdfbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> get.externallibs.fontbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> fontbox.init:
>
> fontbox.compile:
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:143: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>
> fontbox.package:
>
> pdfbox.init:
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output>
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output/rendering>
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext>
>      [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext/rendering>
>
> pdfbox.compile:
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:132: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>      [javac] Compiling 533 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
>      [javac] Compiling 80 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:95: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         PDDocument.load(new File(TESTDIR + CLONESRC), null).close();
>      [javac]                   ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:97: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         PDDocument.load(new File(TESTDIR + CLONEDST), null).close();
>      [javac]                   ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:79: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         PDDocument srcDoc1 = PDDocument.load(new File(SRCDIR, filename1), null);
>      [javac]                                        ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:89: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         PDDocument srcDoc2 = PDDocument.load(new File(SRCDIR, filename2), null);
>      [javac]                                        ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:106: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]                 = PDDocument.load(new File(TARGETTESTDIR, mergeFilename), null);
>      [javac]                             ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/ValidateXImage.java>:110: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(pdfFile, null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:84: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(new File(testResultsDir, "singletiff.pdf"), null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:133: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(new File(testResultsDir, "multitiff.pdf"), null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:108: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(pdfFile, null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:373: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(pdfFile, null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/PDInlineImageTest.java>:181: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]         document = PDDocument.load(pdfFile, null);
>      [javac]                              ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:203: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]             document = PDDocument.load(file, null);
>      [javac]                                  ^
>      [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:237: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
>      [javac]             PDDocument.load(tmpFile, null).close();
>      [javac]                       ^
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] 13 errors
>
> BUILD FAILED
> <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: Compile failed; see the compiler error output for details.
>
> Total time: 7 seconds
> Build step 'Invoke Ant' marked build as failure
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: dev-help@pdfbox.apache.org
>


-- 
Timo Boehme
OntoChem IT Solutions GmbH
Blücherstraße 24
06120 Halle (Saale)
Germany

phone: +49 345 478 047 4      | fax: +49 345 478 047 1
email: ulf.laube@ontochem.com | web: www.ontochem.com
HRB 21962 Amtsgericht Stendal | USt-IdNr.: DE815563824
managing director : Lutz Weber


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org