-
Notifications
You must be signed in to change notification settings - Fork 8
Build instructions
After pulling down the repository, duplicate user.properties.eg
as user.properties
and edit it. Change FLEX_HOME
to your Flex SDK directory.
To build, simply execute ant compile
from within the root of the branch.
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.
To generate documentation, execute ant asdoc
To package a release for deployment, set the appropriate build number in (raix.ver.num) in build.properties
and then run ant package