Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Nutch, mail # dev - Does ivy fetch all dependancies for trunk?


Copy link to this message
-
Does ivy fetch all dependancies for trunk?
Alex McLintock 2010-08-19, 07:56
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
alex@reynolds:~/projects/nutch-2/trunk$ svn update
At revision 987056.
alex@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