Steve, You can, of course, write your own compile script. I use and recommend Ant. I wrote a quick summary of two options for compiling GWT applications in Ant here:
http://publicint.blogspot.com/2008/10/introducing-gwtcompilertask.html Essentially all you have to do is invoke GWTCompiler as you would any other executable Java class. If you choose not to try the GwtCompilerTask for Ant, remember to include fork="true" in your <java> task. - Isaac On Thu, Oct 16, 2008 at 3:21 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I though it might be something like that. > > Well i have a near complete project that doesnt use applicationCreator > is there another way? > I assume there must be as gwt compiles everything when you run it in > web mode. > > Thanks, > Steve > > On Oct 15, 7:19 pm, Charlie Collins <[EMAIL PROTECTED]> wrote: > > It's created in the same location as you use applicationCreator from, > > by default. > > > > http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog... > > > > That assumes you are using applicationCreator of course, but that is > > the normal way to have a compile script generated for you. > > > > On Oct 15, 12:32 pm, "[EMAIL PROTECTED]" > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > A very trivial question but where should this <myApp>-compile.cmd file > > > be located and how and when is it generated. I cannot seem to find it > > > anywhere :( > > > > > Thanks, > > > Steve- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
