cvs commit: xml-fop/src/java/org/apache/fop/servlet FopPrintServlet.java FopServlet.java

2004-02-27 Thread jeremias
jeremias2004/02/27 09:55:36 Modified:src/java/org/apache/fop/servlet FopPrintServlet.java FopServlet.java Log: Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. Revision ChangesPath

cvs commit: xml-fop/src/java/org/apache/fop/servlet FopPrintServlet.java

2003-08-02 Thread gmazza
gmazza 2003/08/02 14:26:53 Modified:src/java/org/apache/fop/apps Driver.java src/java/org/apache/fop/render/awt AWTPrintRenderer.java src/java/org/apache/fop/servlet FopPrintServlet.java Log: PrinterJob setup and construction moved from Driver to

cvs commit: xml-fop/src/java/org/apache/fop/servlet FopPrintServlet.java

2003-07-10 Thread gmazza
gmazza 2003/07/10 16:49:55 Modified:src/java/org/apache/fop/apps PrintStarter.java src/java/org/apache/fop/servlet FopPrintServlet.java Added: src/java/org/apache/fop/render/awt AWTPrintRenderer.java Log: Added new class render.awt.AWTPrintRenderer

cvs commit: xml-fop/src/java/org/apache/fop/servlet FopPrintServlet.java

2003-06-20 Thread pbwest
pbwest 2003/06/20 03:15:41 Modified:src/java/org/apache/fop/servlet FopPrintServlet.java Log: Removed space before ';' Revision ChangesPath 1.5 +1 -1 xml-fop/src/java/org/apache/fop/servlet/FopPrintServlet.java Index: FopPrintSe

cvs commit: xml-fop/src/java/org/apache/fop/servlet - New directory

2003-03-11 Thread jeremias
jeremias2003/03/11 04:52:24 xml-fop/src/java/org/apache/fop/servlet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/servlet FopServlet.java FopPrintServlet.java

2003-03-07 Thread jeremias
jeremias2003/03/07 01:48:05 Modified:src/org/apache/fop/servlet FopServlet.java FopPrintServlet.java Log: Switched to long licence Some general checkstyle fixing Revision ChangesPath 1.2 +50 -7 xml-fop/src/org/apache/fop/servlet

cvs commit: xml-fop/src/org/apache/fop/servlet FopPrintServlet.java FopServlet.java package.html

2003-02-02 Thread jeremias
jeremias2003/02/02 08:36:42 Added: src/conf web.xml src/org/apache/fop/servlet FopPrintServlet.java FopServlet.java package.html Log: Servlet moved into normal source as package org.apache.fop.servlet. Refactored FopServlet to use JAXP

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

2003-02-02 Thread jeremias
jeremias2003/02/02 08:33:23 xml-fop/src/org/apache/fop/servlet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maintenance branch] FOP servlet doubled

2002-12-08 Thread Oleg Tkachenko
Christian Geisert wrote: I had planed to remove the old docs/example/embedding and add the contrib/servlet stuff to the distributen for the release +1 Sounds as simple while clean enough temporary solution. Lets leave merging contrib/servlet and the main codebase to the trunk? +1 -- Oleg Tkach

Re: [maintenance branch] FOP servlet doubled

2002-12-05 Thread Christian Geisert
J.Pietschmann wrote: [..] web.xml: keep it with the *.java. I would prefer something like src/conf/web.xml servlet.jar: provide a property for the location, defaulting to lib/servlet.jar. Conditionalize the servlet compilation on availability of ${servlet.jar}. Users can either copy a servlet

Re: FOP Servlet, contrib stuff and tutorial

2002-12-03 Thread Keiron Liddle
On Tue, 2002-12-03 at 22:04, J.Pietschmann wrote: > Keiron Liddle wrote: > >>>- move contrib/servlet to examples/servlet > >>>- move contrib/plan to examples/plan > >>>- move contrib/mathml to examples/mathml > > One of the purposes that these serve is to demonstrate how to write an > > extension a

Re: FOP Servlet, contrib stuff and tutorial

2002-12-03 Thread J.Pietschmann
Keiron Liddle wrote: - move contrib/servlet to examples/servlet - move contrib/plan to examples/plan - move contrib/mathml to examples/mathml One of the purposes that these serve is to demonstrate how to write an extension and for FOP to pick it up in the classpath. This might take away that. G

Re: [maintenance branch] FOP servlet doubled

2002-12-02 Thread Oleg Tkachenko
J.Pietschmann wrote: web.xml: keep it with the *.java. servlet.jar: provide a property for the location, defaulting to lib/servlet.jar. Conditionalize the servlet compilation on availability of ${servlet.jar}. Users can either copy a servlet.jar to the lib directory, or use a -Dservlet.jar=/foo/

Re: FOP Servlet, contrib stuff and tutorial

2002-12-02 Thread Keiron Liddle
On Sun, 2002-12-01 at 20:58, J.Pietschmann wrote: > > - move contrib/servlet to examples/servlet > > - move contrib/plan to examples/plan > > - move contrib/mathml to examples/mathml > Unless license restrictions get in the way, I'd rather move them > to src/java/org/apache/fop/* One of the purpos

Re: [maintenance branch] FOP servlet doubled

2002-12-01 Thread J.Pietschmann
Oleg Tkachenko wrote: Wow, not a bad idea. But what about web.xml and servlet.jar, which is required to build it? If it's in main build script we have to be more careful, otherwise it can be one more fop-user-traffic-generator. web.xml: keep it with the *.java. servlet.jar: provide a property f

Re: [maintenance branch] FOP servlet doubled

2002-12-01 Thread Oleg Tkachenko
J.Pietschmann wrote: I think the servlet should be moved to src/org/apache/fop/servlet and get a target in the main build.xml file. Wow, not a bad idea. But what about web.xml and servlet.jar, which is required to build it? If it's in main build script we have to be more careful, otherwi

Re: FOP Servlet, contrib stuff and tutorial

2002-12-01 Thread J.Pietschmann
Jeremias Maerki wrote: IMO the following things should be done: - move the hyph directory to src/hyph +1 - move the FO schema to src/foschema dunno ... WTF, +1 - move src/org to src/java/org +0 I don't like it but if its good for Cocoon, it sure has to be good for everybody else... - move co

Re: [maintenance branch] FOP servlet doubled

2002-12-01 Thread J.Pietschmann
Oleg Tkachenko wrote: Hmmm, looks like Joerg sees it differently - http://marc.theaimsgroup.com/?l=fop-dev&m=103196215022751&w=2 This was a statement of the status quo, which I don't like particularly well. I think the servlet should be moved to src/org/apache/fop/servlet and ge

Re: FOP Servlet, contrib stuff and tutorial

2002-11-28 Thread Christian Geisert
Also following other project's conventions. The config files get included in the jar, so I think they ARE source. Another issue with the conf dir is that it's also part of the binary distribution. Christian - To unsubscribe,

Re: FOP Servlet, contrib stuff and tutorial

2002-11-28 Thread Christian Geisert
Jeremias Maerki wrote: On 27.11.2002 17:12:38 Oleg Tkachenko wrote: Jeremias Maerki wrote: [..] The question is actually whether contrib/servlet stuff is included into the distribution. If so, I don't see any reason to duplicate java code and war. Just need to change documentation and proba

Re: FOP Servlet, contrib stuff and tutorial

2002-11-28 Thread Jeremias Maerki
On 27.11.2002 17:12:38 Oleg Tkachenko wrote: > Jeremias Maerki wrote: > > > Oleg and I wonder what we should do with the fact that the FOP servlet > > exists in docs/examples/embedding and contrib/servlet. Joerg seems to > > have some ideas about this, so I hope he tell

Re: FOP Servlet, contrib stuff and tutorial

2002-11-27 Thread Oleg Tkachenko
Jeremias Maerki wrote: Oleg and I wonder what we should do with the fact that the FOP servlet exists in docs/examples/embedding and contrib/servlet. Joerg seems to have some ideas about this, so I hope he tells us when he's back from holidays. But the other's opinion is also wanted her

Re: FOP Servlet, contrib stuff and tutorial

2002-11-27 Thread Bertrand Delacretaz
On Wednesday 27 November 2002 09:36, Keiron Liddle wrote: > On Tue, 2002-11-26 at 13:53, Jeremias Maerki wrote: >. . . > > Problems that need to be addressed: > > - All Java sources need to be checked easily before a release (do they > > compile, do they work?). > > Could ant call help out here?

Re: FOP Servlet, contrib stuff and tutorial

2002-11-27 Thread Keiron Liddle
On Tue, 2002-11-26 at 13:53, Jeremias Maerki wrote: > (Warning: this mail starts slowly and is getting mean at the end...) > > Oleg and I wonder what we should do with the fact that the FOP servlet > exists in docs/examples/embedding and contrib/servlet. Joerg seems to > have s

FOP Servlet, contrib stuff and tutorial

2002-11-26 Thread Jeremias Maerki
(Warning: this mail starts slowly and is getting mean at the end...) Oleg and I wonder what we should do with the fact that the FOP servlet exists in docs/examples/embedding and contrib/servlet. Joerg seems to have some ideas about this, so I hope he tells us when he's back from holidays. Bu

Re: [maintenance branch] FOP servlet doubled

2002-11-22 Thread Oleg Tkachenko
Jeremias Maerki wrote: Yes, dump that directory. That's redundancy. We just have to make sure, that the documentation points the right way, too. Hmmm, looks like Joerg sees it differently - http://marc.theaimsgroup.com/?l=fop-dev&m=103196215022751&w=2 > Contrib/servlet is not distributed, inst

Re: [maintenance branch] FOP servlet doubled

2002-11-21 Thread Jeremias Maerki
Yes, dump that directory. That's redundancy. We just have to make sure, that the documentation points the right way, too. On 21.11.2002 20:41:21 Oleg Tkachenko wrote: > FOP sample servlets are now at contrib/servlet directory and look fine, > but docs/examples/embedding still contains kind of par

[maintenance branch] FOP servlet doubled

2002-11-21 Thread Oleg Tkachenko
Hello! FOP sample servlets are now at contrib/servlet directory and look fine, but docs/examples/embedding still contains kind of partial copy - java sources and old buggy fop.war. Lets remove docs/examples/embedding directory altogether or at least this second fop.war? -- Oleg Tkachenko eXper

DO NOT REPLY [Bug 9235] - FOP Servlet Error

2002-11-13 Thread bugzilla
gzilla/show_bug.cgi?id=9235 FOP Servlet Error [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 5469] - fop servlet

2002-06-03 Thread bugzilla
gzilla/show_bug.cgi?id=5469 fop servlet --- Additional Comments From [EMAIL PROTECTED] 2002-06-03 18:34 --- I had the same problem. I tihnk, the problem is in your Web Browser. My solution is to save PDF file in Temporary directory and then redirect client to that PDF file. Than IE6 ope

DO NOT REPLY [Bug 9235] - FOP Servlet Error

2002-05-20 Thread bugzilla
gzilla/show_bug.cgi?id=9235 FOP Servlet Error --- Additional Comments From [EMAIL PROTECTED] 2002-05-20 12:52 --- /* * $Id: FopServlet.java,v 1.4.2.1 2002/03/01 12:44:39 chrisg Exp $ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on u

DO NOT REPLY [Bug 9235] - FOP Servlet Error

2002-05-20 Thread bugzilla
gzilla/show_bug.cgi?id=9235 FOP Servlet Error --- Additional Comments From [EMAIL PROTECTED] 2002-05-20 12:08 --- Is there any way that the code being used to interact with FOP could be posted here? It would be exceedingly helpful in finding out what'

DO NOT REPLY [Bug 9235] New: - FOP Servlet Error

2002-05-19 Thread bugzilla
gzilla/show_bug.cgi?id=9235 FOP Servlet Error Summary: FOP Servlet Error Product: Fop Version: 0.20.3 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: pdf re

DO NOT REPLY [Bug 1335] - Problem with sample FOP servlet.

2002-04-22 Thread bugzilla
gzilla/show_bug.cgi?id=1335 Problem with sample FOP servlet. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED OS/V

DO NOT REPLY [Bug 5469] - fop servlet

2002-04-16 Thread bugzilla
gzilla/show_bug.cgi?id=5469 fop servlet [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

InputStream and OutputStream use in FOP servlet

2002-01-14 Thread Solange Desseignes
Hi, I use FOP to generate a PDF file from an XML file With a XSL/FO transformation. The generation is made in a servlet. Actually, I use the method described in the FOP Web site: Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); InputHandler inputHandler = new XSLTInputHandler

Re: AW: FOP servlet use and SSL?

2002-01-14 Thread Matthew Case
IL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: AW: FOP servlet use and SSL? >Date: Mon, 14 Jan 2002 15:16:52 +0100 > >Hi. > >setContentType("Application/pdf") worked for me in http environment. >Perhaps test if you f

AW: FOP servlet use and SSL?

2002-01-14 Thread Software AG
considered unsafe as ActiveX? This has nothing to do with FOP. Hiran > -Ursprüngliche Nachricht- > Von: Matthew Case [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 14. Januar 2002 15:17 > An: [EMAIL PROTECTED] > Betreff: FOP servlet use and SSL? > > > I'm

FOP servlet use and SSL?

2002-01-14 Thread Matthew Case
I'm working on a servlet that lets the user edit some fields and then generates a custom PDF on the fly to allow the user to preview their changes. All is fine and well but when I call response.setContentType( "application/pdf" ), IE gives me a message box saying "this page has both secure and

DO NOT REPLY [Bug 5469] New: - fop servlet

2001-12-17 Thread bugzilla
gzilla/show_bug.cgi?id=5469 fop servlet Summary: fop servlet Product: Fop Version: all Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: pdf renderer Assi

RE: How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Kilmer, Erich
Yeehaa!! Tried it and it works. Your help is much appreciated! Erich -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 10:56 AM To: [EMAIL PROTECTED] Subject: RE: How to get FOP servlet to run in "quiet" mode? UPDATE We added the

RE: How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Jim Urban
We added the following statement to the servlet init: "MessageHandler.setOutputMethod(MessageHandler.NONE);". Hope this helps, Jim -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:39 AM To: '[EMAIL PROTECTED]' Sub

How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Kilmer, Erich
Read the manual and learned about the config.xml file. Opened my fop.jar in winzip and extracted config.xml. Changed to: quiet true Then added the file back into the fop.jar. Then I restarted my web server. However after rendering an XML to PDF in ther servlet I see the same kind of

RE: Displaying SVG with the Fop servlet

2001-11-01 Thread d . richardson
Title: RE: Displaying SVG with the Fop servlet I've found a solution to my problem in the "Running FOP" section on xml.apache.org. In the end all I did was move all the jar files that came with the 0.20.2 distribution into the \jdk1.3\jre\lib\ext directory as described in &qu

Displaying SVG with the Fop servlet

2001-10-30 Thread d . richardson
Title: Displaying SVG with the Fop servlet Hello there! I have a problem displaying fo files that contain svg using the Fop servlet supplied with distribution 0.20.2. Fo files without any svg content generate and display in the browser with no problem, fo files with svg generate and

Access to network printer denied from Fop Servlet to send PCL

2001-10-25 Thread Rajendran S
I am using JRUN 3.1 (eval) with IIS 4.0. I am generating FO string and I want to generate PCL and send it to the network printer. The code I use is given below: String printer ="TS0001T01//prn1"; sendToPrinter(fopString,printer); public static void sendToPrinter(String foSt

FOP servlet

2001-10-19 Thread Carmelo Montanez
Hi All: I have a servlet with the following code fragment in it:     Driver driver = new Driver();  driver.setRenderer(Driver.RENDER_PDF);  InputHandler inputHandler = new XSLTInputHandler(new File(xmlFile), new File(xslFile));   XMLReader parser = inputHand

FOP - Servlet Problem

2001-09-21 Thread Amit
Hi all, Eric, I am using FOP 0.20.1 to generate PDFs from xml and xsl files. I can generate pdfs fine on command line however when I try using a servlet This is the error I get: WARNING: Unknown formatting object ^root - I first thought it might be a namespace issue but since it wo

Re: FOP - servlet - barcode font

2001-07-27 Thread Alex McLintock
> > 3) I can find no documentation on using imported fonts in my servlet. I see > > the -c commandline parameter to specify a configuration file. I looked at > > some of that code, Fop, and found the Options class and a few others. How > > do I load conf/userconfig.xml in my Driver within my s

Re: FOP - servlet - barcode font

2001-07-27 Thread Tore Engvig
On Thu, 26 Jul 2001 [EMAIL PROTECTED] wrote: [snip] > I have 3 trouble areas regarding importing/using fonts with FOP 0.19.0-CVS. > I figured it was most straight forward to test this stuff via the > command-line xface first, then add it to my servlet. > > 1) For Type 1 font, font metric xml fi

FOP - servlet - barcode font

2001-07-26 Thread John . Dhom
Please reply to listserv and me directly as I don't yet have confirmation for being on the listserv... john . dhom @ cgiusa . com I see no fop user type listserv and this is way too specific for general xml discussion... so here goes. First, I have a servlet that is grabbing data from Oracle as X