You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2003/10/09 22:38:15 UTC

[issues] New comment: (FOR-73) PDF generation of RSS feeds fails

The following comment has been added to this issue:

     Author: Don Brown
    Created: Thu, 9 Oct 2003 10:39 PM
       Body:
The problem is the call to "skinit" transforms the document into xhtml, whereas the PDF processor expects the document format.  The pipeline should look like this:

<map:match pattern="news.xml">
<map:generate src="http://sourceforge.net/export/rss2_projfiles.php?group_id=1716&quot;/>
<map:transform src="resources/stylesheets/releases.xsl"/>
<map:serialize type="xml-document" />
</map:match> 
---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-73


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-73
    Summary: PDF generation of RSS feeds fails
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
  Component: shbat distribution - Forrest CLI
   Versions:
             HEAD

   Assignee: 
   Reporter: Sebastian Bergmann

    Created: Sat, 20 Sep 2003 9:34 PM
    Updated: Sat, 20 Sep 2003 9:34 PM
Environment: Windows 2000 Professional SP-4, Java 2 SDK 1.4.2

Description:
I added an RSS feed to my Forrest site. The generation of the HTML works okay, but the PDF file is not generated.

I get the error below:

X [0]                       news.pdf    BROKEN: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.fop.apps.FOPException: No flow in page-sequence



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira