GWTTestCase and -noserver flag?

2009-02-24 Thread bbones
Is there a chance to make RPC against external server side services from client test cases? Why does GWTTestCase ignore -noserver switch? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: Linked source folder in Eclipse project and GWT

2008-12-15 Thread bbones
Ok, solution 1. MyModule-compile.cmd - add full path reference like %~dp0\src;d: \java\workspace\AnotherPrj\src to launch string 2. MyModule.launch or Run Configuration - Source - Defult - Add workspace folder - AnotherPrj\src Tnx for help any way On Dec 11, 7:09 pm, bbones wrote: > Is

Re: Linked source folder in Eclipse project and GWT

2008-12-15 Thread bbones
In my case I have 2 source folder in project one of them (src) real, another one linked - src_common. How will look like? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gr

Linked source folder in Eclipse project and GWT

2008-12-11 Thread bbones
Is it possible to use shared source folder linked Eclipse standard way with GWT tools? There is no problem in design time, compiler see all files in classpath. But in Host mode I've got an error [ERROR] Line 28: No source code is available for type plantspring.gwt.intf.MainMenuService; did you f