Hi,
Am 25.07.2010 02:45, schrieb Marco Eckstein:
Hi,
I am new to PDFBox and trying to get the .NET version running, but my
build problem might also apply to Java users.
This is what I did:
-Download and extract pdfbox-1.2.1-src.zip
-Added installation directory of ikvm-0.42.0.6 to
C:\pdfbox-1.2.1\pdfbox\build.xml
-C:\pdfbox-1.2.1\pdfbox>ant build.NET
I am using: Ant 1.8.0, Java 6, Win XP SP3.
The build fails. This is the end of the output:
compile:
...
C:\pdfbox-1.2.1\pdfbox\src\main\java\org\apache\pdfbox\pdmodel\font\PDType1CFont.java:611:
cannot find symbol
[javac] symbol : method
addEntry(org.apache.fontbox.cff.charset.CFFCharset.Entry)
[javac] location: class
org.apache.pdfbox.pdmodel.font.PDType1CFont.PDFCharset
[javac] addEntry(parentEntries.next());
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 1 warning
BUILD FAILED
C:\pdfbox-1.2.1\pdfbox\build.xml:145: Compile failed; see the compiler
error output for details.
The build.xml was recently updated due to the compile errors you described
above. Try to use the newest version (978874) [1]
BR
Andreas Lehmkühler
[1] http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/build.xml?view=log