Hi, Trunk always fails when trying to retrieve the following Gora dendencies
[ivy:resolve] :::::::::::::::::::::::::::::: :::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: org.apache.gora#gora-core;0.2-incubating: not found [ivy:resolve] :: org.apache.gora#gora-sql;0.2-incubating: not found [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS This is because $NUTCH_TRUNK/ivy/ivy.xml specifies these as: <dependency org="org.apache.gora" name="gora-sql" rev="0.2-incubating" conf="*->compile"/> <dependency org="org.apache.gora" name="gora-core" rev="0.2-incubating" conf="*->compile"/> However on repository.apache.org there is no 0.2-incubating version of both these dependencies, only 0.1.1-incubating and 0.1-incubating. Can we please decide on which rev of these dependencies to use within the ivy.xml then we can hopefully get a clean build??? Thanks -- *Lewis*

