I had faced similar problem... Heres the reply I had received for something similar
> I have done the following... > Java Application > Main > Project: try5 > Main class: com.google.gwt.dev.GWTShell > Arguments > Program arguments: -out www > eu.future.earth.gwt.MainDemoApp/MainDemoApp.html > VM arguments: -Xmx256m You have to manually add to the run/*debug* classpath your src/ folder (Advanced... -> Add Folders): check by yourself the "(default classpath)" entry in the "Classpath" tab from the Run/*Debug* dialog: it only contains "binaries", not the src/ which GWTCompiler and GWTShell need. Cheers. Amit Dhingra www.amitdhingra.in On Tue, Oct 28, 2008 at 3:27 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > I have been developing a project over the past few months; but today > I've noticed that I am unable to debug the project. When attempting to > launch into debug, the project compiles successfully, but the hosted > window does not appear? > > The console displays: > Building jar: C:\Users\Micko\Documents\NetBeansProjects > \ConstructionEye-wontDebug\dist\ConstructionEye.war > do-dist: > dist: > debug: > BUILD SUCCESSFUL (total time: 1 minute 6 seconds) > > I can launch the project in web mode with no problems. I am running > GWT 1.5 RC1. > > Can anyone help? > > Michael > > > > -- Warm Regards, Amit Dhingra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
