It is possible, but VERY inconvenient. My build consists of several
component builds with inter-component dependencies (I preprocess them into
one build file). The general rule should be that a component unit test
should be executed only if all dependencies' unit tests succeeded. As many
as possible unit tests should be executed. Since I automatically generate
most of build files, I can implement it for unit testing. But what about
java compilation and other tasks? Wrapping every task does not seem as a
good way of doing it.

- Alexey
--
{ http://trelony.cjb.net/   } Alexey N. Solofnenko
{ http://www.inventigo.com/ } Inventigo LLC
Pleasant Hill, CA (GMT-8 usually)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to