Edit to add...

When I remove the gwt 2.2 line from my build path its all fine but
that kind of defeats the purpose of trying to use 2.2 I guess. This is
what is in my class path when it fails
<classpathentry kind="con"
path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT"/>

Also one other thing, when I try and compile gwt (and not a full
project build) I get this error
Loading inherited module 'com.google.gwt.user.User'
   Loading inherited module 'com.google.gwt.i18n.I18N'
      [ERROR] Element 'property-provider' beginning on line 75
contains unexpected attribute 'generator'
      [ERROR] Failure while parsing XML
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
        at
com.google.gwt.dev.util.xml.DefaultSchema.onUnexpectedAttribute(DefaultSchema.java:
72)
        at
com.google.gwt.dev.util.xml.Schema.onUnexpectedAttribute(Schema.java:
80)
        at
com.google.gwt.dev.util.xml.Schema.onUnexpectedAttribute(Schema.java:
80)
        at com.google.gwt.dev.util.xml.ReflectiveParser
$Impl.startElement(ReflectiveParser.java:228)


My gwt.xml file is as follows
<module rename-to="client">
        <inherits name="com.google.gwt.user.User" />
        <inherits name='com.google.gwt.user.theme.standard.StandardResources'/
>
    <inherits name="com.google.gwt.http.HTTP"/>
        <set-property name="user.agent" value="ie8, ie6, safari, gecko1_8" /
>
        <entry-point class="com.mmp.client.clientHandler" />
</module>


On Mar 3, 9:38 am, kyle <[email protected]> wrote:
> Hi everyone,
>
> After updating my google plugin to 2.2 and then setting my project to
> run with the GWT 2.2 sdk every time I run a build for my application I
> get a java heap space error during the "analyzing sources" portion of
> the build.
>
> This goes away if I uninstall the plugin and restart eclipse, my
> builds have no issues. Has anyone ever seen anything like this and
> could offer any suggestions? Its quite frustrating not being able to
> build my project and work on some of the newer parts of the 2.2 sdk.
>
> Thanks,
> Kyle

-- 
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