[jira] [Updated] (FOP-2571) display is not correct

2016-02-03 Thread LiuChuanming (JIRA)

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

LiuChuanming updated FOP-2571:
--
Attachment: 1.pdf
1.fo

>  display is not correct
> -
>
> Key: FOP-2571
> URL: https://issues.apache.org/jira/browse/FOP-2571
> Project: FOP
>  Issue Type: Bug
>Reporter: LiuChuanming
> Attachments: 1.fo, 1.pdf
>
>
> Using FOP1.1, generatedPDF by fo.
>  within the  tag, not break page, 
> some data is not displayed.
> Referenceļ¼š 1.fo and 1.pdf



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


[jira] [Created] (FOP-2571) display is not correct

2016-02-03 Thread LiuChuanming (JIRA)
LiuChuanming created FOP-2571:
-

 Summary:  display is not correct
 Key: FOP-2571
 URL: https://issues.apache.org/jira/browse/FOP-2571
 Project: FOP
  Issue Type: Bug
Reporter: LiuChuanming


Using FOP1.1, generatedPDF by fo.

 within the  tag, not break page, 
some data is not displayed.

Referenceļ¼š 1.fo and 1.pdf



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


[jira] [Updated] (FOP-2570) [PATCH] Misplaced border of spanned table cells in RTL WM context

2016-02-03 Thread Matthias Reischenbacher (JIRA)

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

Matthias Reischenbacher updated FOP-2570:
-
Attachment: fop-2570.patch

> [PATCH] Misplaced border of spanned table cells in RTL WM context
> -
>
> Key: FOP-2570
> URL: https://issues.apache.org/jira/browse/FOP-2570
> Project: FOP
>  Issue Type: Bug
>  Components: layout/unqualified
>Reporter: Matthias Reischenbacher
> Attachments: fop-2570.patch
>
>
> FOP-2047 fixed table borders of spanned table cells. Since FOP-2310 some 
> borders are misplaced again.
> I'm adding a patch for a first review. I'll add additional checks in the 
> layout test case of FOP-2047 a bit later.



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


[jira] [Created] (FOP-2570) [PATCH] Misplaced border of spanned table cells in RTL WM context

2016-02-03 Thread Matthias Reischenbacher (JIRA)
Matthias Reischenbacher created FOP-2570:


 Summary: [PATCH] Misplaced border of spanned table cells in RTL WM 
context
 Key: FOP-2570
 URL: https://issues.apache.org/jira/browse/FOP-2570
 Project: FOP
  Issue Type: Bug
  Components: layout/unqualified
Reporter: Matthias Reischenbacher


FOP-2047 fixed table borders of spanned table cells. Since FOP-2310 some 
borders are misplaced again.
I'm adding a patch for a first review. I'll add additional checks in the layout 
test case of FOP-2047 a bit later.



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


[jira] [Commented] (FOP-2550) Paths in svg images to urls gets duplicated

2016-02-03 Thread Thomas Radtke (JIRA)

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

Thomas Radtke commented on FOP-2550:


Those SVGs are concerned that have internal references (clip-masks or shadings, 
e.g. ).

> Paths in svg images to urls gets duplicated
> ---
>
> Key: FOP-2550
> URL: https://issues.apache.org/jira/browse/FOP-2550
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.0
> Environment: Windows 7
>Reporter: Olof Wolgast
> Fix For: 1.1
>
>
> Consider the following
> 
>  src="url(SwComponents/ShDet/gd_GearDet/SL/gd_GearDet_gd_GearDet_Schedule_Predicted_Gear_If_Action_Subsystem1.svg)"
>  width="auto" height="auto" content-width="auto" content-height="auto" />
> 
> It results in an error 
> org.apache.batik.bridge.BridgeException: 
> SwComponents\ShDet\gd_GearDet\SL\SwComp
> onents\ShDet\gd_GearDet\SL\gd_GearDet_gd_GearDet_Schedule_Predicted_Gear_If_Acti
> on_Subsystem1.svg (The system cannot find the path specified)
> The directory part of the path is repeated!
> If I replace the svg with a png it works fine. Both svg and png works in 
> FOP-1.1



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


[jira] [Commented] (FOP-2569) Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)

2016-02-03 Thread Mathieu Malaterre (JIRA)

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

Mathieu Malaterre commented on FOP-2569:


It would be nice it ant jar-hyphenation would return a non-zero return code, so 
that this issue does not come back later on.

```
$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant jar-hyphenation
[...]
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at org.apache.f
 [java] Java Result: 1
 [echo] Hyphenation failed

uptodate-jar-hyphenation:

jar-hyphenation:

BUILD SUCCESSFUL
Total time: 45 seconds
```

> Exception in thread "main" java.lang.StackOverflowError at 
> org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> --
>
> Key: FOP-2569
> URL: https://issues.apache.org/jira/browse/FOP-2569
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.0
>Reporter: Mathieu Malaterre
> Fix For: 1.1
>
>
> fop + offo is broken since release 2.0 (and 2.1). It used to be possible to 
> build fop-hyph.jar using fop 1.1. Please resurrect a working hyph building 
> mechanism.
> Here is what it states:
> $ /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xss512k -classpath
> /home/mathieu/debian/fop/fop-2.1/build/classes
> org.apache.fop.hyphenation.SerializeHyphPattern
> /home/mathieu/debian/fop/fop-2.1/hyph
> /home/mathieu/debian/fop/fop-2.1/build/classes/hyph
> Processing /home/mathieu/debian/fop/fop-2.1/hyph/sa.xml
> Exception in thread "main" java.lang.StackOverflowError
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> [...]
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> See thread:
> http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201602.mbox/%3CCA%2B7wUszWN2PdZY_t_Kgn0E4eatL7CUQswOWj9XC%3Dg9GDdgsyXw%40mail.gmail.com%3E



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


[jira] [Comment Edited] (FOP-2569) Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)

2016-02-03 Thread Mathieu Malaterre (JIRA)

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

Mathieu Malaterre edited comment on FOP-2569 at 2/3/16 8:29 AM:


It would be nice it ant jar-hyphenation would return a non-zero return code, so 
that this issue does not come back later on.

{{{
$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant jar-hyphenation
[...]
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at org.apache.f
 [java] Java Result: 1
 [echo] Hyphenation failed

uptodate-jar-hyphenation:

jar-hyphenation:

BUILD SUCCESSFUL
Total time: 45 seconds
}}}


was (Author: malaterre):
It would be nice it ant jar-hyphenation would return a non-zero return code, so 
that this issue does not come back later on.

```
$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant jar-hyphenation
[...]
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at org.apache.f
 [java] Java Result: 1
 [echo] Hyphenation failed

uptodate-jar-hyphenation:

jar-hyphenation:

BUILD SUCCESSFUL
Total time: 45 seconds
```

> Exception in thread "main" java.lang.StackOverflowError at 
> org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> --
>
> Key: FOP-2569
> URL: https://issues.apache.org/jira/browse/FOP-2569
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.0
>Reporter: Mathieu Malaterre
> Fix For: 1.1
>
>
> fop + offo is broken since release 2.0 (and 2.1). It used to be possible to 
> build fop-hyph.jar using fop 1.1. Please resurrect a working hyph building 
> mechanism.
> Here is what it states:
> $ /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xss512k -classpath
> /home/mathieu/debian/fop/fop-2.1/build/classes
> org.apache.fop.hyphenation.SerializeHyphPattern
> /home/mathieu/debian/fop/fop-2.1/hyph
> /home/mathieu/debian/fop/fop-2.1/build/classes/hyph
> Processing /home/mathieu/debian/fop/fop-2.1/hyph/sa.xml
> Exception in thread "main" java.lang.StackOverflowError
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> [...]
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> See thread:
> http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201602.mbox/%3CCA%2B7wUszWN2PdZY_t_Kgn0E4eatL7CUQswOWj9XC%3Dg9GDdgsyXw%40mail.gmail.com%3E



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


[jira] [Comment Edited] (FOP-2569) Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)

2016-02-03 Thread Mathieu Malaterre (JIRA)

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

Mathieu Malaterre edited comment on FOP-2569 at 2/3/16 8:29 AM:


It would be nice it ant jar-hyphenation would return a non-zero return code, so 
that this issue does not come back later on.

```
$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant jar-hyphenation
[...]
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at org.apache.f
 [java] Java Result: 1
 [echo] Hyphenation failed

uptodate-jar-hyphenation:

jar-hyphenation:

BUILD SUCCESSFUL
Total time: 45 seconds
```


was (Author: malaterre):
It would be nice it ant jar-hyphenation would return a non-zero return code, so 
that this issue does not come back later on.

{{{
$ CLASSPATH=/usr/share/java/xmlgraphics-commons-2.1.jar ant jar-hyphenation
[...]
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at 
org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 [java] at org.apache.f
 [java] Java Result: 1
 [echo] Hyphenation failed

uptodate-jar-hyphenation:

jar-hyphenation:

BUILD SUCCESSFUL
Total time: 45 seconds
}}}

> Exception in thread "main" java.lang.StackOverflowError at 
> org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> --
>
> Key: FOP-2569
> URL: https://issues.apache.org/jira/browse/FOP-2569
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.0
>Reporter: Mathieu Malaterre
> Fix For: 1.1
>
>
> fop + offo is broken since release 2.0 (and 2.1). It used to be possible to 
> build fop-hyph.jar using fop 1.1. Please resurrect a working hyph building 
> mechanism.
> Here is what it states:
> $ /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xss512k -classpath
> /home/mathieu/debian/fop/fop-2.1/build/classes
> org.apache.fop.hyphenation.SerializeHyphPattern
> /home/mathieu/debian/fop/fop-2.1/hyph
> /home/mathieu/debian/fop/fop-2.1/build/classes/hyph
> Processing /home/mathieu/debian/fop/fop-2.1/hyph/sa.xml
> Exception in thread "main" java.lang.StackOverflowError
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> [...]
> at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
> See thread:
> http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201602.mbox/%3CCA%2B7wUszWN2PdZY_t_Kgn0E4eatL7CUQswOWj9XC%3Dg9GDdgsyXw%40mail.gmail.com%3E



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


[jira] [Created] (FOP-2569) Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)

2016-02-03 Thread Mathieu Malaterre (JIRA)
Mathieu Malaterre created FOP-2569:
--

 Summary: Exception in thread "main" java.lang.StackOverflowError 
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
 Key: FOP-2569
 URL: https://issues.apache.org/jira/browse/FOP-2569
 Project: FOP
  Issue Type: Bug
Affects Versions: 2.0
Reporter: Mathieu Malaterre
 Fix For: 1.1


fop + offo is broken since release 2.0 (and 2.1). It used to be possible to 
build fop-hyph.jar using fop 1.1. Please resurrect a working hyph building 
mechanism.

Here is what it states:

$ /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Xss512k -classpath
/home/mathieu/debian/fop/fop-2.1/build/classes
org.apache.fop.hyphenation.SerializeHyphPattern
/home/mathieu/debian/fop/fop-2.1/hyph
/home/mathieu/debian/fop/fop-2.1/build/classes/hyph
Processing /home/mathieu/debian/fop/fop-2.1/hyph/sa.xml
Exception in thread "main" java.lang.StackOverflowError
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)
[...]
at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:244)



See thread:

http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201602.mbox/%3CCA%2B7wUszWN2PdZY_t_Kgn0E4eatL7CUQswOWj9XC%3Dg9GDdgsyXw%40mail.gmail.com%3E



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