Welcome to use PRADO build script! ---------------------------------- You may use the following command format to build a target: phing <target name> where <target name> can be one of the following: For all PRADO developers: - test : run unit tests (results are under /build/test-reports); For PRADO release manager: - dist : create release files; - build : prepare a directory for distribution; - clean : clean up the build directory; - rebuild : clean first and then build; - docs : generate documentation; - pear : generate PEAR packages; - snapshot: generate nightly snapshot; Building pradolite.php... Copying files to build directory... Changing file permissions... Building quickstart demo search indices... Cleaning up the mess Build PDF + CHM + HTML Docs, it may take about 30 mins Building quickstart.pdf... Building API manuals... Indexing API manuals... Generating CHM Content (Quickstart + ClassDocs) Moving doc files to build... Generating compressed distribution files... Generating files for pradosoft.com... Compiling class docs... Moving HTML docs to Web folder... Distribution Not Completed Yet!!! The following steps need to be manually performed in order to complete the PRADO distribution: 1. Package DreamWeaver extension by running DW extension manager with buildscripts/classtree/PRADO.mxi and saving the generated file as "${build.src.dir}/editors/Dreamweaver/PRADO.mxp" 2. If building on Linux, the CHM doc file needs to be generated by compiling "${build.doc.dir}/manual/CHMdefaultConverter/phpdoc.hhp" and saving the generated file as "${build.src.dir}/docs/manual.chm" 3. Use winzip (on Windows) and gzip (on Linux) to generate the compressed release files of the direcotry "${build.src.dir}". Generating compressed distribution files...