Re: build failure with J2SDK1.4

2002-04-23 Thread Keiron Liddle
This is either a problem with the xml+xsl files we are using or a problem with the parser, I'm not usre which. Note that jdk1.4 comes with an xml parser which could be interfering with the xml parser in the lib directory. Sorry I can't be of more help. On 2002.04.19 11:55 Cyril Rognon wrote:

Re: Cleaning up bugzilla and next maintenance release

2002-04-23 Thread Keiron Liddle
Thanks for doing the bugzilla stuff. To answer some of your questions. Yes we will need at least another release from the maintenance branch. I have been thinking about extending the plan extension thing to produce a roadmap picture (like mozilla has) so we can present the information about

Re: build failure with J2SDK1.4

2002-04-23 Thread Cyril Rognon
Thanks Keiron, I think you may be right. I have successfully done the build by processing the codegen target with a JDK1.3 JVM and the package target with the new JSDK1.4.0. It worked out well. It appears the XML parser that comes with this last JVM is interfering. Maybe further distro will

mathml extension

2002-04-23 Thread Keiron Liddle
I have created a simple extension that will render mathml data using jEuclid (on the dev branch). Although jEuclid does not appear to be actively maintained at the moment it looks like it is the best option. Does anyone know of any better mathml - svg libraries? Since it is only a few files I

line layout thinking aloud

2002-04-23 Thread Keiron Liddle
I am going to think out loud about the line area layout process. This is partly implemented and I want to document some of the problems and thinking involved. The block area firstly gets all of the layout managers from its children. Then it combines consecutive inline area layout managers and

Re: Cleaning up bugzilla and next maintenance release

2002-04-23 Thread Jeremias Maerki
Thanks for your effort to clean up BugZilla! Just to tell you, what I'm currently working on: - Last week I started to look into clipping. I realized it requires some rearranging of code in the PDF renderer. And understanding the spec in this regard is not that simple, either. - You've

DO NOT REPLY [Bug 8391] - padding-start/end not working on fo:block

2002-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8391. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: SVG rendering with FOP on Solaris

2002-04-23 Thread Paul . Hussein
I use pja with slowlaris and FOP (See attached file: rmiProcess_RMIFOPServer) Here is an example script that seems to work, don't forget to do the thing to create rtgraphics.jar if using jdk1.2.2 J.Pietschmann [EMAIL PROTECTED] on 22/04/2002 23:31:07 Please respond to [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:11:07 xml-fop/contrib/mathml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/lib - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:17:10 xml-fop/contrib/mathml/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/resources - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:17:10 xml-fop/contrib/mathml/resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:17:10 xml-fop/contrib/mathml/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src/org - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:17:42 xml-fop/contrib/mathml/src/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/resources/META-INF - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:17:41 xml-fop/contrib/mathml/resources/META-INF - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/resources/META-INF/services - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:18:02 xml-fop/contrib/mathml/resources/META-INF/services - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src/org/apache - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:18:02 xml-fop/contrib/mathml/src/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src/org/apache/fop - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:18:19 xml-fop/contrib/mathml/src/org/apache/fop - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src/org/apache/fop/mathml - New directory

2002-04-23 Thread keiron
keiron 02/04/23 03:18:32 xml-fop/contrib/mathml/src/org/apache/fop/mathml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/contrib/mathml/src/org/apache/fop/mathml MathMLElement.java MathMLElementMapping.java MathMLObj.java

2002-04-23 Thread keiron
keiron 02/04/23 03:26:47 Added: contrib/mathml .cvsignore README build.sh build.xml contrib/mathml/docs example.mml mathml.fo contrib/mathml/lib readme.txt contrib/mathml/resources/META-INF/services

Re: build failure with J2SDK1.4

2002-04-23 Thread Peter B. West
Keiron Liddle wrote: On 2002.04.19 11:55 Cyril Rognon wrote: Hi Fopers I have checked out the 0.20.3 with a -r fop-0_20_3 version tag (think that's the right thing to do to get the 0.20.3 release) Then I have uncommented the new method in src/org/apache/fop/svg/PDFGraphics2D.java

Regenerating design docs

2002-04-23 Thread Peter B. West
Fops, Karen asked some time ago about regenerating the html docs on the web site. I didn't notice an answer to that one. How is it done? Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Aids to distributed design

2002-04-23 Thread Peter B. West
Fops, I have been thinking for some time now about the difficulty of doing distributed design; i.e., co-ordinating design thinking in OS projects with widely separated designers, and others who may like to make suggestions. For a start, I think that intermittent email communication is

Re: inital background-image patch

2002-04-23 Thread Peter B. West
Arved, 4.9.6 Layering and Conflict of Marks has If A and B are areas with the same stacking layer, the backgrounds of A and B come beneath all other marks generated by A and B. Further, if A is an ancestor of B (still with the same stacking layer), then the background of A is

Re: Regenerating design docs

2002-04-23 Thread Keiron Liddle
this should answer you: http://marc.theaimsgroup.com/?l=fop-devm=101644341904851w=2 the html is committed into cvs, then a cvs up is done on the live website cvs (xml.apache.org). On 2002.04.23 12:57 Peter B. West wrote: Fops, Karen asked some time ago about regenerating the html docs on

Re: Regenerating design docs

2002-04-23 Thread Peter B. West
Keiron, Ok, I forgot. Again. Peter Keiron Liddle wrote: this should answer you: http://marc.theaimsgroup.com/?l=fop-devm=101644341904851w=2 the html is committed into cvs, then a cvs up is done on the live website cvs (xml.apache.org).

Exception message text not bubbling up

2002-04-23 Thread David B. Bitton
My current implementation passes the Driver into the Sax transform. If the transform creates malformed xsl:fo, which is a possibility, the FOPException that is raised by FOP, is coming up to the top as an NPE and not the actuall message text. For example, line 149 of

DO NOT REPLY [Bug 4171] - white-space-collapse=false does not work

2002-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4171. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 1312] - fo:external-graphics using 0.17.0 as well as 0.18.1

2002-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1312. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Problem embeding pdf in browser using security constraint inTomcat4.0.3

2002-04-23 Thread Alberto Alarcon
Thanks a lot Vicente. I also think is a tomcat problem, I´ll ask to tomcat team. Again thanks a lot for your help Luis - Original Message - From: Vicente Salvador [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 3:30 AM Subject: Re: Problem embeding pdf in browser

Image clipping with svg

2002-04-23 Thread Paul . Hussein
Using the example external.fo in the docs directory under solaris 2.6/jdk1.2.2, my svg image and the example svg images get clipped on the RHS in the rendered pdf. Has anyone come across this before, and if so, is there a solution. Regards Paul.

RE: Image clipping with svg

2002-04-23 Thread Rhett Aultman
What version of fop are you trying this with? Additionally, I don't see an external.fo in the docs\examples\fo\ directory. There is one called extensive.fo. Is that maybe the one you're referring to? I have JDK1.2.2 on my Solaris 8 box, and if you can confirm the specifics of your FOP

Workaround to preserve whitespace?

2002-04-23 Thread Niklas Backlund
Hello there, I'm sure this question must have been brought up before, but I couldn't find any information in the FAQ or the archives from this mailing list (maybe I just didn't look hard enough?), so I'll just fire away: I noticed that the white-space-treatment property is yet to be implemented

Re: Exception message text not bubbling up

2002-04-23 Thread J.Pietschmann
David B. Bitton wrote: My current implementation passes the Driver into the Sax transform. If the transform creates malformed xsl:fo, which is a possibility, the FOPException that is raised by FOP, is coming up to the top as an NPE and not the actuall message text. For example, line 149

Re: Image clipping with svg

2002-04-23 Thread J.Pietschmann
Rhett Aultman wrote: What version of fop are you trying this with? Additionally, I don't see an external.fo in the docs\examples\fo\ directory. There is one in docs/examples/svg. J.Pietschmann - To unsubscribe, e-mail:

Re: Workaround to preserve whitespace?

2002-04-23 Thread J.Pietschmann
Niklas Backlund wrote: I noticed that the white-space-treatment property is yet to be implemented in FOP, and most of my documents relies heavily on preformatted content (mostly code examples). You can use white-space-collapse=false which has the somewhat unconforming side effect of

RE: Image clipping with svg

2002-04-23 Thread Rhett Aultman
Ah. Indeed. I ran this example file on jdk1.4, fop 0.20.3, win2k, and noticed that some of the graphics in the scaling demonstration indeed do appear to be clipped on the right-hand side and the bottom. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

cvs commit: xml-fop/src/codegen foproperties.xml

2002-04-23 Thread arved
arved 02/04/23 15:22:53 Modified:src/codegen Tag: fop-0_20_2-maintain foproperties.xml Log: support for background-image (all renderers) author: Michael Gratton Revision ChangesPath No revision No revision 1.25.2.3

cvs commit: xml-fop/src/org/apache/fop/fo PropertyManager.java

2002-04-23 Thread arved
arved 02/04/23 15:23:39 Modified:src/org/apache/fop/fo Tag: fop-0_20_2-maintain PropertyManager.java Log: support for background-image (all renderers) author: Michael Gratton Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo/flow Block.java BlockContainer.java ListBlock.java Table.java TableBody.java TableCell.java TableColumn.java TableRow.java

2002-04-23 Thread arved
arved 02/04/23 15:24:45 Modified:src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain Block.java BlockContainer.java ListBlock.java Table.java TableBody.java TableCell.java TableColumn.java TableRow.java Log:

cvs commit: xml-fop/src/org/apache/fop/fo/pagination RegionAfter.java RegionBefore.java RegionBody.java RegionEnd.java RegionStart.java

2002-04-23 Thread arved
arved 02/04/23 15:25:25 Modified:src/org/apache/fop/fo/pagination Tag: fop-0_20_2-maintain RegionAfter.java RegionBefore.java RegionBody.java RegionEnd.java RegionStart.java Log: support for background-image (all renderers)

cvs commit: xml-fop/src/org/apache/fop/render/txt TXTRenderer.java

2002-04-23 Thread arved
arved 02/04/23 15:33:40 Modified:src/org/apache/fop/render/awt Tag: fop-0_20_2-maintain AWTRenderer.java src/org/apache/fop/render/mif Tag: fop-0_20_2-maintain MIFRenderer.java src/org/apache/fop/render/pcl

RE: Aids to distributed design

2002-04-23 Thread Arved Sandstrom
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: April 23, 2002 8:18 AM To: fop-dev Subject: Aids to distributed design [ SNIP ] While I am not suggesting that anything much is likely to change in the current situation, I think that one of the lessons here

RE: Aids to distributed design

2002-04-23 Thread Adrian Edwards
Microsoft NetMeeting includes a shared whiteboard that certainly isn't a vector drawing tool, but has been useful to me in several distributed design sessions. Of course, I imagine it's only available for Windows... Adrian -Original Message- From: Peter B. West [mailto:[EMAIL

Re: Exception message text not bubbling up

2002-04-23 Thread David B. Bitton
It;s just that the stack trace shows the exception being thrown from line 149 of ...PageSequence. Oh well. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,