diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-16 17:14:39 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-16 17:14:39 +0000 |
commit | 2b3e761a15723dc5be98a2fb773c947c036a8e60 (patch) | |
tree | bdf8eb73ac585950f0d92c0315bbb7549d526f76 /README | |
parent | e5c4fd16fca9ab5511c1aa651142f55b246cee53 (diff) | |
parent | 091049e90edd8d3adc731aedab4319fcdbe8f49d (diff) | |
download | xmlgraphics-fop-2b3e761a15723dc5be98a2fb773c947c036a8e60.tar.gz xmlgraphics-fop-2b3e761a15723dc5be98a2fb773c947c036a8e60.zip |
FOP-1852: Add maven build support.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1735268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -78,6 +78,18 @@ FOP. Otherwise, please follow the instructions found here: http://xmlgraphics.apache.org/fop/stable/compiling.html +[TEMPORARY] + +Until the above referenced instructions are updated, one of the following +may be used to build FOP: + +Building with Maven (preferred) + +% mvn clean install + +Building with Ant (deprecated) + +% ant -f fop/build.xml clean all How do I run FOP? ----------------- @@ -89,10 +101,25 @@ command-line. For more details, see: http://xmlgraphics.apache.org/fop/stable/running.html +[TEMPORARY] + +Note that FOP command line scripts and build results from ant will be found +under the ./fop sub-directory. + ============================================================================== RELEASE NOTES ============================================================================== +Version 2.2 (Forthcoming) +=========== + +Major Changes in Version 2.2 +---------------------------- + +* Transition from Ant to Maven Build Process + +This release also contains a number of bug fixes. + Version 2.1 =========== |