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

Alexis edited comment on NUTCH-873 at 11/5/10 3:48 PM:
-------------------------------------------------------

It did not work as seamless for me. The gora build created a 
~/.ivy2/local/org.gora directory, not with org.apache.gora namespace.

      was (Author: alexis779):
    It did not work as seamless for me. The gora build created a 
~/.ivy2/local/org.gora directory.

Just hack this setting to build nutch trunk right now, waiting for Gora to be 
properly transitioned to Apache?

[nutch]$ svn diff ivy/ivysettings.xml
Index: ivy/ivysettings.xml
===================================================================
--- ivy/ivysettings.xml (revision 1031723)
+++ ivy/ivysettings.xml (working copy)
@@ -83,7 +83,7 @@
     rather than look for them online.
     -->
     <module organisation="org.apache.nutch" name=".*" resolver="internal"/>
-    <module organisation="org.apache.gora" name=".*" resolver="internal"/>
+    <module organisation="org.gora" name=".*" resolver="internal"/>
     <module organisation="org.restlet" name=".*" resolver="restlet"/>
     <module organisation="org.restlet.jse" name=".*" resolver="restlet"/>
   </modules>
  
> Ivy configuration settings don't include Gora
> ---------------------------------------------
>
>                 Key: NUTCH-873
>                 URL: https://issues.apache.org/jira/browse/NUTCH-873
>             Project: Nutch
>          Issue Type: Bug
>          Components: build
>         Environment: Nutch trunk (formerly Nutchbase)
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>            Priority: Blocker
>             Fix For: 2.0
>
>
> The Nutch 2.0 trunk now requires Gora, and even though it's not available in 
> any repository, we should still configure Ivy to depend on it so that the 
> build will work provided you follow the Gora instructions here:
> http://github.com/enis/gora
> I've fixed it locally and will commit an update shortly that takes care of 
> it. In order to compile Nutch trunk now (before we get Gora into a repo), 
> here are the steps (copied from http://github.com/enis/gora):
> {noformat}
> $ git clone git://github.com/enis/gora.git
> $ cd gora 
> $ ant
> {noformat}
> This will install Gora into your local Ivy repo. Then from there on out, just 
> update your Ivy resolver (or alternatively just the Nutch build post this 
> issue being resolved) and you're good.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to