My bad, I forgot to add the new dependency to the ant build script as well. 
I'll fix that when I'm back home.

BR
Andreas Lehmkühler

On 20. Mai 2014 10:53:20 MESZ, Apache Jenkins Server 
<jenk...@builds.apache.org> wrote:
>See <https://builds.apache.org/job/PDFBox-ant/1277/changes>
>
>Changes:
>
>[tilman] PDFBOX-1922: read trailer version in non sequential parser
>when all objects have been resolved
>
>[lehmi] PDFBOX-1689: added a font manager to find and deal with local
>fonts
>
>[tilman] PDFBOX-1922: DRY refactoring
>
>[lehmi] PDFBOX-1689: added getter for font-family, font-subfamily and
>postscript-name
>
>[tilman] PDFBOX-1922: read version header in non sequential parser
>
>------------------------------------------
>Started by an SCM change
>Building remotely on solaris1 (Solaris) in workspace
><https://builds.apache.org/job/PDFBox-ant/ws/>
>Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision
>'2014-05-20T08:50:02.881 +0000'
>U         fontbox/pom.xml
>U         fontbox/src/main/java/org/apache/fontbox/ttf/NamingTable.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/FontManager.java
>A         fontbox/src/main/java/org/apache/fontbox/util/autodetect
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontDirFinder.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/MacFontDirFinder.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/UnixFontDirFinder.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/NativeFontDirFinder.java
>AU       
>fontbox/src/main/java/org/apache/fontbox/util/autodetect/WindowsFontDirFinder.java
>U        
>pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDTrueTypeFont.java
>U        
>pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
>U        
>pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFParser.java
>D        
>pdfbox/src/main/resources/org/apache/pdfbox/resources/PDFBox_External_Fonts.properties
>D         pdfbox/src/main/resources/org/apache/pdfbox/resources/ttf
>At revision 1596141
>[pdfbox] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -file
>build.xml dist
>Buildfile: build.xml
>
>pdfbox.clean:
>[delete] Deleting directory
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target
>[delete] Deleting directory
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
>
>get.externallibs.pdfbox:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>get.externallibs.fontbox:
>
>testexist:
>
>downloadfile:
>
>testexist:
>
>downloadfile:
>
>fontbox.init:
>
>fontbox.compile:
>[javac] Compiling 8 source files to
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/target/classes
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:28:
>package org.apache.commons.io does not exist
>    [javac] import org.apache.commons.io.DirectoryWalker;
>    [javac]                             ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:29:
>package org.apache.commons.io does not exist
>    [javac] import org.apache.commons.io.IOCase;
>    [javac]                             ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:30:
>package org.apache.commons.io.filefilter does not exist
>    [javac] import org.apache.commons.io.filefilter.FileFilterUtils;
>    [javac]                                        ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:31:
>package org.apache.commons.io.filefilter does not exist
>    [javac] import org.apache.commons.io.filefilter.IOFileFilter;
>    [javac]                                        ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:32:
>package org.apache.commons.io.filefilter does not exist
>    [javac] import org.apache.commons.io.filefilter.WildcardFileFilter;
>    [javac]                                        ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:40:
>cannot find symbol
>    [javac] symbol: class DirectoryWalker
>    [javac] public class FontFileFinder extends DirectoryWalker<URL>
>    [javac]                                     ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:99:
>cannot find symbol
>    [javac] symbol  : class IOFileFilter
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>    [javac]     protected static IOFileFilter getDirectoryFilter()
>    [javac]                      ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:110:
>cannot find symbol
>    [javac] symbol  : class IOFileFilter
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>    [javac]     protected static IOFileFilter getFileFilter()
>    [javac]                      ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:101:
>cannot find symbol
>    [javac] symbol  : variable FileFilterUtils
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>[javac]         return
>FileFilterUtils.and(FileFilterUtils.directoryFileFilter(),
>    [javac]                                    ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:102:
>cannot find symbol
>    [javac] symbol  : variable FileFilterUtils
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>[javac]                
>FileFilterUtils.notFileFilter(FileFilterUtils.prefixFileFilter(".")));
>    [javac]                                               ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:102:
>cannot find symbol
>    [javac] symbol  : variable FileFilterUtils
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>[javac]                
>FileFilterUtils.notFileFilter(FileFilterUtils.prefixFileFilter(".")));
>    [javac]                 ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:101:
>cannot find symbol
>    [javac] symbol  : variable FileFilterUtils
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>[javac]         return
>FileFilterUtils.and(FileFilterUtils.directoryFileFilter(),
>    [javac]                ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:112:
>cannot find symbol
>    [javac] symbol  : variable FileFilterUtils
>[javac] location: class
>org.apache.fontbox.util.autodetect.FontFileFinder
>[javac]         return
>FileFilterUtils.and(FileFilterUtils.fileFileFilter(), new
>WildcardFileFilter(
>    [javac]                                    ^
>[javac]
>/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/src/main/java/org/apache/fontbox/util/autodetect/FontFileFinder.java:112:
>cannot find symbol
>  

Reply via email to