[ 
https://issues.apache.org/jira/browse/NUTCH-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120389#comment-15120389
 ] 

Julian N commented on NUTCH-2112:
---------------------------------

In ivy/ivysettings.xml at line 67-73 that look like this:
{code:xml}
    <chain name="default" dual="true">
      <resolver ref="local"/>
      <resolver ref="maven2"/>
      <resolver ref="sonatype"/>
      <resolver ref="apache-snapshot"/>
    </chain>
{code}
Change it to this and the build should work fine. I haven't tested the solr 
integration to work though:
{code:xml}
    <chain name="default" dual="true">
      <resolver ref="local"/>
      <resolver ref="maven2"/>
      <resolver ref="sonatype"/>
      <resolver ref="apache-snapshot"/>
      <resolver ref="restlet"/>
    </chain>
{code}

> Missing org.restlet.jee when building with gora-solr
> ----------------------------------------------------
>
>                 Key: NUTCH-2112
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2112
>             Project: Nutch
>          Issue Type: Bug
>         Environment: CentOS 7 x64
>            Reporter: Steven W
>              Labels: maven
>
> When I build with the gora-solr backend, I get this missing dependency error: 
> org.restlet.jee#org.restlet;2.2.1: not found
> Repro:
> Clone 2.x branch
> Uncomment `<dependency org="org.apache.gora" name="gora-solr" rev="0.5" 
> conf="*->default" />` in ivy.xml
> run ant runtime
> I'm not familiar with Ivy, but I tried adjusting the repos in 
> ivysettings.xml, but that didn't fix it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to