Re: Problem with newlines in TextLayoutManager

2005-02-02 Thread Chris Bowditch
Jeremias Maerki wrote: Luca (and maybe Finn), Not forgetting Simon :-) Is there some reason why my patch below would make anything worse? It seems to fix my problem here and all my test cases still pass (at least the ones that passed before). I dont know the answer to your question. However, I won

Re: [From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Jeremias Maerki
On 23.09.2004 20:18:33 Clay Leeds wrote: > On Sep 23, 2004, at 11:07 AM, Jeremias Maerki wrote: > > Well, you've just loaded me with another exciting thing to watch. I've > > already got too many of them. Damn. Can we vote on making a day last > > 26h > > instead of 24? > > +1! Ride 'em cowboy!

Re: [From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Clay Leeds
On Sep 23, 2004, at 11:07 AM, Jeremias Maerki wrote: Well, you've just loaded me with another exciting thing to watch. I've already got too many of them. Damn. Can we vote on making a day last 26h instead of 24? +1! Ride 'em cowboy! This *is* exciting! I haven't had this much fun watching the lis

Re: [From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Jeremias Maerki
Yes, I mean java.awt.Graphics2D because if you have that you can generate PDF (using the PDF transcoder) and SVG (using Batik's SVGGraphics2D) from it already and you can even use it with the AWT renderer (which I prefer to call Java2D renderer). Obviously, this is not important for PS output since

RE: [From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Victor Mote
Jeremias Maerki wrote: > PDF Reference Fourth Edition Version 1.5: > Chapter 4.7.1, page 296: > "Note: Since PDF 1.4 encompasses all of the Adobe imaging > model features of the PostScript language, there is no longer > any reason to use PostScript XObjects. This feature is likely > to be remov

Re: [From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Jeremias Maerki
On 23.09.2004 16:38:51 Victor Mote wrote: > [Thread moved from fop-user] > > Jeremias Maerki wrote: > > > Note: Support for EPS graphics in PDF has been deprecated > > with the latest specs. > > When I saw this comment, I went looking for this in the PDF Reference, Third > Edition (for PDF 1.4

[From fop-user] RE: problem in rendering PS image

2004-09-23 Thread Victor Mote
[Thread moved from fop-user] Jeremias Maerki wrote: > Note: Support for EPS graphics in PDF has been deprecated > with the latest specs. When I saw this comment, I went looking for this in the PDF Reference, Third Edition (for PDF 1.4) and Fourth Edition (for PDF 1.5), and couldn't find it. Cou

Re: Problem with scaling png image file in svg

2004-02-14 Thread Clay Leeds
Thomas DeWeese said: > The real issue is that if you subsample the PNG to ~72DPI to > give good screen drawing, then the printed version will be ugly, > and if you keep your current fairly high resolution version you > have 'poor' screen display. While this may be true, I've never noticed a 'p

Re: Problem with scaling png image file in svg

2004-02-14 Thread Thomas DeWeese
u please give me some hint and tell me which file should be changed? I guess probably we may take some fop's code to solve this issue, becuase the subsampling works fine in Fop. Thanks a lot. Jay ========== Subject: Re: Problem with scaling png image file i

Re: problem applying latest RTF patch

2003-11-22 Thread Jeremias Maerki
Hehe, Eclipse provides a nice interface to work around the problem in no time. The problem was that the patch was somehow made from the parent directory of the xml-fop module. Eclipse (and maybe even "patch", but I haven't checked) provides a function that lets you snip a certain number of path ele

Re: Problem getting CVS changes onto FOP-CVS list.

2003-07-03 Thread Christian Geisert
Jeremias Maerki schrieb: Most likely they are stuck in the moderator queue. Who are our Yeah, probably every new committer faced this problem. If it still doesn't work ask apmail. Christian - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Problem getting CVS changes onto FOP-CVS list.

2003-06-30 Thread J.Pietschmann
Glen Mazza wrote: BTW you seem to have set your indentation to 2 ... In the code? I can't find an example where that happened (IIRC my changed lines were all starting first column anyway)--please let me know of one. I can't find it. There was a large block in the diff where indentation changed, pe

Re: Problem getting CVS changes onto FOP-CVS list.

2003-06-29 Thread Jeremias Maerki
Most likely they are stuck in the moderator queue. Who are our moderators anyway? On 29.06.2003 23:23:37 J.Pietschmann wrote: > > "CVS commit" command outputs at the end that it is > > sending an email, however. > I had the same effect. It suddenly went away. Jeremias Maerki --

Re: Problem getting CVS changes onto FOP-CVS list.

2003-06-29 Thread Glen Mazza
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > But as far as I remember I > subscribed > using my yahoo account to fop-cvs anyway. > OK--just subscribed via my apache address (in my yahoo account) following the mailing list instructions: "You can start a subscription for an alternate address,

Re: Problem getting CVS changes onto FOP-CVS list.

2003-06-29 Thread J.Pietschmann
Glen Mazza wrote: My last (and only) two cvs-commits--one to team.xml and the other just recently with Layout & StructureHandler--are not appearing on the FOP-CVS (http://marc.theaimsgroup.com/?l=fop-cvs&r=1&b=200306&w=2) mail list. Indeed. "CVS commit" command outputs at the end that it is sendin

Re: Problem with the driver

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I do have all the jars in the build path.This happens only when i am trying to do it using a servlet, You'll have to deploy all the jars so that the servlet container can find them. Usually this means putting them into WEB-INF/lib. J.Pietschmann

Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
TED] cc: Subject:Re: Problem with the driver And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, ja

Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
TED] cc: Subject:Re: Problem with the driver And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, ja

Re: Problem with the driver

2003-03-19 Thread Jeremias Maerki
And now you're probably missing fop.jar in your classpath. Please check that you've got all necessary JAR files for FOP in your classpath: fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT engine and optionally: jimi.jar, jai.jar etc. If you have an exception like that you can fi

Re: Problem with the driver

2003-03-19 Thread vikram . x . kondadasula
Hai, I have a problem , withthe driver , whenever I create a driver Driver driver = new Driver(); I get the Following exception: com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet [report]: org/apache/fop/apps/Driver at com.ibm.servlet.en

Re: Problem with the driver

2003-03-19 Thread Jeremias Maerki
That's probably the avalon-framework.jar not in your class path. It's in FOP's lib directory. On 19.03.2003 22:03:36 vikram.x.kondadasula wrote: > org/apache/avalon/framework/logger/Logger Jeremias Maerki - To unsubscribe, e-ma

Re: Problem with fop

2003-02-21 Thread Jochen . Maes
"Isabel Fuentes" To: [EMAIL PROTECTED] Subject:

Re: Problem with fop

2003-02-21 Thread Isabel Fuentes
I've a web application developed in ASP, XML and XSL thecnology and I execute fop.bat from ASP file. - Original Message - From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 2:21 PM Subject: Re: Problem wi

Re: Problem with fop

2003-02-21 Thread Jochen . Maes
"Isabel Fuentes" To: [EMAIL PROTECTED] Subject:

Re: Problem with fop

2003-02-21 Thread Jeremias Maerki
Oh, there's some interesting bit of information: How exactly do you call fop.bat from Internet Explorer? Strikes me as an odd thing to do? What are you trying to accomplish? Or are you using a servlet and Acrobat Reader has a problem starting up inside Internet Explorer? On 21.02.2003 14:16:11 Is

Re: Problem with fop

2003-02-21 Thread Jochen . Maes
uot;Isabel Fuentes" To: [EMAIL PROTECTED] Subject: Re: P

Re: Problem with fop

2003-02-21 Thread Isabel Fuentes
; - Original Message - From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 12:11 PM Subject: Re: Problem with fop > 0.20.3 is still a pretty old version. Download 0.20.4 or 0.20.5rc2. And > please read the releas

Re: Problem with fop

2003-02-21 Thread Jeremias Maerki
0.20.3 is still a pretty old version. Download 0.20.4 or 0.20.5rc2. And please read the release notes under http://xml.apache.org/fop/relnotes.html. On 21.02.2003 11:52:17 Isabel Fuentes wrote: > Hi, > > I'm running the process as administrator, the XP Pro. > > What version FOP are you running?

Re: Problem with fop

2003-02-21 Thread Isabel Fuentes
' or 'page-sequence-master' ". I've changed 'masters-name' by 'masters-reference'. Thanks - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 9:45 AM Subject: Re: Problem with fop >

Re: Problem with fop

2003-02-21 Thread Jeremias Maerki
I'm working with FOP on Windows XP and have absolutely no problems. I suggest you contact your Domain administrator to sort out security restrictions on your machine. This problem, anyway, has nothing to do with FOP directly. By the way, you should consider upgrading your FOP version. (not that th

Re: Problem with fop

2003-02-21 Thread Jochen . Maes
hi Isabelle, I'm not from Apache but i work on XP with FOP. Are you running Xp Home or XP Pro Are you running the process as a normal user, or as a superuser (i think the XP word is computer administrator)? i had the problem when i used the application as a normal user, but as computer administ

Re: Problem reading userconfig.xml on UNIX

2002-11-11 Thread Oleg Tkachenko
Müller, Markus wrote: I have trouble using the userconfig.xml on UNIX. FOP generates these messages: ... Please don't crosspost to both lists. See my answer in fop-user list. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel -

Re: Problem

2002-10-25 Thread J.Pietschmann
Curtis A. Weyant wrote: java.lang.NullPointerException at org.apache.fop.fo.pagination.PageSequence.getNextPageMaster(Unknown Source) You have a page master reference, probably a fo:conditional-page-master-reference, which does not have a master-reference property which points to an existing si

RE: problem with EURO symbol

2002-10-25 Thread Matthew L. Avizinis
Friday, October 25, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: Re: problem with EURO symbol This is not the solution, because the data is stored in the database with the euro symbol, and I'm not going to search for all the DB to change this strange characters ... There's not a

Re: problem with EURO symbol

2002-10-25 Thread Sergio Hernández
This is not the solution, because the data is stored in the database with the euro symbol, and I'm not going to search for all the DB to change this strange characters ... There's not any special tag that can escape this characters ?  <[CDATA[€]]  not runs ... Matthew L. Avizinis wrote: [E

RE: Problem

2002-10-25 Thread Victor Mote
Curtis A. Weyant wrote: > > I seem to be having a problem creating my PDF from a FO document. > I'm using a Windows 2000 machine (under the DOS command prompt). > Can somebody please help me figure out what's wrong? > > Here's the output below: > > > C:\TEMP\FOP>java -cp > build\fop.jar;lib\bati

RE: Problem

2002-10-25 Thread Curtis A. Weyant
I'm not sure how base directory is calculated, but I'm running the command from C:\temp\fop like this: C:\TEMP\FOP> fop test\story.fo test\story.pdf Is this a bug that it's then recognizing the basedir as C:/TEMP/FOP/test/ ? -- On Fri, 25 Oct 2002 10:57:29 Matthew L. Avizinis wrote: >We

RE: Problem

2002-10-25 Thread Matthew L. Avizinis
Well it looks like if your base directory is C:/TEMP/FOP/test/ and you're attempting to compile test\story.fo FOP won't find anything there. Try just story.fo and story.pdf Matthew L. Avizinis Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-

RE: problem with EURO symbol

2002-10-25 Thread Matthew L. Avizinis
In fact, here's something that'll help you with any other characters you may need for any of the base14 fonts: take a look at http://www.renderx.com/Tests/charsets.pdf > -Original Message- > From: Sergio Hernández [mailto:shernand@;ipsoluciones.com] > Sent: Friday, October 25, 2002 9:44 A

RE: problem with EURO symbol

2002-10-25 Thread Matthew L. Avizinis
Use: € for the Euro and " for the " (you can use “ and ” if you want left and right double quotes) Matthew L. Avizinis Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 www.gleim.com > -Original M

Re: problem with size of characters within

2002-10-20 Thread Arjan Loeffen / Salience BV
I tried this (see web page referenced in other mail): a b c () a b c I also tried fo:wrapper, but it didn't help.. arjan J.Pietschmann wrote: Arjan Loeffen / Salience BV wrote: Dear people, it seems that FOP has a problem when character features are set in the context of a page ref

Re: problem with size of characters within

2002-10-20 Thread Oleg Tkachenko
Arjan Loeffen / Salience BV wrote: Thanks for the answers so far; I understand that the problem I indicated is known and being fixed? Wait a minute, I just realized xml spy's pretty-print formatting transforms your () into ( ) and this way adds whitespaces here. So it need to be verified again

Re: problem with size of characters within

2002-10-20 Thread Arjan Loeffen / Salience BV
Oleg, I downloaded 0.20.4 and this did not solve the problem. When will 0.20.5 be released? Thanks for the answers so far; I understand that the problem I indicated is known and being fixed? The problem is so severe to us that we cannot produce documentation, with many page references, using FO

Re: problem with size of characters within

2002-10-19 Thread Oleg Tkachenko
Arjan Loeffen / Salience BV wrote: I fixed this on the site, (again) go to http://www.xs4all.nl/~loef01/fo/selected-tests/ref-measure-3.fo.debug.html But I'll attach a snippet to this mail. Works like a charm for me in fop 0.20.5cvs. I see you have tested fop 0.20.4rc, so first of all upgrade t

Re: problem with size of characters within

2002-10-19 Thread Arjan Loeffen / Salience BV
Oleg, Sorry about that. I fixed this on the site, (again) go to http://www.xs4all.nl/~loef01/fo/selected-tests/ref-measure-3.fo.debug.html But I'll attach a snippet to this mail. Thanks, arjan. Oleg Tkachenko wrote: Arjan Loeffen / Salience BV wrote: Please check http://www.xs4all.nl/~loef01/f

Re: problem with size of characters within

2002-10-19 Thread Oleg Tkachenko
Arjan Loeffen / Salience BV wrote: Please check http://www.xs4all.nl/~loef01/fo/selected-tests/ref-measure-3.fo.debug.html for a full example. Well, buggy fo document fragment we are primary interested in is at e:/p-sal/forge/work/al/selected-tests/ref-measure-3.fo according to the page source

Re: Problem with pictures

2002-10-16 Thread J.Pietschmann
Gilles Beaugeais wrote: > I have embedded FOP in a java application and I want > to use my application to generate some PDF in different languages. > When I generate the first PDF, PDF FOP runs well, but when I > want to generate another PDF, the second PDF uses the graphics of > the first documen

Re: Problem with pictures

2002-10-15 Thread Gilles Beaugeais
> Gilles Beaugeais wrote: > > - Second document is "c:\om\ge\test.xml" and fop generates > > "c:\c:\om\ge\test.pdf" > ^^ > Is this a typo or are you really using this most likely invalid > path? > > J.Pietschmann > sorry, just a typo error but the baseDir for images is still a problem..

Re: Problem with pictures

2002-10-15 Thread J.Pietschmann
Gilles Beaugeais wrote: > - Second document is "c:\om\ge\test.xml" and fop generates > "c:\c:\om\ge\test.pdf" ^^ Is this a typo or are you really using this most likely invalid path? J.Pietschmann - To unsubscribe, e-m

Re: Problem with pictures

2002-10-15 Thread Gilles Beaugeais
Dear konrad, Thank you for your response. What do you mean by if (outs!=null) outs.flush(); if (out!=null) out.close(); ? I use the following code for generate our PDF (source - http://xml.apache.org/fop/embedding.html) : Configuration.put("baseDir", "file:/" + mainWindow.getMainOriginHTMLDire

RE: Problem with pictures

2002-10-15 Thread Brunner, Konrad
Dear Gilles Do you have closed the first pdf file correctly? if (outs!=null) outs.flush(); if (out!=null) out.close(); Konrad -Original Message- From: Gilles Beaugeais [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 15. Oktober 2002 14:25 To: [EMAIL PROTECTED] Subject: Problem

Re: Problem with fonts on Macintosh

2002-10-14 Thread J.Pietschmann
Athalye, Rishi wrote: > I am accessing a PDF created through FOP on a Mac m/c. The PDF opens up with > a > "Unable to find or create the font '37E92bbTimesNewRoman' " error and the > text does not render properly. > Everytime I open the PDF, it has a different code\number in front of > 'TimesNe

Re: Problem with fonts

2002-09-19 Thread J.Pietschmann
Raúl Carazo wrote: > I've got a problem with my fonts!!! I used FOP 0.20.1 with Verdana without >problems. but suddenly (I'm sure we have done something, but I can't find it!!!), >this message appears > > WARNING: unknown font Verdana,normal,normal so defaulted font to any > > and Ver

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread ssimha
Hi Oleg Tkachenko, Thanks a lot... it worked... the problem was with parser only... In tomcat3.2.2/lib I removed jaxp.jar file and replaced with xerces.jar it started working fine... regards -shekar simha y. > ssimha wrote: > > > I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread Oleg Tkachenko
ssimha wrote: > I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2002) into my > servlet... written a servlet to generate PDF file making use of XML and XSL > files. It's works fine... when this servlet runs on tomcat3.1. BUT if I copy > whole context to tomcat3.2.2 and above vers

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread ssimha
thanks for the reply... yeah... my xsl file is fine and passing xml & xsl file into XSLTInputhandler.. My servlet works fine with FOP(0.20.4 version 13-Jun-2002) and tomcat3.1 BUT throws error while I put the same context into tomcat3.2.2(as my whole application is running on tomcat3.2.2) I ha

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread Jamal Mohamed A Abdul Sathar
check out ur xsl file is correct or in servlet did u pass xml and xsl file into XSLTInputhandler try out this and reply >From: "ssimha" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Problem in Embedding FOP in servlet Date: Tue, 13 Aug 2002 >15:44:19 +0530 >

Re: problem when building fop

2002-08-12 Thread ehoo
Timothy, PLS check org.apache.fop.svg.PDFGraphics2D.java. Edit it to flow 1289// needed for compiling under jdk1.4 1290public java.awt.image.VolatileImage 1291 createCompatibleVolatileImage(int width, int height) { 1292retu

Re: Problem Executing FopServlet on bea weblogic6.1

2002-07-15 Thread Oleg Tkachenko
Amit Rangari wrote: > DRIVER OBJECT CREATED > SET LOGGER EXECUTED > SET RENDERER EXECUTED > OUT PUT STREAM IS SET > [DEBUG] Using weblogic.xml.jaxp.RegistryXMLReader as SAX2 Parser > RENDERING DONE > CONTENT LENGTH: 0 > DONE Well, it seems to me the console doesn't show all fop debug message

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-15 Thread Amit Rangari
PROTECTED] Subject: Re: Problem Executing FopServlet on bea weblogic6.1 Amit Rangari wrote: > Sorry about cross posting to both the list, > This isn't an IE problem because I am able to view other PDF properly in > IE, and I am not getting anything else in the weblogic log other than &g

Re: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Oleg Tkachenko
Amit Rangari wrote: > Sorry about cross posting to both the list, > This isn't an IE problem because I am able to view other PDF properly in > IE, and I am not getting anything else in the weblogic log other than > "[DEBUG] Using weblogic.xml.jaxp.RegistryXMLReader as SAX2 Parser" > > I checked t

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Amit Rangari
the size of the ByteArrayOutputStream it is showing 0 this means nothing is being rendered. Thanks Amit -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Problem Executing FopServlet on bea weblogic6.1 Amit Rangari

RE: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Amit Rangari
-Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Problem Executing FopServlet on bea weblogic6.1 Amit Rangari wrote: > I am not able to execute the FOServlet on weblogic6.1. > I get a bla

Re: Problem Executing FopServlet on bea weblogic6.1

2002-07-14 Thread Oleg Tkachenko
Amit Rangari wrote: > I am not able to execute the FOServlet on weblogic6.1. > I get a blank PDF in the IE when I try to execute the FOServlet. The > message on Weblogic console is: > "[DEBUG] Using weblogic.xml.jaxp.RegistryXMLReader as SAX2 Parser" > > Please help me to resolve this issue. Yo

Re: Problem with multi-paged TIFFs

2002-06-18 Thread J.Pietschmann
Padmanabhan, Shobana wrote: > I tried with JAIImage for TIFF in FopImageFactory and the problem persists. > Is there work going on to support multi-paged TIFF images? Not that I'm aware of. How do you think should multi-page TIFFs be rendered? The spec only provides for one rectangular area to be

RE: Problem with multi-paged TIFFs

2002-06-18 Thread Padmanabhan, Shobana
I have been looking at org.apache.fop.image.JAIImage.loadImage() and I do not understand where the number of images is checked. Using com.sun.media.jai.codec.*, this can be done as ImageDecoder dec = ImageCodec.createImageDecoder("tiff", aSeekableStream, null); and then dec.getNum

Re: Problem printing using FOP 0.20.3

2002-06-13 Thread Jochen . Maes
did you set up your printer's properties to always print through the feed in stead of the manual unless you say differentwise... this is how i do it... Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

Re: Problem with PDF

2002-05-15 Thread Oleg Tkachenko
Hello! Hmmm, do you realize you are trying to feed html to the FOP? FOP is *formatting objects* processor and understands xsl-fo as input. Bhiogade, Mittal S (SUPP) wrote: > Hi, > > I am using FOP to generate PDF file having images and the input to the > PDF files is xml and xsl file, > >

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: P

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

2002-04-22 Thread Vicente Salvador
I think this problem is due to new headers added on tomcat 4.0.3 response. It's dificult to explain but I will try it!!! 1. IE sends the request to your servlet on a protected context. 2. Your servlet tries to send the file but tomcat adds a no-cache header. 3. IE receives the file but not show

Re: Problem embeding pdf in browser using security constraint inTomcat 4.0.3

2002-04-19 Thread Alberto Alarcon
Thanks for your answer, i add my comments after your questions - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 3:00 PM Subject: Re: Problem embeding pdf in browser using security constraint inTo

Re: Problem embeding pdf in browser using security constraint inTomcat 4.0.3

2002-04-18 Thread J.Pietschmann
Alberto Alarcon wrote: > Hi >I am using FOP to embbed pdf files in browser with a servlet, using > tomacat 4.0.3, I try the FOPSERVLET example and its working fine, but if = > I > put the security constraint in the web.xml file of my context , I get a > white page, instead of de pdf file, the

Re: Problem in running FopServlet in Weblogic 6.1sp1

2002-04-08 Thread J.Pietschmann
Rikhil Jain wrote: > I'm finding difficulty in running FopServlet in weblogic 6.1. > The servlet is running fine when the FO is passed but whenever > I pass the XML and XSL files as arguments it's not forming the > ByteArrayOutPutStream(The content length is always zero). > The same piece of code

Re: Problem with Apache SOAP

2002-03-15 Thread alex
At 16:47 15/03/2002, Marina Pérel wrote: >Hi! >I try to do a web service with Apache SOAP. I have a NullPointerException >when i launch my client. Otherwise, when i execute my service without >SOAP, it runs and my service is deployed. >I'd like to know what the servlet rpcrouter really does wit

Re: problem building on macosx/SOLVED

2002-03-15 Thread Stephen Bannasch
I was able to build fop on macosx after removing an older version of fop.jar from /Library/Java/Extensions. The symptom was that the first taskdef in the ant build file was failing: BUILD FAILED /Users/stephen/apache/xml-fop/build.xml:273: taskdef class org.apache.fop.tools.anttasks.Serialize

Re: problem building on macosx

2002-02-28 Thread joseph . aloysius . gilvary
To: [EMAIL PROTECTED] Subject: Re: problem building on macosx

Re: problem building on macosx

2002-02-27 Thread Stephen Bannasch
Thanks for the suggestion, but the same problem occurs. >In an earlier mail you said you had this line in your shell profile: >"export ANT_HOME=/Users/stephen/devtools/jakarta-ant-1.4.1" > >Maybe that is causing ant to look for tasks in that directory rather >than in the fop lib? >Try setting ANT

Re: problem building on macosx

2002-02-27 Thread klease
In an earlier mail you said you had this line in your shell profile: "export ANT_HOME=/Users/stephen/devtools/jakarta-ant-1.4.1" Maybe that is causing ant to look for tasks in that directory rather than in the fop lib? Try setting ANT_HOME to "/Users/stephen/apache/xml-fop/lib" or wherever the bu

Re: problem building on macosx

2002-02-27 Thread Stephen Bannasch
>What happens if you remove hyphenation from this line > > > >in build.xml? same error: init: [echo] --- Fop 0.20.3 [1999-2002] BUILD FAILED /Users/stephen/apache/xml-fop/build.xml:272: taskdef class org.apache.fop.tools.anttasks.SerializeHyphPattern can

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: > created buildtools.jar: > > [bash stephen:~/apache/xml-fop]ant -f buildtools.xml > Buildfile: buildtools.xml You shouldn't have to build it yourself, it's included in lib/ > which claimed success > > then ran build.sh > > which again dies on the first taskdef W

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Thanks for the pointer Christian, I got a new checkout of the maintenence branch: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout -r fop-0_20_2-maintain xml-fop created buildtools.jar: [bash stephen:~/apache/xml-fop]ant -f buildtools.xml Buildfile: buildtools.xml which claimed suc

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: [..] > The systems stops on the very first element in the build. > > classname="org.apache.fop.tools.anttasks.SerializeHyphPattern"/> > > There are no classes in the anttasks dir for the taskdef to link "serHyph" to: > > lib/org/apache/fop/tools/anttasks/ This is

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Hi Jim, I am using the binary distribution of Fop regularly. I have xerces.jar and xalan.jar in /Library/Java/Extensions/ however I have no tools.jar or classes.zip in /Library/Java/Home/lib I have the following in the xml-fop lib dir: $ls lib BSF.license.txt batik.jar classes

Re: problem building on macosx

2002-02-26 Thread Jim Wright
It worked just fine for me from the very start. Are you sure you have all the supporting jars properly sourced through the classpath? Have you tried running it from the latest release jar file first before doing the build? jw Stephen Bannasch wrote: >I'm trying to build Fdop on macosx> I gr

RE: Problem upgrading from jdk 1.2 to jdk 1.3.1

2002-02-26 Thread hin-tak . leung
No, I have been using jdk 1.3.1, then 1.3.1_01, and currently 1.3.1_02 since day one when I got involved with fop. (since about March/April 2002?). Had never used jdk 1.2 with fop in fact. But the last one I compiled was the 0.20.x cvs maintainence tree on 6th Jan 2002. Haven't touched fop for a

RE: problem with fop 20.3

2002-02-20 Thread Sami, Abdul (Netprosys)
Change the attribute name of master-name to master-reference Old:mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 5:08 AM To: Apache Mailinglist (E-Mail) Subject: problem with fop 20.3 hi ! i'm using fop 20.3. i get an error message, saying: 'master-reference' f

Re: problem with fop 20.3

2002-02-20 Thread Jeremias Maerki
Nick I think it's time you change to the fop-user mailing list for these kind of questions. And as a reminder there are wonderful mailing list archives around to get your answers. See: http://xml.apache.org/fop/resources.html Anyway, you need to change "master-name" to "master-reference". This h

Re: Problem with generated PDF files

2002-02-14 Thread James Richardson
Phillips Tony wrote: > > > Win2K/NT... wonder if it's not going out of scope before I pick up the > copy, > hmm. Perhaps if I force a garbage collect it will help! Something to > try... > > thanks > > Tony > Not that this is a FOP related thing. But forcing a gc is the _wrong_ way to do

RE: Problem with generated PDF files

2002-02-14 Thread Phillips Tony
7 > To: [EMAIL PROTECTED] > Subject: Re: Problem with generated PDF files > > > Phillips Tony wrote: > > > > > > > Hello, > > > > I think I have a problem with my generated PDF files! To > make it easier to > > handle distribution of th

Re: Problem with generated PDF files

2002-02-14 Thread James Richardson
Phillips Tony wrote: > > > Hello, > > I think I have a problem with my generated PDF files! To make it easier to > handle distribution of the output files, I produce the output PDF in a > temporary 'working' directory which is fine. I then copy the output PDF to > its final destination and,

RE: Problem with generated PDF files

2002-02-14 Thread Phillips Tony
002 10:53 > To: [EMAIL PROTECTED] > Subject: Re: Problem with generated PDF files > > > > if you work with java, you should let your applicationserver make a > temporarely file it self... then the minute you exit the > servlet the file > will be deleted... &

Re: Problem with generated PDF files

2002-02-14 Thread Jochen . Maes
if you work with java, you should let your applicationserver make a temporarely file it self... then the minute you exit the servlet the file will be deleted... SeJo Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel : 02/429.96.81 Fax : 02/429.17.48 E-mail

Re: problem displaying a table

2002-02-07 Thread Joerg Pietschmann
"Nick Winger" <[EMAIL PROTECTED]> wrote: > but the table has the height of 0. > i just see a line going from left to right. > but the image isnt't displayed and the text is also not there. Hehe! It's something else, as usual... > > > You are missing a fo:table-body or perhaps fo

Re: Problem running version .20.1

2002-01-02 Thread Betty Harvey
Thanks! You solved my problem, I was using the fop.bat file but calling it from another disk drive so it was looking in the wrong directory for the jar's. Betty On Wed, 2 Jan 2002, Claus Nielsen wrote: > > Hello Betty. > > You need to put all the .jar files from the FOP to your classpath > >

Re: Problem running version .20.1

2002-01-02 Thread Claus Nielsen
Hello Betty. You need to put all the .jar files from the FOP to your classpath Betty Harvey

Re: Problem in

2001-12-14 Thread spam_from_fop_dev
Hi lpkhoo, background-color on fo:inline doesn't work. See bug 4510: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4510 --Phil. > I faced a problem on . I using fop0.20.2 > to run and I found that is not > background-color display in my PDF file. It there a way to solved > this type of pr

RE: problem by incloding a svg-grafic into a xsl document.

2001-12-10 Thread Keiron Liddle
Sounds like you have an old version of FOP (around 0.17), it is always a good idea to tell us what version you are using. The NoSuchMethodError is probably due to an incompatible version of w3c dom classes. So you either need to get the right version, which could be difficult. OR use a newer v

Re: Problem in line-height

2001-12-05 Thread lpkhoo
Sorry, to inform that I found my mistake in my XSL. I forgot to put 'pt' after line-height value. Thank you lpkhoo Lay Pheng

Re: problem : centered table in FO [FAQ]

2001-11-29 Thread Corinna Hischke
That's all! HTH, Corinna - Original Message - From: "Savino, Matt C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 1:32 AM Subject: RE: problem : centered table in FO [FAQ] > Hey Corrinna, this might actually help for my p

RE: problem : centered table in FO [FAQ]

2001-11-28 Thread Savino, Matt C
Message- From: Corinna Hischke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 3:50 AM To: [EMAIL PROTECTED] Subject: Re: problem : centered table in FO [FAQ] Hi, please have a look at the FOP FAQs, I think the solution should be in there: - create a table as large as the

  1   2   >