[ https://issues.apache.org/jira/browse/NUTCH-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Kubes closed NUTCH-448. ------------------------------ Resolution: Later This was some old functionality that seemed good at the time. Not so much now. > Allow Plugin Includes and Excludes from File > -------------------------------------------- > > Key: NUTCH-448 > URL: https://issues.apache.org/jira/browse/NUTCH-448 > Project: Nutch > Issue Type: Improvement > Affects Versions: 0.9.0 > Environment: all platforms > Reporter: Dennis Kubes > Assignee: Dennis Kubes > Priority: Minor > Fix For: 1.0.0 > > Attachments: plugin-fromfile.patch > > > This functionality allows the plugin.includes and plugin.excludes values to > be moved out of the nutch-default.xml and nutch-site.xml files and loaded > from one or more text configurtion files found in the classpath. This is a > cleaner implementation then having one big long regular expression in the > configuration file as plugin.includes or plugin.excludes. > Loads plugin configuration from files defined by the plugin.files > configurtion variable. Files must be available to be found in the classpath. > The plugin files consist of one regex per line. Plugins starting with a - > will be excluded while lines starting with a # will be ignored. All other > non-blank lines will be included as plugins, one per line. Any plugins > configured through plugin.includes and plugin.excludes in the configuration > are also added. Any plugins that are excluded are removed from the includes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.