On 22 juil, 17:59, Uberto Barbini <[email protected]> wrote:
> Hi Ben,
>
> we're working in 10 people on a big gwt project.
> Some people work in office, some remotely.
> I think the problem in your scenario is
>
> > My situation: I'm developing and debugging locally, then deploy
> > the .war file manually on my tomcat server.
>
> everything should be done automatically either by maven or by an ant task.

...or manually (by the project leader generally), but always based on
some revision on the SCM (we use Subversion), never on some local
working copy.

> Then after the commit we have a CI server (hudson) that run tests and
> deploy it in a preprod env.
> All the debug is done locally.

Same here in our new project. The old one was deployed manually: we
had a shell script on the test server that "rm workingcopy", then "svn
co", and finally "ant build install" (we used ant, we're now using
maven in our new 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 [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