Hey Rob,
Thanks for the reply.  I am on Linux (Ubuntu 8.04) and using GWT 1.5RC1.  The one thing that may be different is that I am using the GWT Maven 2 plugin for my builds.  I have attached a simple example (default that gets created with the GWT Maven archtype) that is a simple GWT-RPC example.  I have added one line in the client App.java class that has a restlet Client.get() method call.  This line is commented out to show that the project will build fine.  When the line is uncommented then I get a GWT compile error.

I figure it must have something to do with the fact I am using the Maven plugin but I am not sure where the issue is.  I will try to use the standard GWT command line project builder and see if the problem still shows up.  If you have a chance to try and recreate that would be great.

thanks,
Doug


Rob Heittman wrote:
Hi Doug, I'm not getting that error from Restlet trunk or snapshot, compiling on Linux or Mac with GWT 1.5RC1.  I think Jerome compiles on Windows, the poor fellow.  Anything different about your setup -- like using GWT 1.5 trunk instead of RC1?  If you can give me a little more environment details, I'll try to set it up and reproduce.  If the code is something you can share, that would be helpful too.

- Rob

On Sat, Aug 2, 2008 at 4:39 PM, Doug Alcouffe <[EMAIL PROTECTED]> wrote:
I am working on a project where I am trying to use the new Restlet GWT port for client - server communication.  I have one line in my client code that calls org.restlet.gwt.Client.get(resourceUri, callback) that produces the following error when I do a GWT compile.  I am not sure what the problem is.  I am using GWT 1.5 and Restlet 1.1snapshot.  If anyone has any ideas please let me know.  I would hate to have to fallback to GWT-RPC.

Attachment: gwt-test-app.tar.gz
Description: GNU Zip compressed data

Reply via email to