From: Keith H. <ke...@ke...> - 2006-04-20 12:23:51
Hi,
Just starting using the renderer - really impressed. What's the
latest on the move to Fop trunk? Manuel's mention of 'out of the box'
standard font support sounds great. I tried to get a build going a
week or so ago against the new branch, but couldn't get it to build
(do I need to check it out in the same folder as the trunk code?)
Cheers,
Keith Harris
On Thu, 2006-04-20 at 13:23 +0100, Keith Harris wrote:
> Just starting using the renderer - really impressed. What's the
> latest on the move to Fop trunk? Manuel's mention of 'out of the box'
> standard font support sounds great.
The current status is that I've applied a tag FOP_HANDOVER to the AFP
Renderer CVS tree, and packaged up this source for handover to
Apache.[1]
The handover procedure is not yet complete, but it looks like things are
getting nearer to completion[2], upon which the tagged source will be
commited to the FOP sandbox.
> I tried to get a build going a
> week or so ago against the new branch, but couldn't get it to build
> (do I need to check it out in the same folder as the trunk code?)
I've attached the message from Manual where he describes the procedure
for getting the AFP Renderer FOP_ALPHA branch to work with the FOP
trunk.
Good luck!
Joe
[1]
http://www.nabble.com/Final-steps-for-importing-the-AFP-Renderer-t1181325.html
[2]
http://www.nabble.com/-FYI-All-three-software-grants-for-the-AFP-renderer-are-recorded-t1474537.html
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
+44-(0)7775-770-422
From: Keith H. <ke...@ke...> - 2006-04-21 14:26:07
Thanks Joe,
Got it building fine now and generating afps nicely. There were a
couple of tweaks needed to get it to work with the latest version of
Fop trunk, but there's no point submitting patches I guess with
everything on the move. Looking forward to seeing the code in that
sandbox.
Cheers,
Keith
>
> If you want to try it out the procedure is roughly:
>
> 1. Download fop trunk
> 2. Put the AFP renderer sources into
> ${fop-trunk}/src/sandbox/org/apache/fop/render/afp
> 3. Add the the line
> org.apache.fop.render.afp.AFPRendererMaker
> to the file
> ${fop-trunk}/src/sandbox/META-INF/services/
> org.apache.fop.render.Renderer
> 4. Add these lines
> /** IBM's AFP */
> String MIME_AFP = "application/x-afp";
> /** IBM's AFP (alternative MIME type) */
> String MIME_AFP_ALT = "application/vnd.ibm.modcap";
> to
> ${fop-trunk}/src/java/org/apache/fop/apps/MimeTypes.java
>