Hey Miroslav,

Check out the Maven GWT plugin that I use on my project. It accepts a
flag for whether or not to compile GWT so I can run my jetty server
and get changes to HTML without a slow GWT compile. And use hosted
mode against it for GWT changes. I think that's what you're after, no?

pom setup is here:
http://code.google.com/p/tocollege-net/source/browse/ProGWT/trunk/pom.xml

and there are a number of batch files that show the various ways I
launch the project. run_jetty_no_gwt.bat etc.

-Jeff


On Nov 9, 3:24 pm, Malte Legenhausen <[EMAIL PROTECTED]> wrote:
> I tryed the same like you and got the same problem, after every change
> in the client packages all file are recompiled. I think that the
> scanTargetPatterns does not work when you select the compile target. I
> hope that is an issue for the jetty server, maybe you try the version
> 7?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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