On 3/21/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
I dont know what's up here, but this file doesnt parse http://mirrors.ibiblio.org/pub/mirrors/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [ivy:resolve] :::: WARNINGS [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :: [ org.beanshell | bsh | 2.0b4 ]: inconsistent module descriptor file found in 'http://www.ibiblio.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom': bad revision: expected='2.0b4' found='SNAPSHOT'; [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:resolve] :::: ERRORS [ivy:resolve] maven2: bad revision found in http://www.ibiblio.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom: expected='2.0b4 found='SNAPSHOT' [ivy:resolve] I think its the <parent> feature, because there is nothing called -SNAPSHOT here: <?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- [MPG] POM Created by Mergere Pom Generator (beta). --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.beanshell</groupId> <artifactId>beanshell</artifactId> <version>2.0b4</version> </parent> <artifactId>bsh</artifactId> <name>BeanShell</name> <description>BeanShell</description> <dependencies> <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFException --> <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFMeclaredBean --> <!-- [MPG] UnconnectedImport: org.apache.bsf.util.BSFEngineImpl --> <!-- [MPG] UnconnectedImport: org.apache.bsf.BSFManager --> <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServlet --> <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletRequest--> <!-- [MPG] UnconnectedImport: javax.servlet.http.HttpServletResponse --> <!-- [MPG] UnconnectedImport: javax.servlet.ServletException --> <!-- [MPG] UnconnectedImport: text.html --> <!-- [MPG] UnconnectedImport: text.plain --> </dependencies> </project> Shall I file this as defect?
Which version of Ivy do you use? Because I think this bug is fixed, several pom parsing problems have been reported and fixed on the trunk. - Xavier
