[FLOW3-general] rendering manuals package wrapper problem
Hermann Ragaller
hermann.ragaller at hrex.de
Sat Sep 25 22:30:18 CEST 2010
Am 25.09.2010 14:00, schrieb Gábor Horn:
> [hirisov at localhost FLOW3]$ phing doc-render
> Buildfile: /home/hirisov/FLOW3/build.xml
> [property] Loading /home/hirisov/FLOW3/Build/Phing/Phing.properties
>
> no error messages as far as i can see.
But you did get output from phing, didn't you?
phing should print messages which allow you to trace its activity, like:
-----------------------------------------------------
FLOW3 > doc-render-api:
[mkdir] Created dir: C:\programs\FLOW3-source\P
[xmlproperty] Loading C:\programs\FLOW3-source\Pack
[phpuml] Calling PHP_UML on Packages\Framework\W
[copy] Copying 1 file to C:\programs\FLOW3-sou
FLOW3 > doc-render:
BUILD FINISHED
Total time: 1 minutes 14.11 seconds
-----------------------------------------------------
If you see BUILD FINISHED, the generated Manuals should be in
FLOW3/Packages/[Framework|Application]/<package
name>/Documentation/Manual/HTML. You can manually delete the HTML
directory if it exists and repeat the process, after which it should
appear again. You can also run "phing doc-clean-all", which would clear
out all generated files in all the packages, if you want to start over
from fresh.
Note that in any case the docbook source must be in
Documentation/Manual/DocBook.
I am not quite sure but I think the environment variable
FLOW3_CONTEXT=Development has to be set as well (and FLOW3_ROOTPATH and
FLOW3_WEBPATH).
Hope this helps,
Hermann
More information about the FLOW3-general
mailing list