Re: Classpath or config?

2007-04-12 Thread Thierry Boileau
t: Re: Classpath or config? Hello Donald, this is a good remark. Your classpath need to be updated with some other jars. The Restlet framework is composed of 3 parts : restlet API, NRE implementation of this API and some extensions. Some of them are called "connectors" because they are respons

RE: Re: Classpath or config?

2007-04-11 Thread Chuck Hinson
Chuck -Original Message- From: Thierry Boileau [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 10:59 AM To: discuss@restlet.tigris.org Subject: Re: Classpath or config? Hello Donald, this is a good remark. Your classpath need to be updated with some other jars. The Restlet framewo

Re: Classpath or config?

2007-04-10 Thread Justin C . van Vorst
Classpath. Add teh following: com.noelios.restlet.ext.httpclient_3.1.jar org.apache.commons.httpclient.jar

Re: Classpath or config?

2007-04-10 Thread Thierry Boileau
Hello Donald, this is a good remark. Your classpath need to be updated with some other jars. The Restlet framework is composed of 3 parts : restlet API, NRE implementation of this API and some extensions. Some of them are called "connectors" because they are responsible of linking two componen

Classpath or config?

2007-04-10 Thread Donald Strong
Hi, I am just setting up Restlet at home. (Restlet-1.0rc6.zip) I am just playing around at the moment and I have converted SimpleClient.java into a Junit test. I have com.noelios.restlet.jar and org.restlet.jar in my classpath but get this warning. (Using jre1.5.0_10). 10/04/2007 23:47:58 com.