Commit Graph

25 Commits

Author SHA1 Message Date
Jeremias Maerki
9a3ce22473 Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
InputHandler is not passed through the FOUserAgent anymore. IMO it doesn't belong there. Instead I defined an interface "Renderable" in the AWT preview that InputHandler implements. This is used exclusively for reloading the document inside the preview dialog.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239409 13f79535-47bb-0310-9956-ffa450edef68
2005-08-23 14:06:25 +00:00
Jeremias Maerki
075b06d46d Removed Jakarta Commons Lang. It is not used. Don't know why I once thought Commons IO depends on Commons Lang. Shrug.
Upgrade for Apache Xerces-J from 2.2.1 to 2.7.1.
Upgrade for Apache Xalan-J from 2.4.1 to 2.7.0 (notice the new serializer.jar which was separated out from xalan.jar because xercesImpl.jar now needs this functionality because of the latest JAXP)
Upgrade for XML Commons Externals (xml-apis.jar). This is version 1.3.02 which is bundled with both Xerces-J 2.7.1 and Xalan-J 2.7.0)
Upgrade for Apache Batik to 1.6 ("all-jar" built using JDK 1.3.1_15 from the source distribution)
Upgrade for Apache Avalon Framework from 4.1.4 to 4.2.0.
Added a README.txt which documents all dependencies and should serve as primary for licensing information on FOP dependencies.
Adjusted fop.bat to the changed JAR names.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@231295 13f79535-47bb-0310-9956-ffa450edef68
2005-08-10 19:21:39 +00:00
Andreas L. Delmelle
cef7dfa87a PR:
Obtained from:
Submitted by:
Reviewed by:
Added 'hyphenation-jar' build target,
Upated startup scripts to include the compiled jar-file


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198532 13f79535-47bb-0310-9956-ffa450edef68
2005-03-21 20:17:15 +00:00
Glen Mazza
33f61ce47e PR:
Obtained from:
Submitted by:
Reviewed by:
Reverted previous change; unintended check-in of this file.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198189 13f79535-47bb-0310-9956-ffa450edef68
2004-12-06 12:31:17 +00:00
Glen Mazza
0d269520c5 PR:
Obtained from:
Submitted by:
Reviewed by:
Removed pretend "resolution" of still-unresolved idrefs at ATH.endDocument().  This was apparently done to force page rendering of remaining unresolved pages at RenderPagesModel.checkPreparedPages() (which requires a page to be completely resolved before rendering).  Replacement code keeps unresolved idrefs unresolved, but explicitly forces page rendering for calls to checkPreparedPages() that originate from ATH.endDocument().  Comments welcome.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198187 13f79535-47bb-0310-9956-ffa450edef68
2004-12-06 05:37:17 +00:00
Glen Mazza
9e0aa08500 1. fo:leader layout initialization logic moved from AddLMVisitor to
fo.flow.Leader.

2. fo:leader layout logic moved from AddLMVisitor to new
layoutmgr.LayoutLeaderManager class.

3. validateChildNode() for fo:list-block implemented.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197876 13f79535-47bb-0310-9956-ffa450edef68
2004-08-16 04:11:42 +00:00
Glen Mazza
9e1f79f57c Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197517 13f79535-47bb-0310-9956-ffa450edef68
2004-04-18 22:39:02 +00:00
Glen Mazza
f0d5728b23 PR:
Obtained from:
Submitted by:
Reviewed by:
Conversion of Avalon to Commons-Logger.  (Will still need to update the
examples, which I will take care of next; Jeremias will be modifying
the PDF libraries for more efficient use of the CL loggers.)


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197474 13f79535-47bb-0310-9956-ffa450edef68
2004-03-31 10:55:07 +00:00
Glen Mazza
6ee111a719 Modification made for collecting parameters to be compatible (hopefully) with
Win9x.  Work from Apache Ant.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197352 13f79535-47bb-0310-9956-ffa450edef68
2004-02-11 22:48:32 +00:00
Glen Mazza
d2fa99c9d8 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.
2.)  Removal of unused transformer member variable in XSLTInputHandler.
3.)  Partial modifications -- code from Xalan project -- in order to be
     able to handle command line parameters for XSLT stylesheet.  (Changes
     still needed in XSLTInputHandler.getXMLFilter() -- unsure how to set
     parameters to an XMLFilter.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197350 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 23:51:26 +00:00
Glen Mazza
10f6dceb5f Updated fop.bat.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197349 13f79535-47bb-0310-9956-ffa450edef68
2004-02-10 22:27:42 +00:00
Jeremias Maerki
1d418ca05c Added quotes around %LOCALCLASSPATH% to avoid errors with paths containing spaces under Windows (#21070)
Submitted By: James Kilfiger <zeimusu@yahoo.co.uk>, jpabecasis@zmail.pt


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196702 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 07:40:50 +00:00
Jeremias Maerki
8389e09681 Adjust to version change of Commons IO
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196594 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 19:51:03 +00:00
Jeremias Maerki
a49c75724c slash to backslash for consistency
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196455 13f79535-47bb-0310-9956-ffa450edef68
2003-05-26 06:56:07 +00:00
Jeremias Maerki
ee2cb82065 Teach FOP under NT/2000/XP to start when the user is in any directory, maybe not FOP's home, like ANT does it
Submitted by: Anton Tagunov <tagunov@motor.ru>


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196420 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 08:48:38 +00:00
Jeremias Maerki
81b24ff70c Added commons-io to the classpath.
Submitted by: Glen Mazza <glenmazza.at.yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196271 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 06:39:18 +00:00
Jeremias Maerki
196b5ac09c Update for new Avalon Framework version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196184 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 11:39:28 +00:00
Oleg Tkachenko
994d1980f4 Removed footprints of bsf.jar.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195768 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 22:13:21 +00:00
Jeremias Maerki
05e9580f19 Adjusted to new JARs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195617 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22 18:07:13 +00:00
Jeremias Maerki
5321991634 Adjust for new Avalon Framework JAR
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195066 13f79535-47bb-0310-9956-ffa450edef68
2002-08-07 12:51:56 +00:00
Keiron Liddle
c8bd850eca replaced logkit logger with the logger interface in avalon framework
Submitted by:	Michael Gratton <mjg@recalldesign.com>


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
2002-04-11 09:33:31 +00:00
Steve Coffman
caed7c9927 Fixes script classpaths to use avalon and logkit.
Fixes last xml-doc bug that prevented generating the PDF.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194435 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 21:11:02 +00:00
arved
b28f4d4f25 AHS: Build and runtime file updates
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194410 13f79535-47bb-0310-9956-ffa450edef68
2001-08-12 17:05:13 +00:00
Keiron Liddle
c86b80ff43 fixed classpath for batik jar
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194255 13f79535-47bb-0310-9956-ffa450edef68
2001-05-18 09:56:05 +00:00
arved
df6627a9a0 Looks for fop.jar in top
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194192 13f79535-47bb-0310-9956-ffa450edef68
2001-04-03 01:01:55 +00:00