Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include_once PDepend/Util/Coverage/CloverReport.php: failed to open stream #160

Closed
ghost opened this issue Jul 2, 2014 · 4 comments
Closed
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Jul 2, 2014

I'm using the latest pdepend.phar (2.0.0)

PHP Warning:  include_once(PDepend/Util/Coverage/CloverReport.php): failed to open stream: No such file or directory in phar:///path/to/project/build-tools/pdepend.phar/src/main/php/PDepend/Util/Coverage/Factory.php on line 67
PHP Stack trace:
PHP   1. {main}() /path/to/project/build-tools/pdepend.phar:0
PHP   2. PDepend\TextUI\Command::main(array (0 => '/path/to/project/build-tools/pdepend.phar', 1 => '--jdepend-chart=/path/to/project/build/pdepend/dependencies.svg', 2 => '--jdepend-xml=/path/to/project/build/logs/jdepend.xml', 3 => '--overview-pyramid=/path/to/project/build/pdepend/overview-pyramid.svg', 4 => '--summary-xml=/path/to/project/build/logs/pdepend-summary.xml', 5 => '--coverage-report=/path/to/project/build/logs/clover.xml', 6 => '--suffix=php,phtml', 7 => '--ignore=/path/to/project/public/assets/vendor/,/path/to/project/vendor/,/path/to/project/data,/path/to/project/docs/,/path/to/project/tests/,/path/to/project/build/,/path/to/project/build-tools/,autoload_function.php', 8 => '/path/to/project/')) /path/to/project/build-tools/pdepend.phar:59
PHP   3. PDepend\TextUI\Command->run() phar:///path/to/project/build-tools/pdepend.phar/src/main/php/PDepend/TextUI/Command.php:628
PHP   4. PDepend\TextUI\Runner->run() phar:///path/to/project/build-tools/pdepend.phar/src/main/php/PDepend/TextUI/Command.php:233
PHP   5. PDepend\Engine->analyze() phar:///path/to/project/build-tools/pdepend.phar/src/main/php/PDepend/TextUI/Runner.php:314
PHP   6. PDepend\Engine->performAnalyzeProcess() phar:///path/to/project/build-tools/pdepend.phar/src/main/php/PDepend/Engine.php:326
@ghost ghost changed the title PHP Warning: include_once(PDepend/Util/Coverage/CloverReport.php): failed to open stream include_once PDepend/Util/Coverage/CloverReport.php: failed to open stream Jul 2, 2014
@manuelpichler manuelpichler self-assigned this Aug 13, 2014
@manuelpichler manuelpichler added this to the 2.0.1 milestone Aug 13, 2014
@manuelpichler manuelpichler modified the milestones: 2.0.2, 2.0.1 Sep 9, 2014
@manuelpichler
Copy link
Contributor

Does this issue still exist with 2.0.1?

@ghost
Copy link
Author

ghost commented Sep 10, 2014

There is currently no phar available for version 2.0.1, so I can't test it.

Using a composer version will produce an other error (#169). Therefor I can not say if the bug still exists.

@manuelpichler
Copy link
Contributor

Sorry the symlink 2.0.1 -> latest was missing, fixed now.

@ghost
Copy link
Author

ghost commented Sep 10, 2014

Thanks. The warning still exists when using the phar executable.
Using the composer version the warning is not shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant