We don't have a mechanism specifying that you don't need the gwt-servlet.jar specifically. Could you file a bug for this?
We do have a way to specify that you want the plugin to treat the WAR directory as input only. It prevents the jars from being copied into WEB-INF/lib and you won't get errors about a missing gwt-servlet.jar. The J2EE FAQ<http://code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee>covers how to enable this feature. Maybe that can be of some use. , maybe that would help. See the J2EE The only other think that you can look at is to uncway to suppress the copying of the default SDK WEB-INF/lib files On Mon, Apr 5, 2010 at 8:36 AM, Ian Bambury <[email protected]> wrote: > 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]<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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
