[jira] [Commented] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-13 Thread nick.heyworth (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274985#comment-14274985
 ] 

nick.heyworth commented on FOP-2439:


Yes, you are right. I originally had empty an fo:table-row element in the 
second row (to represent the cell covered by the rowspan), but FO validation 
doesn't accept empty fo:table-row elements. That's why I added a fo:table-cell 
to the second row. However, as you say, then I have two columns instead of one. 
So it seems FO just doesn't support what I'm trying to do. Not FOP's bug then. 
Thanks for the clarification!

> Using number-rows-spanned results in a ValidationException
> --
>
> Key: FOP-2439
> URL: https://issues.apache.org/jira/browse/FOP-2439
> Project: Fop
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
>Priority: Critical
> Attachments: Possible FOP Bug Modified.fo, Possible FOP Bug.fo
>
>
> The attached file results in a ValidationException when attempting to create 
> PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
> creation works.
> In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-12 Thread nick.heyworth (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14273451#comment-14273451
 ] 

nick.heyworth commented on FOP-2439:


True, but please see the modified example code. In my understanding, this 
should be a 1x3 matrix, and the error still occurs.

> Using number-rows-spanned results in a ValidationException
> --
>
> Key: FOP-2439
> URL: https://issues.apache.org/jira/browse/FOP-2439
> Project: Fop
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
>Priority: Critical
> Attachments: Possible FOP Bug Modified.fo, Possible FOP Bug.fo
>
>
> The attached file results in a ValidationException when attempting to create 
> PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
> creation works.
> In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-12 Thread nick.heyworth (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nick.heyworth updated FOP-2439:
---
Attachment: Possible FOP Bug Modified.fo

Added a table row.

> Using number-rows-spanned results in a ValidationException
> --
>
> Key: FOP-2439
> URL: https://issues.apache.org/jira/browse/FOP-2439
> Project: Fop
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
>Priority: Critical
> Attachments: Possible FOP Bug Modified.fo, Possible FOP Bug.fo
>
>
> The attached file results in a ValidationException when attempting to create 
> PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
> creation works.
> In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-12 Thread nick.heyworth (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nick.heyworth reopened FOP-2439:


Modified the example code.

> Using number-rows-spanned results in a ValidationException
> --
>
> Key: FOP-2439
> URL: https://issues.apache.org/jira/browse/FOP-2439
> Project: Fop
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
>Priority: Critical
> Attachments: Possible FOP Bug Modified.fo, Possible FOP Bug.fo
>
>
> The attached file results in a ValidationException when attempting to create 
> PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
> creation works.
> In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-11 Thread nick.heyworth (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nick.heyworth updated FOP-2439:
---
Attachment: Possible FOP Bug.fo

> Using number-rows-spanned results in a ValidationException
> --
>
> Key: FOP-2439
> URL: https://issues.apache.org/jira/browse/FOP-2439
> Project: Fop
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
>Priority: Critical
> Attachments: Possible FOP Bug.fo
>
>
> The attached file results in a ValidationException when attempting to create 
> PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
> creation works.
> In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-11 Thread nick.heyworth (JIRA)
nick.heyworth created FOP-2439:
--

 Summary: Using number-rows-spanned results in a ValidationException
 Key: FOP-2439
 URL: https://issues.apache.org/jira/browse/FOP-2439
 Project: Fop
  Issue Type: Bug
  Components: renderer/pdf
Affects Versions: 1.1
 Environment: Windows 8.1
Reporter: nick.heyworth
Priority: Critical


The attached file results in a ValidationException when attempting to create 
PDF. After changing the value of the number-rows-spanned attribute to 1, PDF 
creation works.

In case my FO is incorrect, please let me know.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FOP-2405) Footnote in Table Header Ignored

2014-08-11 Thread nick.heyworth (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nick.heyworth updated FOP-2405:
---

Attachment: Footnote in Table Header.fo

> Footnote in Table Header Ignored
> 
>
> Key: FOP-2405
> URL: https://issues.apache.org/jira/browse/FOP-2405
> Project: Fop
>  Issue Type: Bug
>Affects Versions: 1.1
> Environment: Windows 8.1
>Reporter: nick.heyworth
> Attachments: Footnote in Table Header.fo
>
>
> See the attached FO file. It creates a table with a header row and a body row 
> with one cell each, and a footnote in each cell. The footnote in the header 
> cell fails to render.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (FOP-2405) Footnote in Table Header Ignored

2014-08-11 Thread nick.heyworth (JIRA)
nick.heyworth created FOP-2405:
--

 Summary: Footnote in Table Header Ignored
 Key: FOP-2405
 URL: https://issues.apache.org/jira/browse/FOP-2405
 Project: Fop
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Windows 8.1
Reporter: nick.heyworth


See the attached FO file. It creates a table with a header row and a body row 
with one cell each, and a footnote in each cell. The footnote in the header 
cell fails to render.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (FOP-2360) Can no longer get -awt (FOP viewer) to work

2014-03-26 Thread nick.heyworth (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nick.heyworth updated FOP-2360:
---

Attachment: tmp.fo

> Can no longer get -awt (FOP viewer) to work
> ---
>
> Key: FOP-2360
> URL: https://issues.apache.org/jira/browse/FOP-2360
> Project: Fop
>  Issue Type: Bug
>  Components: awt renderer
>Affects Versions: 1.1
> Environment: Windows 7, Windows 8.1
>Reporter: nick.heyworth
> Attachments: tmp.fo
>
>
> Calling
> fop.bat -fo tmp.fo -awt
> results in
> "SEVERE: Exception
> java.awt.HeadlessException"
> due to
> -Djava.awt.headless=true
> in fop.bat which is there since FOP 1.1. Removing this at least opens the 
> viewer, but no document is displayed, and I get
> "org.apache.fop.apps.FOPException: Requested page number is out of range: 0; 
> only 0 page(s) available."
> This occurs for any XML-FO file; an example is attached.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (FOP-2360) Can no longer get -awt (FOP viewer) to work

2014-03-26 Thread nick.heyworth (JIRA)
nick.heyworth created FOP-2360:
--

 Summary: Can no longer get -awt (FOP viewer) to work
 Key: FOP-2360
 URL: https://issues.apache.org/jira/browse/FOP-2360
 Project: Fop
  Issue Type: Bug
  Components: awt renderer
Affects Versions: 1.1
 Environment: Windows 7, Windows 8.1
Reporter: nick.heyworth
 Attachments: tmp.fo

Calling

fop.bat -fo tmp.fo -awt

results in

"SEVERE: Exception
java.awt.HeadlessException"

due to

-Djava.awt.headless=true

in fop.bat which is there since FOP 1.1. Removing this at least opens the 
viewer, but no document is displayed, and I get

"org.apache.fop.apps.FOPException: Requested page number is out of range: 0; 
only 0 page(s) available."

This occurs for any XML-FO file; an example is attached.



--
This message was sent by Atlassian JIRA
(v6.2#6252)