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
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
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
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
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]
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
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
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]
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
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
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
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
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/
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
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
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
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
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
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,
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
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
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
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?
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
(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
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
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
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
gzilla/show_bug.cgi?id=9235
FOP Servlet Error
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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
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
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'
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
gzilla/show_bug.cgi?id=1335
Problem with sample FOP servlet.
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
OS/V
gzilla/show_bug.cgi?id=5469
fop servlet
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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
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
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
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
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
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
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
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
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
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
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
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
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
> > 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
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
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
51 matches
Mail list logo