Hello Romain, the maven artifacts will regenerated this evening. I'll keep you informed.
Best regards, Thierry Boileau Hello > > I still have the same error with the version 2.0.4 > > If you could just replace in > http://maven.restlet.org/org/restlet/jse/org.restlet.lib.org.json/2.0/org.restlet.lib.org.json-2.0.pomat > line 11 > > diff : > 11c11 > < <groupId>org.restlet</groupId> > --- > > <groupId>org.restlet.jse</groupId> > > > Please > > Here is the original file : > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <parent> > <groupId>org.restlet.jse</groupId> > <artifactId>org.restlet.parent</artifactId> > <version>2.0-SNAPSHOT</version> > </parent> > > <groupId>org.restlet</groupId> > <artifactId>org.restlet.lib.org.json</artifactId> > <version>2.0</version> > > <name>JSON framework</name> > <description>JSON framework.</description> > </project> > > > And here is the file I would like for ivy to work. > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <parent> > <groupId>org.restlet.jse</groupId> > <artifactId>org.restlet.parent</artifactId> > <version>2.0-SNAPSHOT</version> > </parent> > > <groupId>org.restlet*.jse*</groupId> > <artifactId>org.restlet.lib.org.json</artifactId> > <version>2.0</version> > > <name>JSON framework</name> > <description>JSON framework.</description> > </project> > > 2010/12/23 Romain <[email protected]> > > It's not exactly the same problem, but here is what I get from my resolver >> groove grapes : >> >> General error during conversion: Error grabbing Grapes -- >> >> [unresolved dependency: org.restlet.jse#org.restlet.lib.org.json;2.0: >> several problems occurred while resolving dependency: >> org.restlet.jse#org.restlet.lib.org.json;2.0 {compile=[compile(*), >> master(*)], runtime=[runtime(*)]}: >> >> java.text.ParseException: inconsistent module descriptor file found in ' >> http://maven.restlet.org/org/restlet/jse/org.restlet.lib.org.json/2.0/* >> org.restlet.lib.org.json-2.0.pom*': *bad organisation: >> expected='org.restlet.jse' found='org.restlet';* >> >> >> If you want to test, you will need to install groovy : >> http://groovy.codehaus.org/Download (30 seconds) >> and then launch the enclosed file like this : >> >> groovy httpsServer.groovy >> >> Thanks >> >> Romain >> >> 2010/10/14 Bartosz Kowalewski <[email protected]> >> >> Hi Thierry, >>> >>> Thanks a lot for the update. >>> >>> When do you envision these changes being released? >>> >>> Thanks again! >>> Bartek >>> >>> ------------------------------------------------------ >>> >>> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2672023 >>> >> >> > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2696336

