Hello Andrzej,
I got your latest SVN commits and found a problem as my test fail quickly.
The problem is related to nutch-default.xml. It contains:
<property>
  <name>parser.html.impl</name>
  <value>neko</value>
  <description>HTML Parser implementation. Currently the following keywords
  are recognized: "neko" uses NekoHTML, "tagsoup" uses TagSoup.
  </description>

but it should be
<property>
  <name>parser.html.impl</name>
  <value>neko</value>
  <description>HTML Parser implementation. Currently the following keywords
  are recognized: "neko" uses NekoHTML, "tagsoup" uses TagSoup.
  </description>
</property>.

So closing property tag is missing in svn.
Regards,
Piotr






On 6/2/05, Andrzej Bialecki  (JIRA) <[EMAIL PROTECTED]> wrote:
>     [ http://issues.apache.org/jira/browse/NUTCH-54?page=all ]
> 
> Andrzej Bialecki  resolved NUTCH-54:
> ------------------------------------
> 
>    Resolution: Fixed
> 
> All patches have been applied to the trunk.
> 
> > Fetcher  improvements
> > ---------------------
> >
> >          Key: NUTCH-54
> >          URL: http://issues.apache.org/jira/browse/NUTCH-54
> >      Project: Nutch
> >         Type: Improvement
> >   Components: fetcher
> >     Reporter: Andrzej Bialecki
> >     Assignee: Andrzej Bialecki
> >  Attachments: 20050518.patch, ProtocolOutput.java, final-plugins.zip, 
> > final.diff, new-plugins.zip, parsestatus.patch, status.patch
> >
> > Fetcher improvements.
> 
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>   http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>   http://www.atlassian.com/software/jira
> 
>

Reply via email to