OK it now works for one of these projects. When i "Debug as... > Web
Application" i see logs in the console and debugging works like a
charm.

Logs from working project:
      ...
         Found new resource: com/google/gwt/core/client/GWTBridge.java
         Found new resource: com/google/gwt/lang/
ClassLiteralHolder.java
         Found new resource: com/google/gwt/lang/Util.java
      Validating <servlet> tags for module
'com.x.ecommerce.ui.gwt.Ecommerce'
      ...
         Emitting resource Ecommerce.css
         Emitting resource Ecommerce.html
         Emitting resource clear.cache.gif
     ...

But for another project, i made the exact same tasks and nothing
happens, nothing in eclipse console and when i hit the url i get my
project.html file which is a "Loading..." splash screen and my
EntryPoint is never reached.

I get the following stacktrace in the console:

Unable to load server class
'com.google.appengine.tools.development.gwt.AppEngineLauncher'
java.lang.ClassNotFoundException:
com.google.appengine.tools.development.gwt.AppEngineLauncher
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        ...


Any ideas?

Thanks,
ABB


On Jan 15, 10:55 am, Alexander <[email protected]> wrote:
> Yeah, dont be shy. Tell us why you cant debug from Eclipse.
>
> 2010/1/15 Miguel Méndez <[email protected]>
>
>
>
> > You should be able to use eclipse to debug you web application -- we do it
> > all the time.  Are you not hitting break points or does it just not launch?
>
> > On Thu, Jan 14, 2010 at 2:47 PM, ABB <[email protected]> wrote:
>
> >> For some reason, I am not able to debug a specific GWT project in
> >> Eclipse using  "Debug as... > Web Application".
>
> >> So I'm now trying to use an ANT target to launch DevMode in order to
> >> be able to debug my project in eclipse. Is that possible to use ANT or
> >> "Debug as... > Web Application" is the only way to debug in eclipse?
>
> >> I'm kind of new with GWT, just started on a big project and for some
> >> reason, the guys here never used the debugger...
>
> >> Regards,
> >> ABB
>
> >> --
> >> 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]<google-web-toolkit%[email protected]>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > Miguel
>
> > --
> > 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]<google-web-toolkit%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> Regards,
> Alexander
-- 
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.


Reply via email to