> You might also have the ensure that your sub project can indeed be
> build in parallel.  The kind of issue you might have to solve are :
> - Thread safety issue in some tasks
> - Current access to some external ressources (database, repository,
> file system, ...)

I read about the non-reentrancy of some major tasks, and one can't
assume anything about third-party tasks, so I was thinking that
running each sub-build in a separate JVM is the way to go, or at least
to start. JVM-pools can be an optimization later on.

alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to