> > By far I am no JIRA expert for sure and the sub task question I can't > answer. I does seem like a good way to spread a task between devs but > having JIRA send emails for all the sub tsks seems like over kill since you > all ready have the main task and others can watch it.
Maybe someone can suggest something better. Although not as clean as subtasks, we could just update the comment where all the targets are listed indicating which are converted and which ones are still in progress... Chema, does the mustella run the build before it starts? I mean does it > create the whole framework SWCs from scratch or does it use the existing? > No, the mustella tests do not run the framework build. It does run however the tests (swf) builds unless you use the -rerun option. The steps I followed were: 1. Run the sdk build 2. Run some mustella tests (only mx/utisl/ColorUtils) to check they were passing 3. Run the specific compile target for mx so the mx.swc got replaced 4. Run again the mustella tests to check they were still passing Also, for now I only got the mustella tests to run with "use_browser" enabled. I assume there's something wrong with my trust file, but I'll get a deeper look at that this weekend -- Chema