Hi Martina
With the current trunk this works much better than before. The only
thing I do not quite understand, is why some libraries for some plugins
have been seprated from both the lib folder and the plugins lib folder.
Took me some time to get the build path straight.
Now that it's set up like intended things work out nicely. I'm happily
coding away my parsers in Groovy and include them as linked libraries
into the main plugin File. I think I could even get away without the
java classes, but this is nice enough right now.
I have a few more questions, about lucene document fields, but I won't
bother this thread. Maybe later.
Thanks, I think I'm fine now.
Silvio
Koch Martina wrote:
Hi Silvio,
you're right, the plugins are compiled into tmp_build, but the relevant plugin.xml files
are in the src/plugin sub-folders. By setting the value of the plugin.folders property in
the nutch-site.xml file to "./src/plugin" it picks up the plugin.xml
information from there.
Did you change this property from the default value "plugins"?
Hope this helps.
Kind regards,
Martina