Hi
I've downloaded Beta 2 and have got the sample ant task working how I want.
I'm having problems running tests in flash builder though.
When I right click and go to execute FlexUnit tests the generated mxml file tries to use the following runner:
xmlns:flexunit="flexunit.flexui.*">
<flexunit:FlexUnitTestRunnerUI id="testRunner"/>
which it can't find.
No additional swcs were added to the compiler path in the propject properties. Perhaps I just have to add som eprevious version swcs to my lib folder?