Second snapshot of 1.0 RC3

2007-01-16 Thread Jerome Louvel
Hi all, There is a new snapshot of RC3 at: http://www.restlet.org/downloads/current.zip It contains the following changes since RC2: [Bugs fixed] - Fixed bug with the uri parsing in the DirectoryResource class. The query part of the resource uri is removed before sending request to the

RE: Maven support added

2007-01-16 Thread Jerome Louvel
I've just updated the current.zip with changes to the POM artifact ID. They now closely match the JAR names as recommended here: http://maven.apache.org/guides/mini/guide-naming-conventions.html Thanks, Jerome -Message d'origine- De : Jerome Louvel Envoyé : mardi 16 janvier 2007

Re: Maven support added

2007-01-16 Thread Vincent
I've just updated the current.zip with changes to the POM artifact ID. They now closely match the JAR names as recommended here: http://maven.apache.org/guides/mini/guide-naming-conventions.html Thanks Jerome, it'll help a lot. One comment: com.noelios.restlet.pom contains the

Getting confused

2007-01-16 Thread Vincent
Hi, I upgraded to RC3 and am getting seriously confused. I have to rewrite most of my application's restlet-related code, and I can't figure out how I should do it. I started with Handlers, then I replaced them with Finders (along with associated Resource classes); and now. it seems like I can