Am 27.12.2012 17:36, schrieb Thomas Fischer:
Hello,

with
svn checkout http://svn.apache.org/repos/asf/pdfbox/trunk pdfbox-trunk

and
cd pdfbox-trunk
mvn install

I obtained:

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
(default-testCompile) on project fontbox: Compilation failure: Compilation 
failure:
[ERROR] 
/SVN/pdfbox-trunk/fontbox/src/test/java/org/apache/fontbox/cff/Type1CharStringTest.java:[46,16]
 parse(byte[]) in org.apache.fontbox.cff.Type1CharStringParser cannot be 
applied to (byte[],org.apache.fontbox.cff.IndexData)
[ERROR] 
/SVN/pdfbox-trunk/fontbox/src/test/java/org/apache/fontbox/cff/Type1CharStringTest.java:[65,16]
 parse(byte[]) in org.apache.fontbox.cff.Type1CharStringParser cannot be 
applied to (byte[],org.apache.fontbox.cff.IndexData)

So with the present version fontbox doesn't compile either.

Best
Thomas

SNIP
Looks like your code base isn't up to date or somehow mixed up.

Go to main directory and update the code using "svn update". Collect some more information if it still doesn't compile using the following commands

svn status
svn info


BR
Andreas Lehmkühler

Reply via email to