Chris,
Yeah, sorry that was a mistake when I posted. My alias tags are
appropriately in parse-plugins.xml. I thought the issue could have been a
typo in the plugin.xml file (implementation id), but I re-built / re-ran and
I'm still getting the same error.
1 - Yes
2 & 3 - Yes (listed below)
<extension-point
id="org.apache.nutch.parse.HtmlParseFilter"
name="Nutch HTML Parse Filter"/>
<runtime>
<library name="microformats-hreview.jar">
<export name="*"/>
</library>
</runtime>
<extension id="org.apache.nutch.microformats.hreview.HReviewParser"
name="HReview parser"
point="org.apache.nutch.parse.HtmlParseFilter">
<implementation
id="org.apache.nutch.microformats.hreview.HReviewParser"
class="org.apache.nutch.microformats.hreview.HReviewParser"/>
</extension>
Thanks,
Mike
--
View this message in context: http://www.nabble.com/Xml--t1050112.html#a3883182
Sent from the Nutch - User forum at Nabble.com.