Hi, On Mon, Jul 5, 2010 at 6:12 PM, Daniel Wilson <[email protected]> wrote: > Using ANT build: > * Had to copy the Release folder from 1.1.0 into 1.2.1 > * Getting compile errors in PDType1CFont:
Hmm, I'm not sure if the Ant build still works. Our Hudson CI job for the Ant build seems to have stopped working before 1.1.0 when we merged the PDFBox, FontBox and JempBox trunks. Are people still using the Ant build? If yes, I can look at making it work again. > Using Maven build: > [INFO] Failed to resolve artifact. Did you run the Maven build from the main source directory or from within the "pdfbox" subdirectory? Since we haven't yet released 1.2.1, you'll need to first "mvn install" the fontbox and jempbox jars into your local Maven repository before you can build the pdfbox jar. Running the build from the main source directory (where the README.txt files is) will automatically build and install the jars in correct order. BR, Jukka Zitting
