Re: Debug problem since GWT 2.1.0, gwt-maven-plugin 2.1.0, Maven 3.0

2010-12-08 Thread Geoffrey Wiseman
On Dec 2, 3:53 pm, Geoffrey Wiseman wrote: > I'm guessing this is caused by this filed > issue?http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 Repeating what I said there on that issue: Near as I can tell, these INDEX.LIST are in gwt-servlet.jar and gwt- user.jar from GWT 1.6

Re: Debug problem since GWT 2.1.0, gwt-maven-plugin 2.1.0, Maven 3.0

2010-12-02 Thread Geoffrey Wiseman
I'm guessing this is caused by this filed issue? http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Re: Debug problem since GWT 2.1.0, gwt-maven-plugin 2.1.0, Maven 3.0

2010-11-12 Thread Thomas Broyer
On 12 nov, 13:21, Musicman75 wrote: > Hello, > > if I want to debug my application, I got over 20 times a > fileNotFoundException from the JarLoader.getJarFile. > The file which can't be loaded is: > > mvn-repository/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet.jar > > After a loop of over 20 ti

Debug problem since GWT 2.1.0, gwt-maven-plugin 2.1.0, Maven 3.0

2010-11-12 Thread Musicman75
Hello, if I want to debug my application, I got over 20 times a fileNotFoundException from the JarLoader.getJarFile. The file which can't be loaded is: mvn-repository/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet.jar After a loop of over 20 times, the application started in debug mode. This prob