-
Notifications
You must be signed in to change notification settings - Fork 122
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
Git enricher fails to save gitlog.xml #218
Comments
I did a |
Dropping this broke resolution is some cases. Fixes theseer#218.
There's also another issue hidden here: Even if the resolving works the target-directory may not (yet) exist. I'm reopening this issue until i implemented the fix for that. |
@redbeardcreator Can you provide a testcase für the GlobalConfig unit tests that triggers the line you (re-)added in PR #219. I failed to come up with one previously and thus had it removed. |
@theseer, my current project has the problem. I'll see if I can reduce it to a usable test case. |
I haven't figured out how to write the unit test, yet, but the project at https://github.com/redbeardcreator/phpdox-testcase will demonstrate the problem. I believe the phpdox.xml file was generated using I will see if I can figure out how to do the unit test. |
Managed to create a working sample based on your testcase. Thank you! |
Your welcome :) |
The git enricher throws the following information when attempting to write out the gitlog.xml file. It looks like a path that needs to be evaluated is not. It seems similar to #60, but is only affecting the git enricher.
When I disable the git enricher, document building completes as expected.
This worked previously in a dev version, but I don't know which version it was. The 0.7 release fails to build docs for a number of files in my repository.
The text was updated successfully, but these errors were encountered: