On 2 Apr., 08:21, "alex.d" <[email protected]> wrote:
> Ant is definitely worth to take a look at. I'm using it to make my war-
> file. After that i have to upload/copy it to webapps-folder -
> deploying complete!
>
with something like
[code]
<copy todir="${tomcatDir}">
<fileset
dir="${web}"
includes="**/*.*" />
</copy>
[/code]
the ant task will do that for you ;)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---