Building the plugins

A simple build script (build.sh) is provided in the scripts/build directory to compile the release.

Before using the build script, make sure that the FLEXPATH variable is set so that it correctly points to the location of your flex 3 sdk install.

To build the release:

./build.sh
from the "scripts/build" directory.

Successful compilation will result in "ova-jw.swf" being created in the "release" directory and a copy of that swf will be placed into the "dist/swf" directory.

A Note on Debugging

We use Firebug - all debug output from the SWF will go to the Firebug console by default.

Home