Hi,
you can use this ant-target to create a war file:
<target name="war" depends="build" description="Create a war file">
<zip destfile="MyApp.war" basedir="war"/>
</target>
I recommend to create the project structure with the
"webAppCreator" (included inside
the google-gwt-directory). I've written a tutorial how to do that:
http://blog.jdevelop.eu/2009/11/11/create-a-gwt-application-from-scratch/
Have a lot of fun!
On 1 Dez., 14:22, cutout33 <[email protected]> wrote:
> Hello all,
>
> Am really new to GWT and am using google plugin for eclipse which
> great for development as it starts the project in hosted mode, but my
> problem I need to deploy my sample on a real AS like JBoss, how can I
> do that? how can I create a war file for my project? What file
> structure should it contain?
>
> I new that maybe it is very stupid but am not able to do :-/
>
> Thanks in advance...
--
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.