Postprocess

From Apache OpenOffice Wiki
Jump to: navigation, search

Module 'postprocess' hosts all processes to work on 'solver' before creating an installation set. In particular there is

postprocess/checkxml
a perl script to check for empty xml files on solver.
postprocess/checkdeliver
a perl script to check whether delivered binaries on solver are up to date compared with their origin at the source tree.
postprocess/packconfig
pack xml configuration into archives (creation of uiconfig.zip).
postprocess/rebase
windows only: rebase all shared libraries on solver. If you have any library that must not get rebased, add it to no_rebase.txt.

As this module is intended to work on everything delivered to solver it has to be the last module built before creating install sets. To achieve this its build.lst has to contain all modules or at least all upper ends of module dependency chains. Module 'instsetoo_native' just depends on module postprocess.

Personal tools