apache.org > XML Federation > xmlgraphics.apache.org

Apache FOP: Downloading A Distribution

Binary or Source?

Most FOP users will want to download the latest binary distribution, which is ready to run "out of the box." However, a source distribution will be preferable if you fall into one of the following categories:

  • You wish to modify FOP.
  • You wish to use a version more recent than the latest release. For example, if you have read on the user mailing list that a bug has been fixed or a feature added that you are eager to try, you might download a source distribution from the CVS repository so that you don't have to wait for the next release.
  • You wish to build a local copy of the API documentation (javadocs).

Binary Download

Binary distributions include "-bin" in their names, and can be downloaded from a FOP Distribution mirror.

Source Download

You must first determine which of the two main development branches you wish to download, "maintenance" or "redesign". See Development Introduction for more details on the choices, and for the CVS tags to use when downloading the "maintenance" branch.

There are several ways to obtain a source distribution. Please note that they are listed from least current to most current:

  • Download a released version from a FOP Distribution mirror. Source distributions include "-src" in their names. Please note that official releases currently are only made from the "maintenance" branch.
  • Download directly from the SVN repository. Anyone can do this using the Anonymous SVN Server. By default, the code in SVN is up-to-the-minute, the same code that the developers are modifying. See the SVN section of Developer Tools for more information on using SVN.

Old Maintenance Branch (for 0.20.5)
Repository URL http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain/
Web view http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_20_2-maintain/
Latest Release Branch
Repository URL http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_93/
Web view http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_93/
Trunk
Repository URL http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
Web view http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/

With any source distribution, you will need to build FOP from the source files. For details please see the "Build" page on the documentation tab for the version you've downloaded.

Fixme (jeremias)
Reenable the link to the SVN snapshots once they are available.

Archive Download

FOP Archive distributions are linked from the upper portion of the Apache FOP Download Mirror Page and can be downloaded from the FOP Archives binaries & source links.