Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread mehdi houshmand
Hi Paul, I just ran the FO you attached and I am getting the same error message as you are with FOP 1.0, however, FOP trunk doesn't produce this issue, it might be worth trying that. Hope that helps Mehdi On 21 October 2011 03:49, Paul Tremblay paulhtremb...@gmail.com wrote: Fop crashes when

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread mehdi houshmand
Curiously however, the soft-hyphen doesn't appear in the output document. I'll try and investigate further, someone else may already know the reason why. Mehdi On 21 October 2011 08:44, mehdi houshmand med1...@gmail.com wrote: Hi Paul, I just ran the FO you attached and I am getting the same

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Ian Corne
Mehdi, From wikipedia: According to the Unicode http://en.wikipedia.org/wiki/Unicode standard, a soft hyphen is not displayed if the line is not broken at that point. I'm not too familiar with fop's interpretation of the unicode standard, but it could be that the line's not broken? Regards Ian

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Simon Pepping
This is not an issue about interpretation. I seem to remember that we had a problem with words consisting of soft hyphens only or starting with them, and that the problem was fixed, possibly after the release of version 1.0. Simon On Fri, Oct 21, 2011 at 10:52:57AM +0200, Ian Corne wrote:

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread J.Pietschmann
Am 21.10.2011 09:44, schrieb mehdi houshmand: however, FOP trunk doesn't produce this issue, Jeremias fixed this some time ago on trunk. J.Pietschmann - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Paul Tremblay
On 10/21/11 6:04 AM, J.Pietschmann wrote: Am 21.10.2011 09:44, schrieb mehdi houshmand: however, FOP trunk doesn't produce this issue, Jeremias fixed this some time ago on trunk. J.Pietschmann Thanks. I downloaded the trunk. I followed the directions and set JAVA_HOME to /Library/Java/Home

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread mehdi houshmand
Hi Paul, The latest trunk relies on JUnit4, so you'll have to get that JAR not the JUnit3 one, the url (https://github.com/KentBeck/junit/downloads) should help. Mehdi On 21 October 2011 15:39, Paul Tremblay paulhtremb...@gmail.com wrote: On 10/21/11 6:04 AM, J.Pietschmann wrote: Am

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread Paul Tremblay
Hi Mehdi, I already have JUnit4 (junit-4.10.jar). That's the jar I put in my /usr/share/ant/lib Paul On 10/21/11 10:44 AM, mehdi houshmand wrote: Hi Paul, The latest trunk relies on JUnit4, so you'll have to get that JAR not the JUnit3 one, the url

Re: FOP crashes when encountering character 00AD (soft hyphen)

2011-10-21 Thread mehdi houshmand
Hi Paul, Try running the JUnit task ant junit and share any errors. Mehdi On 21 October 2011 15:47, Paul Tremblay paulhtremb...@gmail.com wrote: Hi Mehdi, I already have JUnit4 (junit-4.10.jar). That's the jar I put in my /usr/share/ant/lib Paul On 10/21/11 10:44 AM, mehdi houshmand