Re:OSX

2002-11-14 Thread Mark Malone
I've got running as well from the command line but using the fopservlet with tomcat is much more fun. -M

RE: Trouble building servlet example in CVS version

2002-11-14 Thread Krautbauer, Bruce
Hi Keiron, thanks for the update! It builds fine now. The fop-0_20_2-maintain branch version works good with both Tomcat 4.0.6 and 4.1.12, but the HEAD version gets a ServletException @ FopServlet.renderFO on both Tomcat versions. I can send the full error message if you like. For now I am h

Re: error while generating a font metric file

2002-11-14 Thread Oleg Tkachenko
Florence Deforge wrote: Actually I'm just starting to experiment on the following process : I receive data from an application which generates an XML file from Excel and Word data. XML nodes which are created to represent Word data have an attribute wich refers to a CSS stylesheet, and childs (repr

Re: error while generating a font metric file

2002-11-14 Thread Florence Deforge
OK, I tried with other fonts and it works fine. Actually I'm just starting to experiment on the following process : I receive data from an application which generates an XML file from Excel and Word data. XML nodes which are created to represent Word data have an attribute wich refers to a CSS sty

Re: Problem with sort

2002-11-14 Thread Oleg Tkachenko
Yann Verlynde wrote: Sort list doesn't work: I'm sorry, but pure xslt questions like this one have nothing to do with FOP and even with xsl-fo, so should be asked on xsl-list, see http://www.mulberrytech.com/xsl/xsl-list. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: SVG LinearGradient

2002-11-14 Thread marco scotoni
Perhaps the error when i try to use FOP CVS on Cocoon 2.0.3 is that Cocoon doesnt find the component for serializer SESSION ATTRIBUTES: DEBUG (2002-11-14) 15:29.55:796 [core.manager] (/cocoon/mount/html-pdf/basic1.pdf) HttpProcessor[8080][4]/ResourceLimitingPool: Got a org.apache.cocoon.

Problem with sort

2002-11-14 Thread Yann Verlynde
Sort list doesn't work: ...   My xml file: 27/02/1977datenaissance> Msexe> emploi10cadreemploi> 10codenet> specialite1sp

Re: Problem with column spanned

2002-11-14 Thread Oleg Tkachenko
Yann Verlynde wrote: I have a problem with number-column-spanned, it doesnt' work. This is my code... Can you please elaborate it, what doesn't work exactly? It looks fine for me in 0.20.4. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

RE: Block in block, extra blank page.

2002-11-14 Thread Lee, Bill
I think so. It looks like a bug. External block is just for test. Actually my fop code have like a sample code. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Thursday, November 14, 2002 5:35 AM To: [EMAIL PROTECTED] Subject: Re: Block in block, extra blank page.

Re: Problem with column spanned

2002-11-14 Thread Yann Verlynde
Thanks but it seems that there is content: a line ; Or I don't understand.. Thanks - Original Message - From: "Ward, Christopher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 1:23 PM Subject: RE: Problem with colu

RE: Problem with column spanned

2002-11-14 Thread Ward, Christopher
Your second table row has no content, and is most likely being colapsed to nothing. regards, Frugal > -Original Message- > From: Yann Verlynde [SMTP:[EMAIL PROTECTED] > Sent: Thursday, November 14, 2002 12:04 PM > To: FOP > Subject: Problem with column spanned > > Hello, > > I

Re: SVG LinearGradient

2002-11-14 Thread Oleg Tkachenko
marco scotoni wrote: I wanna try with J2SDK 1.4.1 I meant different branches of FOP's code. Look at note at http://xml.apache.org/fop/download.html - you should use fop-0_20_2-maintain branch. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Problem with column spanned

2002-11-14 Thread Yann Verlynde
Hello,   I have a problem with number-column-spanned, it doesnt' work. This is my code...   Re: SVG LinearGradient
I wanna try with J2SDK 1.4.1 - Original Message - From: "Oleg Tkachenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 12:35 PM Subject: Re: SVG LinearGradient > marco scotoni wrote: > > > > > C:\cocoon-2.0.3\build\cocoon\src\org\apache\cocoon\serializat

Re: Error using xml2pdf.xsl and xslfoRef.xml

[EMAIL PROTECTED] wrote: I've used xml2pdf.xsl and xslforef.xml in the distribution directory "docs", so i think they are correct. My parser is Xerces. Well, it gets convolute. These xml and xsl surely okay. Try if it works from a command line - run the following from within FOP directoiry: fop.ba

Re: SVG LinearGradient

marco scotoni wrote: C:\cocoon-2.0.3\build\cocoon\src\org\apache\cocoon\serialization\FOP Serializer.java:199: setLogger(org.apache.avalon.framework.logger.Logger) in org .apache.fop.apps.Driver cannot be applied to (org.apache.log.Logger) [javac] driver.setLogger(getLogger().getChi

FOP and Characterspacing with TTF

Title: FOP and Characterspacing with TTF hi, deleting the kerning elements in the font metric file solved the problem of the characterspacing between certain letters in the created pdf-file! thank you, Marcus

Re: error while generating a font metric file

Florence Deforge wrote: I'm trying to add wingding font to fop and face a problem. I'm afraid I have not fully understood how it is supposed to work, anyway maybe someone will help. So I read the doc on xml.apache.org/fop/fonts.html and wrote the following command line to generate the font metrics

Re: SVG LinearGradient

i'm recompling cocoon 2.0.3 with FOP.Jar CVS and Batik 1.5b4.jar in optional library... i launch only build.bat but i have got that's error: compile: [copy] Copying 28 files to C:\cocoon-2.0.3\build\cocoon\classes [echo] Compiling with Java 1.4, debug on, optimize off, deprecation off

Re: SVG LinearGradient

Jeremias Maerki wrote: Keiron, I've upgraded FOP branch CVS to Batik 1.5b4. You may have missed that mail yesterday. :-) btw, fop.bat/fop.sh have to be fixed according to new xalan/xerces versions, but I'm still trying to set up my IDE (I'm using IDEA) to work with cvs over ssh. -- Oleg Tkachenko

Re: SVG LinearGradient

On Thu, 2002-11-14 at 11:57, Jeremias Maerki wrote: > Keiron, I've upgraded FOP branch CVS to Batik 1.5b4. You may have missed > that mail yesterday. :-) I saw it but for gradients it also needs the implementation in PDFGraphics2D (which in the branch depends on: pdf lib, image lib).

Re: SVG LinearGradient

Keiron, I've upgraded FOP branch CVS to Batik 1.5b4. You may have missed that mail yesterday. :-) On 14 Nov 2002 11:28:33 +0100 Keiron Liddle wrote: > On Thu, 2002-11-14 at 11:08, marco scotoni wrote: > > > > Symptoms are a blank page instead PDF File. (From a FO file) > > > > That's 'cause i h

Re: OSX

On Thursday, November 14, 2002, at 09:36 AM, Oleg Tkachenko wrote: Petr van Blokland wrote: [titanm:FOP/fop-0.20.4rc/build] petr% java fop.jar No way :) Nor does executing the fop.sh: [titanm:/xpyth/FOP/fop-0.20.4rc] petr% sh fop.sh Error: JAVA_HOME is not defined correctly. So set JAVA_HOME up. Th

Re: problem with table

Tobias Grimm wrote: Whenever I have a table where an entry doesn't fit in a column FOP ends up with an out-of-memory-message. Looks like memory leak, but I cannot reproduce the problem. Provide xsl-fo (not docbook, but xsl-fo generated from it) document illustrating the bug, please. -- Oleg Tkach

Re: Tiff images in PDF file

Luther Blisset wrote: I'm trying to understand if is possible, using fop, to import TIFF images in a pdf file in the same way it is possible for jpg, giff and so on. Has anyone ever tried something similar? Look at http://xml.apache.org/fop/relnotes.html (search for "jimi"). -- Oleg Tkachenko eXper

Tiff images in PDF file

I'm trying to understand if is possible, using fop, to import TIFF images in a pdf file in the same way it is possible for jpg, giff and so on. Has anyone ever tried something similar? __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your

Re: Block in block, extra blank page.

Lee, Bill wrote: When I generate pdf document using FOP. I have a problem. When the content meet the bottom of page, FOP always generates a extra blank page. If I take out outside block, it works fine. no extra page. Looks like a bug, file it to bugzilla. And as workaround - what's this external

Re: SVG LinearGradient

On Thu, 2002-11-14 at 11:08, marco scotoni wrote: > > Symptoms are a blank page instead PDF File. (From a FO file) > > That's 'cause i have substituted FOP 0.20.4 with CVS (I need to use > LinearGradient!) > > > I use Win 2000, JDK 1.4.0, Cocoon 2.0.3, Fop CVS and Batik 1.5b4 Since there has

Re: SVG LinearGradient

marco scotoni wrote: Symptoms are a blank page instead PDF File. (From a FO file) That's 'cause i have substituted FOP 0.20.4 with CVS (I need to use LinearGradient!) Core.log: Unfortunately I don't see in the log any FOP messages, could you force FOP to run in a debug mode somehow? -- Oleg

Re: SVG LinearGradient

Symptoms are a blank page instead PDF File. (From a FO file) That's 'cause i have substituted FOP 0.20.4 with CVS (I need to use LinearGradient!) I use Win 2000, JDK 1.4.0, Cocoon 2.0.3, Fop CVS and Batik 1.5b4 Thx Marco Scotoni Core.log: DEBUG (2002-11-14) 11:01.24:301 [core.manager] (

RE: text align in a table cell??

-Original Message- From: Stefan Arn [mailto:[EMAIL PROT

RE: text align in a table cell??

Dear Stefan, try giving text-align="left" in your fo: block -Original Message- From: Stefan Arn [mailto:[EMAIL PROTECTED] Sent: Thursday, November 14, 2002 3:25 PM To: [EMAIL PROTECTED] Subject: text align in a table cell?? Hi How can I left align a Text in a normal table cell?? tanks

text align in a table cell??

Hi How can I left align a Text in a normal table cell?? tanks

Re: building problems on linux

Wolle wrote: i tried to build fop 20.4/20.4 rc. Could you please try 0.20.4 release, not release candidate version? java.lang.OutOfMemoryError: at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:157) at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:139) at org.apac

Re: OSX

Petr van Blokland wrote: [titanm:FOP/fop-0.20.4rc/build] petr% java fop.jar No way :) Nor does executing the fop.sh: [titanm:/xpyth/FOP/fop-0.20.4rc] petr% sh fop.sh Error: JAVA_HOME is not defined correctly. So set JAVA_HOME up. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: SVG LinearGradient

marco scotoni wrote: The other problem is that CVS doesn't work on Cocoon...=/ Why? What are symptoms? (Make sure you are trying maintenance version). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: SVG LinearGradient

On the current CVS FOP, linearGradient and Radialgradient work. but radialgradient has some bugs in the coordinates..the gradient inside the object looks greater... The other problem is that CVS doesn't work on Cocoon...=/ - Original Message - From: "Keiron Liddle" <[EMAIL PROTECTED]> T

Re: Trouble building servlet example in CVS version

On Wed, 2002-11-13 at 22:49, Krautbauer, Bruce wrote: > Hi all, > > I pulled the latest version of FOP off of CVS and was able to build it just > fine and the examples work. I would like to set up the servlet example with > Tomcat, but I am not able to build it. The servlet.jar I am using is f

RE: SVG LinearGradient

On Wed, 2002-11-13 at 17:11, Scott Moore wrote: > I'm trying to embed the following SVG into my XSL-FO and run it thru FOP. > Although the SVG looks fine using Adobe's SVG viewer, I get an error (below) > from FOP. Apparently, it doesn't like the url() reference to the > . How can I get this to w

Re: OSX

I have it working fine on OS X 10.2 Sounds like you are having a classpath problem. On Thursday, November 14, 2002, at 06:24 AM, Petr van Blokland wrote: Hello, new to this list I may have missed earlier mails on this topic. But the question I have is this: Are there any users/developers on OSX tha

bouncing

[EMAIL PROTECTED]     not         jbss1685hotmail.msn.com     please change if you can to avoid bouncing