Skip to content
richardszalay edited this page May 20, 2011 · 4 revisions

Setup

After pulling down the repository, duplicate user.properties.eg as user.properties and edit it. Change FLEX_HOME to your Flex SDK directory.

Build

To build, simply execute ant compile from within the root of the branch.

Run Tests

To run the unit tests, try executing ant test from within the root of the branch.

If the process fails, which it is likely to do on Windows Vista/7 due to security constraints, add the local branch location as a trusted location in the Global Security Settings panel. Next, edit your user.properties and set test.localTrusted to false. You should then be able to run ant test successfully.

Generate Documentation

To generate documentation, execute ant asdoc

Package

To package a release for deployment, set the appropriate build number in (raix.ver.num) in build.properties and then run ant package