You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by "A, Sandeep" <sa...@hp.com> on 2013/07/08 11:41:07 UTC

eclipse ivy 2.1.0 DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead

Hi,

Got the below error when compiling Hadoop 1.1.2 plugin source for eclipse in eclipse.

Buildfile: C:\Users\asandeep\extracts\hadoop-1.1.2\src\contrib\eclipse-plugin\build.xml
check-contrib:
init:
     [echo] contrib: eclipse-plugin
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\classes
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\test
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\system
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\system\classes
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\examples
    [mkdir] Created dir: C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\test\logs
init-contrib:
ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
      [get] To: C:\Users\asandeep\extracts\hadoop-1.1.2\ivy\ivy-2.1.0.jar
      [get] Not modified - so not downloaded
ivy-probe-antlib:
ivy-init-antlib:
ivy-init:
[ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = C:\Users\asandeep\extracts\hadoop-1.1.2\ivy\ivysettings.xml
ivy-resolve-common:
[ivy:resolve] :: resolving dependencies :: org.apache.hadoop#eclipse-plugin;working@ASANDEEP
[ivy:resolve]       confs: [common]
[ivy:resolve]       found commons-logging#commons-logging;1.0.4 in maven2
[ivy:resolve]       found log4j#log4j;1.2.15 in maven2
[ivy:resolve] :: resolution report :: resolve 201ms :: artifacts dl 7ms
                ---------------------------------------------------------------------
                |                  |            modules            ||   artifacts   |
                |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
                ---------------------------------------------------------------------
                |      common      |   2   |   0   |   0   |   0   ||   2   |   0   |
                ---------------------------------------------------------------------
ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#eclipse-plugin [sync]
[ivy:retrieve]     confs: [common]
[ivy:retrieve]     0 artifacts copied, 2 already retrieved (0kB/8ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = C:\Users\asandeep\extracts\hadoop-1.1.2\ivy\ivysettings.xml
compile:
     [echo] contrib: eclipse-plugin
    [javac] Compiling 45 source files to C:\Users\asandeep\extracts\hadoop-1.1.2\build\contrib\eclipse-plugin\classes

BUILD FAILED
C:\Users\asandeep\extracts\hadoop-1.1.2\src\contrib\eclipse-plugin\build.xml:62: C:\Users\asandeep\extracts\hadoop-1.1.2\src\contrib\eclipse-plugin\Usersasandeepextractseclipse\plugins does not exist.

Total time: 1 second