theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
600 stars 121 forks source link

TheSeer\phpDox\Generator\TokenFileException (Code: 1) #342

Closed Mitriyweb closed 5 years ago

Mitriyweb commented 5 years ago

Oups... phpDox encountered a problem and has terminated!

It most likely means you've found a bug, so please file a report for this
and paste the following details and the stacktrace (if given) along:

PHP Version: 7.1.12 (WINNT)
PHPDox Version: 0.11.0-dev
Exception: TheSeer\phpDox\Generator\TokenFileException (Code: 1)
Location: ...\Composer\vendor\theseer\phpdox\src\generator\project\TokenFile.php (Line 19)

File 'file:/.../docs/build/xml/tokens/php/Application.php.xml' not found

0 ...\Composer\vendor\theseer\phpdox\src\generator\Generator.php(147): TheSeer\phpDox\Generator\TokenFileIterator->current()

1 ...\Composer\vendor\theseer\phpdox\src\generator\Generator.php(140): TheSeer\phpDox\Generator\Generator->processTokenFiles()

2 ...\Composer\vendor\theseer\phpdox\src\Application.php(246): TheSeer\phpDox\Generator\Generator->run()

3 ...\Composer\vendor\theseer\phpdox\src\CLI.php(165): TheSeer\phpDox\Application->runGenerator()

4 ...\Composer\vendor\theseer\phpdox\phpdox(67): TheSeer\phpDox\CLI->run()

theseer commented 5 years ago

Duplicate of #271