On Apr 2, 11:44 am, "Alex (Google)" <[email protected]> wrote:
> To expand on Isaac's suggestion, everything that used to be in www is
> now in a directory called war.  (I think the name is a bit misleading,
> too.)  You should be able to copy everything from war to your web
> server.  And since you aren't using any Java servlets you can omit
> copying the war/WEB-INF directory.
>
> You don't need to generate the war file if you don't intend to deploy
> it to a servlet container/application server, just run:
>
> ant build
>
> (instead of "ant war") to do everything that Project-compile used to
> do.
>
> -alex

Thanks for this clarification. Please consider adding this to the 1.6
docs for those of us who don't use server-side Java

Cheers,
jec
--~--~---------~--~----~------------~-------~--~----~
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