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
         Assigned To: Dennis Kubes
            Priority: Minor
             Fix For: 0.9.0


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.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-developers mailing list
Nutch-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to