Yes, this path is meant to be ordered. Note that relative pathnames here are searched for on the classpath.

Doug

Andy Lee wrote:
The plugin.folders property specifies directories where plugins are  found.

Can I assume that the order of these directories is the order in which plugins are applied? For example, if I have...


<property>
  <name>plugin.folders</name>
  <value>/path/to/NUTCH/plugins /path/to/MY/plugins</value>
</property>


...can I assume the Nutch plugins will be applied before my plugins?

I know the answer is "yes" based on the way it happens to be coded now. I would like to know if it's safe to assume it'll always be so, as an explicit design decision. I think it should be, because I suspect I'm not the only one who will ever want control over the order of plugins.

--Andy

Reply via email to