Skip to content

Instantly share code, notes, and snippets.

Created September 13, 2012 17:28
Show Gist options
  • Save anonymous/3716020 to your computer and use it in GitHub Desktop.
Save anonymous/3716020 to your computer and use it in GitHub Desktop.
Ant BUild Failed: Unresolved dependencies
clean-lib:
[delete] Deleting directory C:\OG-Platform\projects\OG-Util\lib
resolve:
[ivy:resolve] :: loading settings :: file = C:\OG-Platform\common\ivysettings.xml
[ivy:resolve]
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] module not found: org.apache.commons#commons-codec;[1.3,1.6[
[ivy:resolve] ==== local: tried
[ivy:resolve] C:\Users\vb72266/repository/local/org.apache.commons/commons-codec/[revision]/ivys/ivy.xml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] C:\Users\vb72266/repository/local/org.apache.commons/commons-codec/[revision]/jars/commons-co
dec.jar
[ivy:resolve] ==== shared: tried
[ivy:resolve] C:\OG-Platform/repository/org.apache.commons/commons-codec/[revision]/ivy.xml
[ivy:resolve] [1.6]
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] C:\OG-Platform/repository/org.apache.commons/commons-codec/[revision]/commons-codec-[revision
].jar
[ivy:resolve] [1.6]
[ivy:resolve] C:\OG-Platform/repository/org.apache.commons/commons-codec/[revision]/commons-codec-src-[revi
sion].jar
[ivy:resolve] [1.6]
[ivy:resolve] C:\OG-Platform/repository/org.apache.commons/commons-codec/[revision]/commons-codec-javadoc-[
revision].jar
[ivy:resolve] [1.6]
[ivy:resolve] ==== roundup: tried
[ivy:resolve] C:\OG-Platform/repository/../../roundup/modules/org.apache.commons/commons-codec/[revision]/i
vy.xml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] C:\OG-Platform/repository/../../roundup/modules/org.apache.commons/commons-codec/[revision]/j
ars/commons-codec-[revision].jar
[ivy:resolve] C:\OG-Platform/repository/../../roundup/modules/org.apache.commons/commons-codec/[revision]/s
ources/commons-codec-[revision].jar
[ivy:resolve] C:\OG-Platform/repository/../../roundup/modules/org.apache.commons/commons-codec/[revision]/j
avadocs/commons-codec-[revision].jar
[ivy:resolve] ==== opengamma-account: tried
[ivy:resolve] http://ivyrepos.opengamma.com/accounts/opengamma-public/org.apache.commons/commons-codec/[rev
ision]/ivy.xml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] http://ivyrepos.opengamma.com/accounts/opengamma-public/org.apache.commons/commons-codec/[rev
ision]/commons-codec-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/accounts/opengamma-public/org.apache.commons/commons-codec/[rev
ision]/commons-codec-src-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/accounts/opengamma-public/org.apache.commons/commons-codec/[rev
ision]/commons-codec-javadoc-[revision].jar
[ivy:resolve] ==== opengamma-ivyrepo: tried
[ivy:resolve] http://ivyrepos.opengamma.com/OG-PrivateIvy/org.apache.commons/commons-codec/[revision]/ivy.x
ml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] http://ivyrepos.opengamma.com/OG-PrivateIvy/org.apache.commons/commons-codec/[revision]/commo
ns-codec-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/OG-PrivateIvy/org.apache.commons/commons-codec/[revision]/commo
ns-codec-src-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/OG-PrivateIvy/org.apache.commons/commons-codec/[revision]/commo
ns-codec-javadoc-[revision].jar
[ivy:resolve] ==== opengamma-roundup: tried
[ivy:resolve] http://ivyrepos.opengamma.com/roundup/org.apache.commons/commons-codec/[revision]/ivy.xml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] http://ivyrepos.opengamma.com/roundup/org.apache.commons/commons-codec/[revision]/jars/common
s-codec-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/roundup/org.apache.commons/commons-codec/[revision]/sources/com
mons-codec-[revision].jar
[ivy:resolve] http://ivyrepos.opengamma.com/roundup/org.apache.commons/commons-codec/[revision]/javadocs/co
mmons-codec-[revision].jar
[ivy:resolve] ==== fudgemsg-org-dist: tried
[ivy:resolve] http://dist.fudgemsg.org/java/ivy/org.apache.commons/commons-codec/[revision]/ivy.xml
[ivy:resolve] -- artifact org.apache.commons#commons-codec;[1.3,1.6[!commons-codec.jar:
[ivy:resolve] http://dist.fudgemsg.org/java/ivy/org.apache.commons/commons-codec/[revision]/commons-codec-[
revision].jar
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: UNRESOLVED DEPENDENCIES ::
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :: org.apache.commons#commons-codec;[1.3,1.6[: not found
[ivy:resolve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
C:\OG-Platform\build.xml:718: The following error occurred while executing this line:
C:\OG-Platform\build.xml:110: The following error occurred while executing this line:
C:\OG-Platform\build.xml:99: The following error occurred while executing this line:
C:\OG-Platform\common\common-ivy.xml:66: impossible to resolve dependencies:
resolve failed - see output for details
Total time: 6 seconds
C:\OG-Platform>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment