Thank you Eric for the tip. I'll try that and let you know if it fixes my problem, I think it should. The way GWT shell works is rather unusual, I had troubles getting sources from another Eclipse project than my GWT one.
José On 13 déc, 00:54, Eric Ayers <[email protected]> wrote: > Wait, I think I know what's going on. > > When you run in Eclipse, it is compiling all the java source to .class > files and putting them <somewhere>. I'll bet that is not the \bin > directory you've specified in your classpath in your ant script or > your .bat file. > > To fix the problem, you need to compile the java files for your > servlet in the server package into the \bin directory with a new ant > target, then have your gwt-shell target depend on it. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
