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

On Apr 2, 1:07 pm, Jonathan Weissman <jgweiss...@gmail.com> wrote:
> I only use GWT for producing the client side javascript, which I copy
> into a .Net web project that includes the server side code and a host
> HTML file that integrates the GWT output with third party libraries.
> It seems that a .war archive would make it more complicated to copy
> the GWT output that I want into my larger project. An option to get
> the output in a normal folder as it currently works in 1.5 would be
> better. GWT should not assume that server side code will be in Java
> and integrated in the GWT project.
--~--~---------~--~----~------------~-------~--~----~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to