Hi John, When you try to debug the app in Eclipse, what is the debug process command line? You can find this by right-clicking the java process in the Debug view in the Debug perspective, and selecting Properties. Also, there might be something useful in your workspace error log (<Eclipse workspace>/.metadata/.log), so if you can send that it may be helpful in diagnosing the problem.
To answer your last question, no, the Google Eclipse Plugin includes an embedded Development Mode log view that is used instead of the standard Java console you'd see if you launched dev mode from the command line. The embedded view should appear automatically when you debug a Web App project. However, since you mentioned Jetty does not appear to be starting, I suspect the problem is not with the view. Let's start by inspecting your debug process args and error log, and go from there. Keith On Wed, Jan 6, 2010 at 3:36 PM, Hethcox <[email protected]> wrote: > FWIW I created a new project with 2.0 and it works fine. > > On Jan 6, 2:16 pm, Hethcox <[email protected]> wrote: > > Hi, > > I'm attempting to get my project working in GWT 2.0 under Eclipse 3.5 > > on Windows XP. The project was previously running under 1.7. > > Everything is working except jetty under Eclipse. (I separately > > compile and deploy the app to JBoss and it works fine). When I attempt > > to debug the app under Eclipse (Debug As->Web Application) I get > > nothing. It just sits there. Sometimes some text appears at startup in > > the console, but it disappears immediately. There is no process bound > > to the relevant port so I don't think jetty is starting. > > > > I assume I'm supposed to get the same console that appears when you > > run DevMode under java. Is that correct? Any thoughts? > > > > Cheers, > > John > > -- > 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. > > > >--
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.
