Hi,
Am 28.12.2012 21:45, schrieb Thomas Fischer:
Hi,
sorry to bother you.
I tried your suggestions:
macbook:trunk Thomas$ svn update
At revision 1426514.
macbook:trunk Thomas$ svn status
macbook:trunk Thomas$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/pdfbox/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1426514
Node Kind: directory
Schedule: normal
Last Changed Author: lehmi
Last Changed Rev: 1426212
Last Changed Date: 2012-12-27 15:31:37 +0100 (Do, 27 Dez 2012)
Everything looks good so far.
Please, run the following and post the log
mvn clean install -l mvn.log
Best
Thomas
Am 27.12.2012 um 19:21 schrieb Andreas Lehmkuehler:
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
BR
Andreas Lehmkühler