Hi Arthur, This is due to restlet removing some of their dependencies from public consumption I think! It is out of our hands and happened after we released the 2.3 release. Without knowing which backend you are trying to use, I would suggest that you upgrade to the 2.3.1 branch which is the live development branch. There are a couple of improvements in there, also I am *just* about to push a patch for the Gora 0.6 upgrade which will resolve a number of issues, upgrade to Hadoop 2.4.X and also enable you to use Nutch 2.X with HBase 0.98-hadoop2 as well as Solr 4.10.3. You can find the most recent Nutch 2.X code below http://svn.apache.org/repos/asf/nutch/branches/2.x/
Oh, we will also be pushing this code to a release VOTE soon once we've integrated both HBase and Cassandra Docker containers as well as fixed a nasty bug in the Fetcher component. Thanks Lewis On Sun, Feb 22, 2015 at 1:32 PM, <[email protected]> wrote: > > I am trying to use ant runtime to build notch 2.3, I got following error: > > [ivy:resolve] :: problems summary :: > [ivy:resolve] :::: WARNINGS > [ivy:resolve] [FAILED ] > org.restlet.jse#org.restlet;2.2.3!org.restlet.jar: (0ms) > [ivy:resolve] ==== local-maven2: tried > [ivy:resolve] > > /home/nutch/.m2/repository/org/restlet/jse/org.restlet/2.2.3/org.restlet-2.2.3.jar > [ivy:resolve] ==== central: tried > [ivy:resolve] > http://repo1.maven.org/maven2/org/restlet/jse/org.restlet/2.2.3/org.restlet-2.2.3.jar > [ivy:resolve] [FAILED ] > org.restlet.jse#org.restlet.ext.jackson;2.2.3!org.restlet.ext.jackson.jar: > (0ms) > [ivy:resolve] ==== local-maven2: tried > [ivy:resolve] > > /home/nutch/.m2/repository/org/restlet/jse/org.restlet.ext.jackson/2.2.3/org.restlet.ext.jackson-2.2.3.jar > [ivy:resolve] ==== central: tried > [ivy:resolve] > http://repo1.maven.org/maven2/org/restlet/jse/org.restlet.ext.jackson/2.2.3/org.restlet.ext.jackson-2.2.3.jar > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: FAILED DOWNLOADS :: > [ivy:resolve] :: ^ see resolution messages for details ^ :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: > org.restlet.jse#org.restlet;2.2.3!org.restlet.jar > [ivy:resolve] :: > org.restlet.jse#org.restlet.ext.jackson;2.2.3!org.restlet.ext.jackson.jar > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > my ivy.xml contains the following lines related to “rest let” > <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.3" > conf="*->default"/> > <dependency org="org.restlet.jse" name="org.restlet.ext.jackson" > rev="2.2.3" conf="*->default"/> > <dependency org="org.restlet.jse" name="org.restlet.ext.jaxrs" > rev="2.2.3" conf="*->default”/> > > > Please help. > Regards > Arthur > > > -- *Lewis*

