On Wed, Sep 9, 2009 at 11:19 AM, Frank Lin <[email protected]> wrote: > Hi Amit, > > > On Wed, Sep 9, 2009 at 9:25 AM, <[email protected]> wrote: > >> Hi Frank, >> >> Instead of having individual ant commands for each browser emulation, it >> would be better to test all the browsers in parallel using -htmlunit >> FF3, FF2, IE6, IE7. >> >> I would suggest more ant targets rather let ant optimize the parallelism > since blaze might be able to shard them better. We might need Freeland's > expertise on that. >
When all browsers are specified, the parallelism is at the JVM level, not at the ant level. A separate HtmlUnit thread is started to emulate each browser. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
