Trying to test this one so I can vote ...
Using ANT build:
* Had to copy the Release folder from 1.1.0 into 1.2.1
* Getting compile errors in PDType1CFont:
[javac]
D:\OpenSource\Apache\PDFBox\tags\1.2.1\pdfbox\src\main\java\org\apache\pdfbox\pdmodel\fo
nt\PDType1CFont.java:586: cannot find symbol
[javac] symbol : class Entry
[javac] location: class
org.apache.pdfbox.pdmodel.font.PDType1CFont.PDFEncoding
[javac] Iterator<Entry> parentEntries =
parent.getEntries().iterator();
[javac] ^
[javac]
D:\OpenSource\Apache\PDFBox\tags\1.2.1\pdfbox\src\main\java\org\apache\pdfbox\pdmodel\fo
nt\PDType1CFont.java:586: cannot find symbol
[javac] symbol : method getEntries()
[javac] location: class org.apache.fontbox.cff.encoding.CFFEncoding
[javac] Iterator<Entry> parentEntries =
parent.getEntries().iterator();
[javac] ^
[javac]
D:\OpenSource\Apache\PDFBox\tags\1.2.1\pdfbox\src\main\java\org\apache\pdfbox\pdmodel\fo
nt\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] ^
Using Maven build:
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.pdfbox:fontbox:jar:1.2.1
...
2) org.apache.pdfbox:jempbox:jar:1.2.1
...
Path to dependency:
1) org.apache.pdfbox:pdfbox:bundle:1.2.1
2) org.apache.pdfbox:jempbox:jar:1.2.1
So ... am I doing something wrong? Or is there a problem w/ that source ...
or maybe the build.xml or pom.xml files?
On Mon, Jul 5, 2010 at 8:03 AM, Jukka Zitting <[email protected]>wrote:
> Hi,
>
> A candidate for the PDFBox 1.2.1 release is available at:
>
>
> http://people.apache.org/~jukka/pdfbox/1.2.1/<http://people.apache.org/%7Ejukka/pdfbox/1.2.1/>
>
> The release candidate is a zip archive of the sources in:
>
> http://svn.apache.org/repos/asf/pdfbox/tags/1.2.1/
>
> The SHA1 checksum of the archive is
> 01a70f0c6c502f7d86ed85b6b89723fc6d4b3c25.
>
> A staged Maven repository is available for review at:
>
>
> http://people.apache.org/~jukka/pdfbox/1.2.1/repo/<http://people.apache.org/%7Ejukka/pdfbox/1.2.1/repo/>
>
> Please vote on releasing this package as Apache PDFBox 1.2.1. The vote
> is open for the next 72 hours and passes if a majority of at least
> three +1 PDFBox PMC votes are cast.
>
> [ ] +1 Release this package as Apache PDFBox 1.2.1
> [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> BR,
>
> Jukka Zitting
>