----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Sunday, July 21, 2002 16:02 Subject: RE: refactoring a large project
> Yeah, but sub-builds often are ordered, and thus <fileset> might be > inappropriate!?!? --DD problem here is that even an ordered list is inadequate...the sub builds are often a directet acyclic graph, just as targets in a build file. If you keep the parallelism explicit then the runtime can choose the ordering, and a forking version of <ant> can build independent projects in parallel . that would be slick on a two-cpu box (my work one), or when you are deploying and testing while doing something else. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
