-
Notifications
You must be signed in to change notification settings - Fork 121
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
vendor include at binary file #226
Comments
Ok, the fix is not correct. I made a very very bad fix for me.
to illustrate: <target name="phpdox" unless="phpdox.done" depends="phploc-ci,phpcs-ci,phpmd,phpunit" description="Generate project documentation using phpDox">
<delete dir="${builddir}/docs"/>
<exec command="${toolsdir}/phpdox -f ${project.basedir}/phpdox.xml" passthru="true"/>
</target> At the moment it works for. :-) |
I have to admit, I neither get your change nor the underlying issue. |
I'm not sure if I get what you said @dehenne, have you changed the vendor directory config in ... so maybe the problem is: phpdox always finds for standard vendor directory. If I got well the big picture, ignoring vendor directory name - like this solution - could fix that. |
Sorry, if I have not expressed myself clearly. But all dependencies are installed. @renanbr had the right idea :-) I change the name of my vendor dir. @theseer
Is vendor the "vendor" directory from composer or a directory from your src dir? thanks again for your help |
Okay, I start to see the problem. And it indeed only exists due to the renamed the vendor directory. I'll see how I can address that best. |
awesome. the fix works 👍 |
Hello,
Thanks for the awesome work.
But I have some troubles to run the phpdox file with:
https://github.com/theseer/phpdox/blob/master/phpdox#L46
should it not be so: ?
it works for me only so
DIR . '/vendor' does not work for me.
And I have a second question, why you use not $vendor as the require?
thank you in advance for your explanation :-)
The text was updated successfully, but these errors were encountered: