aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/cli/Main.java
Commit message (Expand)AuthorAgeFilesLines
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-21/+11
* The output file is now deleted when an exception occurs when calling FOP from...Jeremias Maerki2005-12-091-0/+3
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-3/+5
* New "-foout" parameter which only saves the intermediate XSL-FO file when -xm...Jeremias Maerki2005-08-231-4/+13
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-0/+192