Frank Bielig wrote: > Hallo, > > to be easily up-to-date I normally compile Osmosis by myself. But > currently I get following error: > > [ivy:resolve] :: problems summary :: > [ivy:resolve] :::: WARNINGS > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: > org.codehaus.woodstox#wstx-lgpl;latest.integration: > java.text.ParseException: inconsistent module descriptor file found in > 'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-lgpl/3.9.9-3/wstx-lgpl-3.9.9-3.pom': > > bad module name: expected='wstx-lgpl' found='woodstox-core-lgpl'; > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :::: ERRORS > [ivy:resolve] public: bad module name found in > http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-lgpl/3.9.9-3/wstx-lgpl-3.9.9-3.pom: > > expected='wstx-lgpl found='woodstox-core-lgpl' > [ivy:resolve] > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > There seems to be a problem in build environment. Can anybody help here > or must I download a precompiled version? > I've noticed this as well because the nightly build is failing. Perhaps somebody has stuffed up a library definition on the public repository. You have a few options: * Download the last successful nightly build from http://www.bretth.com/osmosis * Use the last successful nightly build to get the required libraries and copy them into your svn tree. * Fix the ivy.xml to depend on a slightly older version of the library that doesn't have a broken configuration. It's probably depending on the latest version at the moment.
I'll do item 3 in svn when I get a chance. Brett _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

