Re: can't debug with eclipse because launching in eclipse fails

2011-03-24 Thread tanteanni
thx for this info - it helped in some way: now i get: Caused by: java.lang.NoClassDefFoundError: Could not initialize class packageInReferencedLibrary.usedClass Errors for every RP-Call. Since it runs fine with mvn gwt:run it remains a gwt-maven-plugin problen right? i'll post now there. On 23

Re: can't debug with eclipse because launching in eclipse fails

2011-03-23 Thread David Chandler
In order to get all resources copied onto the maven classpath when running dev mode from Eclipse, you'll need to use copyWebapptrue/copyWebapp in the config section for gwt-maven-plugin (or run mvn package each time you update resources). If this doesn't work, please post on the gwt-maven-plugin

can't debug with eclipse because launching in eclipse fails

2011-03-22 Thread tanteanni
first i thought my project is not working at all (http:// groups.google.com/group/google-web-toolkit/browse_frm/thread/ 2363c9992dee4e51) the problem short: a referenced library in server code can't access/ see one of its resources - the persistence.xml. but it seems only a problem with

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same projet, same class path, if I load my app from a static html file it works but if I load my app with a generated html from freemarker and springMVC I've got a [ERROR] [gwtdemo] Unable to find 'gwtdemo.gwt.xml' on your

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Miguel Méndez
There is a known issue with RC1 that might be the cause of this. Specifically the last one listed in known issue section of http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC. Even though your app does not use App Engine, the issue is really that a GC pass before the browser load

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
In my case, removing all references to spring mvc resolved the problem. When I go down to the code, the problem is in a method called nestedLoad. It calls URL moduleURL = classLoader.getResource(resName); This one return null in some case because resName is provided without package

Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Hi, I'm testing GTW 2.0 RC1 and I don't know how to debug (in eclipse) when i am in development mode. I set some breakpoints, I run in eclipse debug mode and I use firefox 3.5, but it seems that the breakpoints are not catch. Does someone make it work or am I missing someting ? Regards, --

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Jason Parekh
Hi Youen, Which version of Java are you using? There was an issue where breakpoints would not catch on JDK 1.6.0_14. You can check the version being used under: - Run Run configurations - Expand Web Application on the side bar - Select one of its children, click on the JRE tab jason On Mon,

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Hi, I a using 1.6.0_15. The result of java -version java version 1.6.0_15 Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode) By the way, I am on mac with snow leopard and the last version (10.6.2). Youen On 23 nov,

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Jason Parekh
Hi Youen, Could you also make sure the launch configuration is using 1.6.0_15? It could be the case that your default JDK is _15, but when the launch config was created, it was using _14. Have breakpoints every work for you in this project? How about more generally in other projects in

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
Ok in eclipse it's written that it is the default Mac OS X JDK, so it should be the _15 version. I make further tests and : - Breakpoints work on a project from scrath! - Breakpoints do not work with my 2 main (big) gwt project. The main difference with my 2 project is that the main html file

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-23 Thread Youen
I'll investigate on the problem (if you have any ideas ...i'll take them). On 23 nov, 17:29, Youen youen.ch...@gmail.com wrote: Ok in eclipse it's written that it is the default Mac OS X JDK, so it should be the _15 version. I make further tests and :  - Breakpoints work on a project from

Can't debug in Eclipse

2009-06-12 Thread Max
Hi! I just started using the gwt. I followed the instructions in the getting started tutorial but i cant debug my application in eclipse. If i click on Debug - Stockwatcher Eclipse doesnt stop at any Breakpoint. It doesnt even switch into the debug view. The Hosted Mode Windows and the client

Re: Can't debug in Eclipse

2009-06-12 Thread Rajeev Dayal
See http://code.google.com/p/google-web-toolkit/issues/detail?id=3724 Let me know if you have other questions. On Fri, Jun 12, 2009 at 10:54 AM, Max max.blumena...@googlemail.com wrote: Hi! I just started using the gwt. I followed the instructions in the getting started tutorial but i cant

Re: Can't debug in Eclipse

2009-06-12 Thread Max
Wow! Thx for the fast reply! Now debbuging works perfectly! On 12 Jun., 17:40, Rajeev Dayal rda...@google.com wrote: Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=3724 Let me know if you have other questions. On Fri, Jun 12, 2009 at 10:54 AM, Max