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

Don't work directory exclude #111

Closed
seyfer opened this issue Oct 4, 2013 · 1 comment
Closed

Don't work directory exclude #111

seyfer opened this issue Oct 4, 2013 · 1 comment

Comments

@seyfer
Copy link

seyfer commented Oct 4, 2013

I have config

<phpdox xmlns="http://phpdox.de/config">
    <project name=pr" source="src" workdir="build/phpdox">
        <collector publiconly="false">
            <include mask="*.php" />
            <exclude mask="*Autoload.php" />
            <exclude mask="vendor" />
        </collector>
        <generator output="build">
            <build engine="html" enabled="true" output="api"/>
        </generator>
    </project>
</phpdox>

I need exclude vendor, but it don't work. And i'm have error in some vendor package.

[04.10.2013 - 06:42:55]  - src/application/classes/mkv.php (iconv(): Wrong charset, conversion from `binary' to `UTF-8//TRANSLIT' is not allowed)
[04.10.2013 - 06:42:55] Saving results to directory 'build/phpdox'
[04.10.2013 - 06:42:57] Removed 901 vanished file(s) from project

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 stacktrace (if given) along!

Exception: TheSeer\phpDox\Project\ProjectException
Location: /usr/share/php/TheSeer/phpDox/project/Project.php (Line 268)

Internal Error: Unit 'Spork\Test\Util\ThrottleIteratorTest' not found in index (ns: Spork\Test\Util, n: ThrottleIteratorTest).

#0 /usr/share/php/TheSeer/phpDox/CLI.php(132): TheSeer\phpDox\Application->runCollector()
#1 /usr/bin/phpdox(60): TheSeer\phpDox\CLI->run()

Spork packet in vendor/spork directory.

@seyfer
Copy link
Author

seyfer commented Oct 10, 2013

@williamvicary method resolv my issue too

[https://github.com//issues/111]

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

No branches or pull requests

1 participant