summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2016-03-16 17:14:39 +0000
committerGlenn Adams <gadams@apache.org>2016-03-16 17:14:39 +0000
commit2b3e761a15723dc5be98a2fb773c947c036a8e60 (patch)
treebdf8eb73ac585950f0d92c0315bbb7549d526f76 /README
parente5c4fd16fca9ab5511c1aa651142f55b246cee53 (diff)
parent091049e90edd8d3adc731aedab4319fcdbe8f49d (diff)
downloadxmlgraphics-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--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index 13c050bdc..f58574554 100644
--- a/README
+++ b/README
@@ -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
===========