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].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to