aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools/anttasks/Fop.java
Commit message (Expand)AuthorAgeFilesLines
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-16/+16
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-18/+16
* Bugzilla #49733:Jeremias Maerki2010-08-141-9/+12
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-3/+0
* Added support for xmlfile and xsltfile parameters in FOP's Ant Task.Adrian Cumiskey2009-10-231-16/+122
* Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o...Andreas L. Delmelle2008-07-131-4/+4
* Beware! An evil tab character! But it's been eliminated. ;-)Jeremias Maerki2008-07-101-17/+17
* Whoops.. default value should be true :).Adrian Cumiskey2008-07-091-1/+1
* Added throwexceptions attribute to FOP ant task. This works around the proble...Adrian Cumiskey2008-07-091-1/+23
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-2/+2
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #39809: Jeremias Maerki2006-06-141-1/+3
* Restore configurability of Ant task.Jeremias Maerki2006-05-221-25/+13
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-4/+5
* Added support for userconfig attribute in FOP Ant task. Jeremias Maerki2006-02-171-5/+31
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-4/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-66/+61
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-2/+2
* Bugzilla: #33760Jeremias Maerki2005-06-091-0/+11
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-2/+1
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-18/+19
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-3/+1
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-1/+0
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+0
* PR:Glen Mazza2004-03-311-18/+39
* Comments fixed.Glen Mazza2004-03-201-2/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* New feature for the Ant task: relativebase="true" uses the directory of each ...Jeremias Maerki2003-11-221-2/+28
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-121-3/+3
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-121-2/+2
* Patch 21381: New "force" attribute added to FOP task, update to documentation.Glen Mazza2003-07-301-7/+50
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-271-7/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-171-22/+22
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-22/+22
* Replace use of deprecated field with recommended method to remove a compiler ...William Victor Mote2003-04-231-30/+30
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+503