arunk786

ant error

Dec 12th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. hadoopuser@arun-desktop:/usr/local/myhadoop$ ant
  2. Buildfile: build.xml
  3.  
  4. clover.setup:
  5.  
  6. clover.info:
  7. [echo]
  8. [echo] Clover not found. Code coverage reports disabled.
  9. [echo]
  10.  
  11. clover:
  12.  
  13. ivy-download:
  14. [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
  15. [get] To: /usr/local/myhadoop/ivy/ivy-2.1.0.jar
  16. [get] Not modified - so not downloaded
  17.  
  18. ivy-init-dirs:
  19.  
  20. ivy-probe-antlib:
  21.  
  22. ivy-init-antlib:
  23.  
  24. ivy-init:
  25. [ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
  26. [ivy:configure] :: loading settings :: file = /usr/local/myhadoop/ivy/ivysettings.xml
  27.  
  28. ivy-resolve-common:
  29. [ivy:resolve] :: resolving dependencies :: org.apache.hadoop#Hadoop;working@arun-desktop
  30. [ivy:resolve] confs: [common]
  31. [ivy:resolve] found commons-logging#commons-logging;1.0.4 in oss-sonatype
  32. [ivy:resolve] found log4j#log4j;1.2.15 in maven2
  33. [ivy:resolve] found commons-httpclient#commons-httpclient;3.0.1 in maven2
  34. [ivy:resolve] found commons-codec#commons-codec;1.4 in maven2
  35. [ivy:resolve] found commons-cli#commons-cli;1.2 in maven2
  36. [ivy:resolve] found xmlenc#xmlenc;0.52 in maven2
  37. [ivy:resolve] found commons-daemon#commons-daemon;1.0.1 in maven2
  38. [ivy:resolve] found net.java.dev.jets3t#jets3t;0.6.1 in maven2
  39. [ivy:resolve] found commons-net#commons-net;1.4.1 in maven2
  40. [ivy:resolve] found oro#oro;2.0.8 in maven2
  41. [ivy:resolve] found org.mortbay.jetty#jetty;6.1.26 in maven2
  42. [ivy:resolve] found org.mortbay.jetty#jetty-util;6.1.26 in maven2
  43. [ivy:resolve] found org.mortbay.jetty#servlet-api;2.5-20081211 in maven2
  44. [ivy:resolve] found tomcat#jasper-runtime;5.5.12 in maven2
  45. [ivy:resolve] found tomcat#jasper-compiler;5.5.12 in maven2
  46. [ivy:resolve] found commons-el#commons-el;1.0 in maven2
  47. [ivy:resolve] found commons-configuration#commons-configuration;1.6 in maven2
  48. [ivy:resolve] found commons-collections#commons-collections;3.2.1 in maven2
  49. [ivy:resolve] found commons-lang#commons-lang;2.4 in maven2
  50. [ivy:resolve] found commons-logging#commons-logging;1.1.1 in maven2
  51. [ivy:resolve] found commons-digester#commons-digester;1.8 in maven2
  52. [ivy:resolve] found commons-beanutils#commons-beanutils;1.7.0 in maven2
  53. [ivy:resolve] found commons-beanutils#commons-beanutils-core;1.8.0 in maven2
  54. [ivy:resolve] found org.apache.commons#commons-math;2.1 in maven2
  55. [ivy:resolve] found junit#junit;4.5 in maven2
  56. [ivy:resolve] found commons-logging#commons-logging-api;1.0.4 in maven2
  57. [ivy:resolve] found org.slf4j#slf4j-api;1.4.3 in maven2
  58. [ivy:resolve] found org.eclipse.jdt#core;3.1.1 in maven2
  59. [ivy:resolve] found org.slf4j#slf4j-log4j12;1.4.3 in maven2
  60. [ivy:resolve] found org.codehaus.jackson#jackson-mapper-asl;1.0.1 in maven2
  61. [ivy:resolve] found org.codehaus.jackson#jackson-core-asl;1.0.1 in maven2
  62. [ivy:resolve] found org.mockito#mockito-all;1.8.5 in maven2
  63. [ivy:resolve] found com.jcraft#jsch;0.1.42 in maven2
  64. [ivy:resolve] found org.aspectj#aspectjrt;1.6.5 in maven2
  65. [ivy:resolve] found org.aspectj#aspectjtools;1.6.5 in maven2
  66. [ivy:resolve] :: resolution report :: resolve 1348ms :: artifacts dl 37ms
  67. [ivy:resolve] :: evicted modules:
  68. [ivy:resolve] commons-logging#commons-logging;1.0.4 by [commons-logging#commons-logging;1.1.1] in [common]
  69. [ivy:resolve] commons-logging#commons-logging;1.0.3 by [commons-logging#commons-logging;1.1.1] in [common]
  70. [ivy:resolve] commons-logging#commons-logging;1.1 by [commons-logging#commons-logging;1.1.1] in [common]
  71. ---------------------------------------------------------------------
  72. | | modules || artifacts |
  73. | conf | number| search|dwnlded|evicted|| number|dwnlded|
  74. ---------------------------------------------------------------------
  75. | common | 37 | 0 | 0 | 3 || 33 | 0 |
  76. ---------------------------------------------------------------------
  77. [ivy:resolve]
  78. [ivy:resolve] :: problems summary ::
  79. [ivy:resolve] :::: WARNINGS
  80. [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
  81. [ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
  82. [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
  83. [ivy:resolve] :: log4j#log4j;1.2.15: configuration not found in log4j#log4j;1.2.15: 'master'. It was required from org.apache.hadoop#Hadoop;working@arun-desktop log4j
  84. [ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
  85. [ivy:resolve]
  86. [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
  87.  
  88. BUILD FAILED
  89. /usr/local/myhadoop/build.xml:2041: impossible to resolve dependencies:
  90. resolve failed - see output for details
  91.  
  92. Total time: 2 seconds
  93.  
  94.  
Advertisement
Add Comment
Please, Sign In to add comment