1) you can disable it in: right click in the project --> Properties -->
Validate --> there you can override the defaults and disable all or some
specific validation. Or you can do the same thing for all projects in the
eclipse general settings.

2) I'm not too sure about that, but I think this 2 ways, I don't know
neither if it will work nor which are the pros or cons:

- With profiles. Create a profile for manual builds and let the default gwt
maven plugin without the <goal>compile</goal>. Then when you run a, for
example, mvn package you must append -P withGwtCompileProfileName
- Another way can be putting in <configuration> the next declaration:
<skip>true</skip> and then run, for example, mvn package
-Dgwt.compiler.skip=false
(see http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#skip )

I hope it will help you

Martin


On Tue, Feb 23, 2010 at 6:21 AM, seb2nim <[email protected]> wrote:

> I met two issues within eclipse :
>
> 1) Eclipse tries to validate html and javascript syntax in compiled
> gwt code (cache.html) within my project... I get into out of memory
> errors (and even if i didnt, it's really useless). What is the good
> way to reject it ?
>
> 2) My maven build works well but i dont want autobuild in eclipse to
> run gwt-compile task (it's long and useless when i'm actually testing
> in devmode).
> How can i set it ?
>
> --
> 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.

Reply via email to