Osmosis compiling - Error: module not found: common-codec

Hey guys,

i cloned the Osmosis project from the official GitHub site and i’m tying to compile it (with eclipse or WinAnt). But i run into the following error (with ant publish):


[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]         module not found: commons-codec#commons-codec;1.5
[ivy:resolve]     ==== local: tried
[ivy:resolve]       C:\Users\SeutheM\.ivy2/local/commons-codec/commons-codec/1.5/ivys/ivy.xml
[ivy:resolve]       -- artifact commons-codec#commons-codec;1.5!commons-codec.jar:
[ivy:resolve]       C:\Users\SeutheM\.ivy2/local/commons-codec/commons-codec/1.5/jars/commons-codec.jar
[ivy:resolve]     ==== shared: tried
[ivy:resolve]       C:\Daten\dev\java\osmosis\build-support\repo/commons-codec/commons-codec/1.5/ivys/ivy.xml
[ivy:resolve]       -- artifact commons-codec#commons-codec;1.5!commons-codec.jar:
[ivy:resolve]       C:\Daten\dev\java\osmosis\build-support\repo/commons-codec/commons-codec/1.5/jars/commons-codec.jar
[ivy:resolve]     ==== public: tried
[ivy:resolve]       http://repo1.maven.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
[ivy:resolve]       -- artifact commons-codec#commons-codec;1.5!commons-codec.jar:
[ivy:resolve]       http://repo1.maven.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]         ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]         :: commons-codec#commons-codec;1.5: not found
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

google doesn’t really help me at this point. Any ideas?

Windows box, eclipse 3.7.1 with EGit plugin.

Thanks so far. Greets.

I don’t know why, but it just failed on downloading the jar-files. So I loaded them by hand and put them into the expected folders. Now its working fine.