Bjorn Martensson <[EMAIL PROTECTED]> wrote:

> Hi, I want to start a 3 stage server (3 java classes), but once the
> first server class is started, ant seems to be suspended untill that
> server exits (never).
> 
> Has anyone had a similar problem or knows what I should do anyway?

Ant doesn't support asynchronous operation (yet). There is nothing
much you can do here apart from invoking a shell script that puts
itself into the background or running three instances of Ant in
parallel.

Stefan

Reply via email to