-
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
Exclude does nothing #66
Comments
I finally had some time to try to reproduce your problem, but I cannot on my development version. theseer@rikka ~/storage/php/phpdox master $ grep "exclude" phpdox.xml.dist && ./phpdox.php phpdox %development% - Copyright (C) 2010 - 2012 by Arne Blankerts [...] cccccccccccccccccccccccccccccccccccccccccccc [44] versus theseer@rikka ~/storage/php/phpdox master $ grep "exclude" phpdox.xml.dist && ./phpdox.php phpdox %development% - Copyright (C) 2010 - 2012 by Arne Blankerts [...] cccccccccccccccccccccccccccccccccccccccccccccccccc [50] |
Hmm this is odd - it appears that the collector is excluding as expected, however when it comes to the generator it appears to scan the full data set again - the documentation this has created is full of unused classes within the /external/ folder (Zend framework and an internal library). Is there a different exclusion protocol for the generator? |
I think I have figured this out - is there some kind of caching involved with the generator process? Clearing my workspace in Jenkins has sorted this, using the same SVN source. Hope this helps! |
@williamvicary method resolv my issue too [https://github.com//issues/111] |
As the cache handling has been rewritten as well as the config change detection implemented, I close this ticket. If the problem remains, please open a new ticket. |
When trying to add exclude paths it doesn't appear to have an affect on the output I've tried all different exclude masks I could think of, including altering the include mask to an exclude without effect - this document is definitely being included as I can break it by adding rubbish to it.
The text was updated successfully, but these errors were encountered: