[
https://issues.apache.org/jira/browse/NUTCH-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081677#comment-13081677
]
Lewis John McGibbney commented on NUTCH-623:
--------------------------------------------
If we wished to fix this, then it would be a case of editing both
/src/plugin/languageidentifier/plugin.xml and build.xml as these both include
the following
plugin.xml
{{{
<plugin
id="language-identifier"
name="Language Identification Parser/Filter"
version="1.0.0"
provider-name="nutch.org">
<runtime>
<library name="language-identifier.jar">
<export name="*"/>
</library>
</runtime>
}}}
build.xml
{{{
<project name="language-identifier" default="jar-core">
<import file="../build-plugin.xml"/>
}}}
This surely results in the compiled languageidentifier plugin being built as
language-identifier
As I mentioned above, I am happy to close this one, however it depends whether
we have delegation of language identification to Tika on the road map to be
included within branch-1.4 release and trunk 2.0 release?
> Change plugin source directory "languageidentifier" to "language-identifier"
> ----------------------------------------------------------------------------
>
> Key: NUTCH-623
> URL: https://issues.apache.org/jira/browse/NUTCH-623
> Project: Nutch
> Issue Type: Improvement
> Reporter: Ignacio J. Ortega
> Assignee: Lewis John McGibbney
> Priority: Trivial
>
> When trying to develop and debug Nutch in eclipse, following the
> instructions at http://wiki.apache.org/nutch/RunNutchInEclipse0%2e9, you cant
> run with languageidentifier is rename to language-identifier, when later
> issue an svn update, you end having two languageidentifier src dirs, one with
> the dash and another without it, it's an annoyance only, i know, but it
> stucks me for 2 weeks..so if can be corrected...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira