John,

Related, two quesitons about plugin code for you and Stephan:

(1) Does the plugin code provide mechanism for running external program
(separate process, not written in java)? This capability would be
very useful, since there are many parsers out as standalone tools.
Core issue would be pipe stdin, stdout and stderr properly.
Byron has expressed the same interest before.

There is already a plugin that demonstrate this.
The open office plugin that adds 100++ new file formats to nutch use an external open office server.
The code isn't 100% compatible with our actually plugin -system implementation.
Until this week I have vacations so I can put it on my to do list for next weeks to update the code.



(2) If two plugins A and B depend on different versions of lib C,
how does the plugin code handle it? I might face this possiblity
in the future.

You simply can create a plugin that is just contains one jar file without any other code,
In the plugin.xml you export the library and you plugin A and B depends on your library plugin.


Attention there was a bug fix regarding classloading problems with my last plugin system patch that isn't in the cvs today.
This bug shouldn't be a problem in your scenario.
I can grep just the bug fix out of my last plugin contribution and submit it, but sorry not before Wednesday next week.
Ok?


Stefan

---------------------------------------------------------------
enterprise information technology consulting
open technology:   http://www.media-style.com
open source:           http://www.weta-group.net
open discussion:    http://www.text-mining.org



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to