No, you don't need it for hosted mode. The only reason to have that would be to ensure that you are actually writing compilable code (just because it runs under hosted mode doesn't mean it'll compile to Javascript).
Generally though, you don't do that since you want a fast turnaround to hack & test. The Eclipse projects that GWT creates certainly don't. On Mon, Apr 13, 2009 at 3:31 PM, pohl <[email protected]> wrote: > > I have a basic question about what is required in the build process in > order to invoke hosted mode. I'm trying to speed up my compilation > times, and I noticed that the Java-2-Javascript compiler is running > even in the case when I'm debugging in hosted mode. > > Now I'm not using the same tools as y'all...no Eclipse for me. I'm > using Netbeans (and the GWT4NB plugin) and I thought that, perhaps, > the ANT scripts could be made more optimal by leaving out the > com.google.gwt.dev.GWTCompiler step. > > So, does it have to be there in that case? If so, what does it > accomplish? It's my understanding that hosted mode is interacting > with Java objects...so I have a hard time imagining what purpose it > could serve. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
