Hi,
I just ran into an interesting problem with 1.0.7.
When trying to extend the Application class for my app and override
the super class method: setStatusService
I kept getting: "The method setStatusService(myStatusService) is
undefined for the type myApplication"
After browsing the JAR in Eclipse I actually found out that this
method was not present to my great surprise...
I then had a look at the source code distributed via the 1.0.7 tar.gz
and found the missing method, so I directly included the source for
org.restlet into my Eclipse project and then everything compiled fine
then!
Is the jar supplied for 1.0.7 missing those methods for some reason?
Just thought I would ask since somebody ought to have run across this
issue before me.
Cheers!
Sébastien