Re: Building GAE version of restlet

2009-12-17 Thread Jim Alateras
> Hi Jim, > > it seems that the Spring engine is confused because there are 2 > "setAttachments" methods declared in the class. However, as they don't > have the same parameters, this should not be a problem. agreedquite surprised that i'm getting this error cheers --

Re: Building GAE version of restlet

2009-12-16 Thread Thierry Boileau
Hi Jim, it seems that the Spring engine is confused because there are 2 "setAttachments" methods declared in the class. However, as they don't have the same parameters, this should not be a problem. Best regards, Thierry Boileau > Excellent Thierry all works as described. > > Managed to deploy

Re: Building GAE version of restlet

2009-12-16 Thread Jim Alateras
Excellent Thierry all works as described. Managed to deploy a GAE application based on Spring + Restlet. I am seeing one warning message during startup (see below) but everything else is working as expected. Dec 16, 2009 9:37:15 AM org.springframework.beans.GenericTypeAwarePropertyDescripto

Re: Building GAE version of restlet

2009-12-14 Thread Thierry Boileau
Hello Jim, the "build" directory contains a ant build script. If you lanch the "build" target, it will first generate the source code of each edition (jse, jee, gae, gwt, android) inside the "temp" subdirectory, then try to compile the code, launch the junit test cases, and build the jar files

Building GAE version of restlet

2009-12-13 Thread Jim Alateras
HI, Are there any specific instructions for building a GAE-enabled version of the restlet framework from 'trunk' cheers -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2430133