-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Description
Expert that I am in experiencing all sort of bugs, here's a new one.
fmaz@FMaz-Zino:~/Bureau/phpdox$ rm -rf xml/
fmaz@FMaz-Zino:~/Bureau/phpdox$ ./phpdox.php tests/data/
phpdox %version% - Copyright (C) 2010 - 2011 by Arne Blankerts
.....
PHP Warning: rmdir(./xml/tests/data/..): Directory not empty in /home/fmaz/Bureau/phpdox/src/application.php on line 192
PHP Stack trace:
PHP 1. {main}() /home/fmaz/Bureau/phpdox/phpdox.php:0
PHP 2. TheSeer\phpDox\CLI->run() /home/fmaz/Bureau/phpdox/phpdox.php:57
PHP 3. TheSeer\phpDox\Application->runCollector() /home/fmaz/Bureau/phpdox/src/cli.php:96
PHP 4. TheSeer\phpDox\Application->cleanup() /home/fmaz/Bureau/phpdox/src/application.php:94
PHP 5. rmdir() /home/fmaz/Bureau/phpdox/src/application.php:192
phpdox %version% - Copyright (C) 2010 - 2011 by Arne Blankerts
Error while processing request:
- fDOMException: loading file './xml/tests/data/test2.php.xml' failed.
Details as follows:
[XML-STRING] [Line: 0 - Column: 0] Warning 1549: failed to load external entity "/home/fmaz/Bureau/phpdox/xml/tests/data/test2.php.xml"
This time it's a regular local EXT partition.
Ps.: "Bureau" mean "Desktop" in french.
Here's the directory listing after the error occured of the file created inside the default xml/ folder:
fmaz@FMaz-Zino:~/Bureau/phpdox$ ls -lRa xml
xml:
total 44
drwxr-xr-x 2 fmaz fmaz 4096 2011-03-27 11:13 .
drwxrwxrwx 7 fmaz fmaz 4096 2011-03-27 11:13 ..
-rw-r--r-- 1 fmaz fmaz 1210 2011-03-27 11:13 classes.xml
-rw-r--r-- 1 fmaz fmaz 312 2011-03-27 11:13 interfaces.xml
-rw-r--r-- 1 fmaz fmaz 380 2011-03-27 11:13 namespaces.xml
Hope that will help !