Hi Alex, Unfortunately because Gora isn't published anywhere, Ivy won't automatically fetch Gora for you. But, it will automatically include it in your build, if it's in your local Ivy repository.
Steps to make that happen: 1. git clone git://github.com/enis/gora.git 2. cd gora 3. ant Then, after doing that, Nutch should build fine... Cheers, Chris On 8/19/10 12:56 AM, "Alex McLintock" <[email protected]> wrote: I'm trying to get Nutch 2.0 (dev) fetched out of trunk. Does it compile right now? Currently it complains it can't find "org.gora#gora-core;0.1" What worries me is that I don't know whether this is a misconfiguration on my part - or something else externally has gone wrong. Alex a...@reynolds:~/projects/nutch-2/trunk$ svn update At revision 987056. a...@reynolds:~/projects/nutch-2/trunk$ ant Buildfile: build.xml ivy-probe-antlib: ivy-download: -ivy-download-unchecked: ivy-init-antlib: ivy-init: init: clean-lib: resolve-default: [ivy:resolve] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:resolve] :: loading settings :: file = /home/alex/projects/nutch-2/trunk/ivy/ivysettings.xml [ivy:resolve] [ivy:resolve] :: problems summary :: [ivy:resolve] :::: WARNINGS [ivy:resolve] module not found: org.gora#gora-core;0.1 [ivy:resolve] ==== local: tried [ivy:resolve] /home/alex/.ivy2/local/org.gora/gora-core/0.1/ivys/ivy.xml [ivy:resolve] -- artifact org.gora#gora-core;0.1!gora-core.jar: [ivy:resolve] /home/alex/.ivy2/local/org.gora/gora-core/0.1/jars/gora-core.jar [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.gora#gora-core;0.1: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED /home/alex/projects/nutch-2/trunk/build.xml:319: impossible to resolve dependencies: resolve failed - see output for details Total time: 2 seconds ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

