phpDocumentor: Transform doesn't happen on Windows.
PHPDocumentor v2.0.0a12 on Windows, PHAR version:
W:\src\frmwrk>php ..\phpdocumentor.phar
Initializing parser and collecting files .. OK
Parsing files
Parsing W:\src\frmwrk\index.php
No DocBlock was found for property $smarty
No DocBlock was found for property $flash_data
No DocBlock was found for property $config
No DocBlock was found for property $shorthand
No DocBlock was found for property $libs
No DocBlock was found for property $action
No DocBlock was found for method __construct()
Argument $asset is missing from the Docblock of get_asset()
Argument $class is missing from the Docblock of add_message()
Argument $message is missing from the Docblock of add_message()
Argument $key is missing from the Docblock of get_flashdata()
Argument $key is missing from the Docblock of add_flashdata()
Argument $value is missing from the Docblock of add_flashdata()
Storing structure.xml in "W:\src\frmwrk\doc\output\structure.xml" .. OK
Initializing transformer .. OK
Processing behaviours .. OK
Executing transformations
PHP Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this
object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/Writer/Xsl.php on line 116
Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/
Writer/Xsl.php on line 116
PHP Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this
object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/Writer/Xsl.php on line 104
Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/
Writer/Xsl.php on line 104
PHP Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this
object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/Writer/Xsl.php on line 104
Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/
Writer/Xsl.php on line 104
PHP Warning: XSLTProcessor::transformToUri(): No stylesheet associated to this
object in phar://W:/src/phpdocumentor.phar/src/phpDocumentor/Plugin/Core/Transformer/Writer/Xsl.php on line 104
[truncated]
This only happens with PHAR version – appears to be a problem with PHAR?
About this issue
- Original URL
- State: closed
- Created 12 years ago
- Comments: 37 (19 by maintainers)
Commits related to this issue
- #713: Add logging to XSL writer — committed to phpDocumentor/phpDocumentor by mvriel 11 years ago
- #713: XSL Templates are not found in Windows When running phpDocumentor from Phar the file paths are interpreted as if on Linux; but there is an exception in the Xsl writer where, if on windows, the ... — committed to mvriel/phpDocumentor2 by mvriel 10 years ago
- Merge pull request #1269 from mvriel/feature/713 #713: XSL Templates are not found in Windows — committed to phpDocumentor/phpDocumentor by ashnazg 10 years ago
I confirm this issue for PHAR on ubuntu 16.04 and php 7.1.3 Happens only when i use a template other than ‘clean’ (for example ‘zend’)