ant - Unresolved Dependencies errors When Trying To Build Apache Nutch 2.3.1 -


its first time trying setting , build apache nutch 2.3.1 based on this youtube tutorial on windows 10 got unresolved dependencies errors below:

d:\apachenutch>ant runtime buildfile: d:\apachenutch\build.xml trying override old definition of task javac [taskdef] not load definitions resource org/sonar/ant/antlib.xml. not found.

ivy-probe-antlib:

ivy-download: [taskdef] not load definitions resource org/sonar/ant/antlib.xml. not found.

ivy-download-unchecked:

ivy-init-antlib:

ivy-init:

init: [mkdir] created dir: d:\apachenutch\build [mkdir] created dir: d:\apachenutch\build\classes [mkdir] created dir: d:\apachenutch\build\release [mkdir] created dir: d:\apachenutch\build\test [mkdir] created dir: d:\apachenutch\build\test\classes

clean-lib:

resolve-default: [ivy:resolve] :: apache ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ :: [ivy:resolve] :: loading settings :: file = d:\apachenutch\ivy\ivysettings.xml [ivy:resolve] [ivy:resolve] :: problems summary :: [ivy:resolve] :::: warnings [ivy:resolve]
:::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve]
:: unresolved dependencies :: [ivy:resolve]
:::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve]
:: org.apache.avro#avro;1.7.6: configuration not found in org.apache.avro#avro;1.7.6: 'compile'. required org.apache.gora#gora-core;0.6.1 compile [ivy:resolve]
:::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] [ivy:resolve] :: use verbose or debug message level more details

build failed d:\apachenutch\build.xml:468: impossible resolve dependencies: resolve failed - see output details

total time: 14 seconds

d:\apachenutch>

i have been trying "ant clean" command , "ant runtime" command still many times not luck , got errors above.

so how can fix it?

cannot reproduce issue.

i able compile code, using lastest 2.3.1 release candidate:

git clone https://github.com/apache/nutch.git cd nutch git checkout -b release-2.3.1rc2 release-2.3.1rc2 ant 

could suggest if still have problem raise issue against project. need quote version trying compile.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -