aboutsummaryrefslogtreecommitdiffstats
path: root/fop.bat
Commit message (Collapse)AuthorAgeFilesLines
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-1/+1
| | | | | | 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
* Removed Jakarta Commons Lang. It is not used. Don't know why I once thought ↵Jeremias Maerki2005-08-101-5/+6
| | | | | | | | | | | | | | 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
* PR:Andreas L. Delmelle2005-03-211-0/+4
| | | | | | | | | | | 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
* PR:Glen Mazza2004-12-061-1/+1
| | | | | | | | | | 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
* PR:Glen Mazza2004-12-061-1/+1
| | | | | | | | | | 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
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+1
| | | | | | | | | | | | 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
* Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237)Glen Mazza2004-04-181-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197517 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-03-311-0/+1
| | | | | | | | | | | | 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
* Modification made for collecting parameters to be compatible (hopefully) withGlen Mazza2004-02-111-3/+19
| | | | | | | Win9x. Work from Apache Ant. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197352 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-101-1/+3
| | | | | | | | | | | 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
* Updated fop.bat.Glen Mazza2004-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197349 13f79535-47bb-0310-9956-ffa450edef68
* Added quotes around %LOCALCLASSPATH% to avoid errors with paths containing ↵Jeremias Maerki2003-07-141-1/+1
| | | | | | | | | 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
* Adjust to version change of Commons IOJeremias Maerki2003-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196594 13f79535-47bb-0310-9956-ffa450edef68
* slash to backslash for consistencyJeremias Maerki2003-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196455 13f79535-47bb-0310-9956-ffa450edef68
* Teach FOP under NT/2000/XP to start when the user is in any directory, maybe ↵Jeremias Maerki2003-05-141-2/+6
| | | | | | | | | 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
* Added commons-io to the classpath. Jeremias Maerki2003-04-161-1/+3
| | | | | | | 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
* Update for new Avalon Framework versionJeremias Maerki2003-03-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196184 13f79535-47bb-0310-9956-ffa450edef68
* Removed footprints of bsf.jar.Oleg Tkachenko2002-12-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195768 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted to new JARsJeremias Maerki2002-11-221-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195617 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for new Avalon Framework JARJeremias Maerki2002-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195066 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-111-1/+1
| | | | | | | 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
* Fixes script classpaths to use avalon and logkit.Steve Coffman2001-08-201-1/+1
| | | | | | | 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
* AHS: Build and runtime file updatesarved2001-08-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194410 13f79535-47bb-0310-9956-ffa450edef68
* fixed classpath for batik jarKeiron Liddle2001-05-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194255 13f79535-47bb-0310-9956-ffa450edef68
* Looks for fop.jar in toparved2001-04-031-0/+1
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194192 13f79535-47bb-0310-9956-ffa450edef68