Updated this readme with a suggested fix
This commit is contained in:
parent
0a1dfae29f
commit
a3ceef45cb
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ build.xml:
|
||||||
|
|
||||||
Use phing 2.2.0 tu build it. Version phing 2.3.0beta1 will not work.
|
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
|
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
|
pear/data is also in your php include_path. Otherwise you will get an error
|
||||||
'BUILD FAILED Can't load default task list'.
|
'BUILD FAILED Can't load default task list'.
|
||||||
|
@ -14,4 +17,4 @@ by
|
||||||
set PHP_CLASSPATH=%PHING_HOME%\classes
|
set PHP_CLASSPATH=%PHING_HOME%\classes
|
||||||
|
|
||||||
If you use phing 2.2.0 and fixed the bug calling tools\build>phing generate-docs
|
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
|
should compile the the help to build/tobuild/docs/API/phpdoc/html
|
||||||
|
|
Loading…
Add table
Reference in a new issue