Re: Error generating PDF from .odt file using org.apache.forrest.plugin.input.odt

2009-05-07 Thread Heather Phipps
FYI, other 1.1 files generate a PDF successfully, so it appears that the problem is something more specific, which I have yet to identify...

Re: Japanese PDF rendering

2009-05-07 Thread Heather Phipps
Actually, with my little hack, the font is properly embedded in the PDF only when pre-generated, i.e., when you do forrest site, but not when the PDFs are generated on the fly, i.e., when you do forrest run. Not sure exactly what accounts for the difference. If anyone has a better understanding

Re: build fails when I attempt forrest site after forrest seed-business

2009-05-06 Thread Heather Phipps
Sure, please see https://issues.apache.org/jira/browse/FOR-1162.

build fails when I attempt forrest site after forrest seed-business

2009-05-03 Thread Heather Phipps
Hi, It appears that the source files necessary to run the command forrest site are not generated properly when I do forrest seed-business. This is what the errors look like: X [0] team/allBySkill.htmlBROKEN:

Re: Japanese PDF rendering

2009-04-29 Thread Heather Phipps
I increased the memory to Java by editing maxmemory property in the site's forrest.properties file: # Max memory to allocate to Java forrest.maxmemory=1024m Japanese displays correctly now in PDF from DocBook source! (Turns out there was no need to update the FOP jar file.)

Error generating PDF from .odt file using org.apache.forrest.plugin.input.odt

2009-04-29 Thread Heather Phipps
Hello, I am having trouble generating a PDF from an ODT file using the org.apache.forrest.plugin.input.odt plugin. I added Abstracts-10.odt to my source and the following corresponding entry to site.xml: abstracts label=abstracts href=Abstracts-10.html/ The html is generated properly, but I

Re: Error generating PDF from .odt file using org.apache.forrest.plugin.input.odt

2009-04-29 Thread Heather Phipps
I believe that the process I'm using is correct, because when I add the sample file opendocument-writer.odt to my site in the same way, both the html and PDF are generated correctly. So, there must be some problematic difference between my .odt file and this .odt file. Perhaps the version of OO

Re: Error generating PDF from .odt file using org.apache.forrest.plugin.input.odt

2009-04-29 Thread Heather Phipps
My own file is version 1.1, whereas the sample file is version 1.0. Is this a problem? Does the plugin not handle v 1.1?

Re: Japanese PDF rendering

2009-04-24 Thread Heather Phipps
Hi David, Thank you for pointing that out. I am new to using the plugins and didn't realize this. So, I attempted to follow your advice: heather-phipps-computer:org.apache.forrest.plugin.output.pdf Heather$ /Users/Heather/apache-forrest-0.8/tools/ant/bin/ant local-deploy Buildfile: build.xml

Re: Japanese PDF rendering

2009-04-23 Thread Heather Phipps
Hi Praveen, I very much appreciate your prompt response, as I have been struggling with this issue for quite some time now. Unfortunately, even after editing $FORREST/apache-forrest-0.8/plugins/org.apache.forrest.plugin.output.pdf/output.xmap, I am unable to get the font to display correctly in

org.apache.forrest.plugin.input.odt v. org.apache.forrest.plugin.OpenOffice.org

2009-04-23 Thread Heather Phipps
Hello, What is the difference between these two plugins? How do I choose which one to use for an ODT input file? Thank you, Heather

Is there a full Docbook plugin?

2009-04-23 Thread Heather Phipps
Hello, The documentation (http://forrest.apache.org/pluginDocs/plugins_0_80/usingPlugins.html) states: Clashes between plugins can occur. For example, the simplified-docbook and full docbook plugins may try and process the same files. However, I do not see a full docbook plugin in the list of

Japanese PDF rendering

2009-04-18 Thread Heather Phipps
Hello, I am having trouble getting a Japanese XML document to display properly in PDF form. I set up the basic site that comes with Apache Forrest. The only changes I made were to add the docbook dtd (v4.4) and the docbook stylesheets from sourceforge and change the sitemap accordingly. I then

Re: Error when generating pdf from docbook

2009-02-24 Thread Heather Phipps
I *thought* I had tried this before, with the same result, but apparently not because this time it worked. Thanks! On Wed, Feb 25, 2009 at 3:31 AM, Sina K. Heshmati s...@khakbaz.com wrote: Heather Phipps wrote: I set up the basic site that comes with Apache Forrest.  The only changes I made