Hey,
I installed IvyDE but it fails to work as all variables that I guess
are defined in the build.xml are not pulled in:
...
==== public: tried
http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapred-test/${hadoop-mapred.version}/hadoop-mapred-test-${hadoop-mapred.version}.pom
::
org.apache.hadoop#hadoop-mapred-test;${hadoop-mapred.version}: not found
-- artifact
org.apache.hadoop#hadoop-mapred-test;${hadoop-mapred.version}!hadoop-mapred-test.jar:
:: org.apache.commons#commons-math;${commons-math.version}: not
found
http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapred-test/${hadoop-mapred.version}/hadoop-mapred-test-${hadoop-mapred.version}.jar
::::::::::::::::::::::::::::::::::::::::::::::
module not found:
org.apache.commons#commons-math;${commons-math.version}
==== local: tried
C:\Users\Lars
George\.ivy2/local/org.apache.commons/commons-math/${commons-math.version}/ivys/ivy.xml
-- artifact
org.apache.commons#commons-math;${commons-math.version}!commons-math.jar:
C:\Users\Lars
George\.ivy2/local/org.apache.commons/commons-math/${commons-math.version}/jars/commons-math.jar
==== shared: tried
C:\Users\Lars
George\.ivy2/shared/org.apache.commons/commons-math/${commons-math.version}/ivys/ivy.xml
-- artifact
org.apache.commons#commons-math;${commons-math.version}!commons-math.jar:
C:\Users\Lars
George\.ivy2/shared/org.apache.commons/commons-math/${commons-math.version}/jars/commons-math.jar
==== public: tried
http://repo1.maven.org/maven2/org/apache/commons/commons-math/${commons-math.version}/commons-math-${commons-math.version}.pom
-- artifact
org.apache.commons#commons-math;${commons-math.version}!commons-math.jar:
http://repo1.maven.org/maven2/org/apache/commons/commons-math/${commons-math.version}/commons-math-${commons-math.version}.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.apache.hadoop#hadoop-core;${hadoop-core.version}: not
found
:: org.apache.hadoop#hadoop-hdfs;${hadoop-hdfs.version}: not
found
:: org.apache.hadoop#hadoop-mapred;${hadoop-mapred.version}:
not found
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.apache.hadoop#hadoop-core;${hadoop-core.version}: not
found
:: org.apache.hadoop#hadoop-hdfs;${hadoop-hdfs.version}: not
found
:: org.apache.lucene#lucene-core;${lucene.version}: not found
:: log4j#log4j;${log4j.version}: not found
:: org.jruby#jruby-complete;${jruby.version}: not found
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
:: org.apache.hadoop#hadoop-core-test;${hadoop-core.version}:
not found
ERROR: null
:: problems summary ::
:::: ERRORS
null
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
ERROR: Error while resolving dependencies for ivy.xml
null
How is this supposed to work? This should also be documented on our
Wiki as other devs may have the same issue since we now moved to Ivy.
Lars