diff --git a/pst/ps/fop.xml b/pst/ps/fop.xml index 76f6c1888b..f6ddfb2b78 100644 --- a/pst/ps/fop.xml +++ b/pst/ps/fop.xml @@ -185,7 +185,7 @@ popd Installing FOP Components - In case of not having forrest installed, remove + If forrest is not installed, remove a reference to it in the build.xml: sed -i -e "s/all,javadocs,docs/all,javadocs/" \ -e '\#${dist.bin.result.dir}/docs#,\#</copy>#d' build.xml @@ -282,10 +282,11 @@ install -v -m644 lib/{xml-apis,xerces,xalan}.LICENSE.txt \ Command Explanations - FOP_PKG_DIR=$(pwd)/..: Assuming that the source packages - are stored one level above of the current working directory. This is the allways default - but - may be different because of personal tast. Change this to match the directory where the - FOP tarball can be found. + FOP_PKG_DIR=$(pwd)/..: This assumes that the + source packages are stored one level above the current working directory. + This is always the default; but may be different because of personal + taste. If necessary, change this to match the directory where the + FOP tarball can be found. sh $FOP_PKG_DIR/jai-&jai-version;-lib-linux-i586-jdk.bin: This command installs the JAI components @@ -302,10 +303,11 @@ install -v -m644 lib/{xml-apis,xerces,xalan}.LICENSE.txt \ package. These commands install the package. --> ant dist: This reads the build.xml - file and performs the target which builds the - package and runs the unit regression tests. It also creates the Java API documentation - and a directory where the newly created binaries are placed into. This directory is - used to install FOP to its final place. + file and performs the target that builds the + package and runs the unit regression tests. It also creates the Java API + documentation and a directory where the newly created binaries are placed + into. This directory is used to install FOP + to its final place. ln -v -sf fop-&fop-version; /opt/fop: This is optional and creates a convenience symlink so that $FOP_HOME