Hi Miguel, So I take that there's no way to do what I need, then.
Ian 2010/4/5 Miguel Méndez <[email protected]> > Sorry to hear that Paul. > > @All: In GPE 1.3 we added a way to configure the severity of the errors and > warnings reported by GPE. If you navigate to Preferences > Errors/Warnings > > Project structure and SDKs, you can change the severity level for "SDK JAR > missing from WEB-INF/lib" to ignore. FWIW, it also gives you more control > over the WAR directory, etc. > > > On Sun, Apr 4, 2010 at 7:36 PM, Paul <[email protected]> wrote: > >> I struggled with all of the warnings from the GWT eclipse plug in as I >> was using a different project structure, eventually I stopped using >> the plugin. >> >> The GWT tools (except for the plugin) are very flexible. So I >> recreated my project in eclipse as a java project rather than a GWT >> project and then created a java launch to run the application in dev >> mode (mainclass =com.google.gwt.dev.DevMode) and another launch to run >> the gwt compiler (mainclass=com.google.gwt.dev.Compiler). The GWT docs >> detail all of the required parameters, or run them with no params and >> they'll output some helptext. Since making these changes I've had no >> problems. >> >> cheers >> Paul >> >> -- >> 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. > -- 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.
