[FLOW3-general] rendering manuals package wrapper problem

Hermann Ragaller hermann.ragaller at hrex.de
Tue Sep 21 12:32:17 CEST 2010


Hi all,

I wanted to try the docbook toolchain, so I checked out the distribution 
and the DocTools and DocbookXSLNS application packages, roughly 
following the instructions on 
http://forge.typo3.org/projects/flow3/wiki/FLOW3_Release_Checklist.

Basically I checked out the distribution via git and the two Application 
packages from svn and put them into the distribution tree.
I have to admit that I am struggling with the complexity of the 
repository structure and the build process, so I might have made some 
mistake here.

Anyway I got to the point where rendering the API documentation works, 
but I cannot render the manuals, which is the part I am interested in.

When I run the command

php 
C:\programs\FLOW3-1.0.0-alpha11-build32\Packages\Framework\FLOW3\Scripts\FLOW3.php 
doctools manual render --format=html --output-directory=/temp/out Fluid

I get this error message:

Uncaught Exception in FLOW3 #1: Warning: copy(): Unable to find the 
wrapper "package" - did you forget to enable it when you configured PHP?
  in 
C:\programs\FLOW3-1.0.0-alpha11-build32\Packages\Application\DocTools\Classes\Service\DocBookManualRenderService.php 
line 73

The error occurs in this file:
FLOW3-1.0.0-alpha11-build32\Packages\Application\DocTools\Classes\Service\DocBookManualRenderService.php

on line 73:
copy('package://DocTools/Private/CSS/TheGuide.css', 
$this->outputDirectory . '/TheGuide.css');

Btw, I noticed that the path "DocTools/Private/CSS/TheGuide.css" seems 
incorrect because in the file system it is 
"DocTools/Resources/Private/CSS/TheGuide.css". Changing that in the 
source did not make any difference, however.

My environment is Windows 7 with PHP 5.3.2.

I would appreciate any hints on what I am doing wrong because I am 
really stuck here...

thanks & regards,
Hermann


More information about the FLOW3-general mailing list