From a3ceef45cb4ae4e8255818e8c945dcb61cc5c943 Mon Sep 17 00:00:00 2001 From: meus Date: Sat, 31 Mar 2007 14:05:02 +0000 Subject: [PATCH] Updated this readme with a suggested fix --- tools/build/build.xml-readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/build/build.xml-readme.txt b/tools/build/build.xml-readme.txt index 59ca64358..76e56d606 100644 --- a/tools/build/build.xml-readme.txt +++ b/tools/build/build.xml-readme.txt @@ -3,6 +3,9 @@ build.xml: Use phing 2.2.0 tu build it. Version phing 2.3.0beta1 will not work. +UPDATE: If you edit the build.xml file and change the taskname from phpdoc to +phpdocext it will work with phing 2.3.0beta1. + If you used pear to install phing, then make sure, that the pear subfolder pear/data is also in your php include_path. Otherwise you will get an error 'BUILD FAILED Can't load default task list'. @@ -14,4 +17,4 @@ by set PHP_CLASSPATH=%PHING_HOME%\classes If you use phing 2.2.0 and fixed the bug calling tools\build>phing generate-docs -should compile the the help to build/tobuild/docs/API/phpdoc/html \ No newline at end of file +should compile the the help to build/tobuild/docs/API/phpdoc/html