I tried to run phpdox on a Windows 2012 server - but I get an error:
PHP Version: 7.0.5 (WINNT) PHPDox Version: 0.8.1.1 Exception: TheSeer\phpDox\Generator\TokenFileException (Code: 1) Location: phar://D:/htdocs/AscPro/bin/phpdox-0.8.1.1.phar/phpdox/generator/pro ject/TokenFile.php (Line 19) File 'file:/D:/htdocs/AscPro/build/phpdox/tokens/AppBundle/AppBundle.php.xml' not found
I checked the location, the file did not disappear. I encounter this problem in the process of continuous integration with the Jenkins. This is very strange because the same phpdox version worked for me on ubuntu. Maybe this is due to the fact that all programs are on "C:", including Jenkins, but the jenkins workspace is on "D:"?
php continuous-integration symfony jenkins windows-server-2012-r2
user3746259
source share