The projectCreator does generate an Ant build file. I actually submitted a
patch a while back that adds a little more zing to that build file. It's
been marked low priority, but you can add your star to the issue if you want
to see it included. Here's the issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=2315

For compiling to JS you can also try out the GwtCompilerTask, which is
available in the GWT Incubator project. I wrote about the custom Ant task
here:

http://publicint.blogspot.com/2008/10/introducing-gwtcompilertask.html

I've thought about a GwtHostedModeTask, but personally I prefer starting
hosted mode using Eclipse since it handles the debug hooks for me.




On Sun, Oct 26, 2008 at 11:08 AM, hezjing <[EMAIL PROTECTED]> wrote:

> Hi
> The applicationCreator generates scripts to allow us to start application
> in hosted mode, translates the Java to JavaScript (creating web folder under
> www) and etc.
>
> I think it is also useful to add -ant option to applicationCreator, so that
> applicationCreator will auto-generate Ant tasks to start application in
> hosted mode, and to translate the Java to JavaScript in www folder and etc.
>
> This is useful for example, create a Ant tasks to clean the directories,
> then compile the Java classes, followed by the translation to JavaScript and
> finally, create the WAR file and etc.
>
>
> What do  you think?
>
>
> --
>
> Hez
>
> >
>

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