Reputation: 2924
Simple question, where do I actually download the FlexUnit binary? I've found:
https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+Getting+Started
and
https://github.com/flexunit/flexunit
The links on the first go to www.flexunit.com which doesn't appear to exist.
The second has all the source code, but no build instructions.
Upvotes: 2
Views: 103
Reputation: 13327
FlexUnit donation to Apache Flex is currently in progress and has yet to be formulated into a release. Meanwhile you can find a nightly build at https://builds.apache.org/job/flex-flexunit/ws/ (flexunit-*.zip).
Update
An official release can now be downloaded at: http://flex.apache.org/download-flexunit.html
Upvotes: 2
Reputation: 1625
You can either use Maven to get access to Flexunit like in this question here: How do I get Flexunit, FlexMojos and Mockolate to work together?
Or you can download flexunit from various open source projects like here: https://github.com/mikechambers/as3corelib/tree/master/build/libs
Upvotes: 0