The following open issue http://code.google.com/p/google-web-toolkit/issues/detail?id=3902 covers error level configuration.
On Fri, Nov 27, 2009 at 3:56 AM, dominikz <[email protected]>wrote: > I'm using eclipse plugin for GWT. My GWT projects are also compiled by > a build engine - therefore I'm exporting build.xml files generated > from Eclipse into my source code repository. I need to have a jar- > reference > > <classpathentry kind="var" path="GWT_DEV_HOME/gwt-user.jar"/> > > in the project's build path rather than a library reference > > <classpathentry kind="con" > path="com.google.gwt.eclipse.core.GWT_CONTAINER"/> > > so that the build.xml file (exported build script from eclipse) has > correct references. > > When I do that I get errors when eclipse compiles the code: > > The project XXX does not have any GWT SDKs on its build path > > Is there a way to turn this error into a warning, or maybe disable it > completely? > > -- > > 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.
