« Flex 3, AIR 1, and OpenSource | Main | User experience considerations with SQLite operations »

Antennae 1.2.0 Released

Antennae version 1.2.0 has been released. Grab it from http://code.google.com/p/antennae/. Highlights of this release include:

  • Changed to standard naming conventions for properties, targets, tasks, and directories
  • Updated support for AIR 1.0

For anyone not familiar with Antennae here is a brief description:

Antennae is an open-source project designed to automate the building and testing of Flex applications. It uses Ant and Java to provide cross platform utilities to compile Flex libraries, Flex applications, generate FlexUnit TestSuites, and run FlexUnit tests in an automated manner. Antennae also defines a framework for building complex projects with multiple dependencies and intelligently handling recompilation.

Tags: ant antennae flex

Comments

Thanks for this! I've been having a lot of success doing unit testing in Ruby, where the runtime and standard library are extremely test-friendly; but in Flex, unit testing is available only through a frightening chain of hacks, alternately ingenious and appalling. I greatly appreciate your work in shaving this hairy toolchain!