https://github.com/4d47/as3-build-xml
Generic Flex Ant build script.
https://github.com/4d47/as3-build-xml
Last synced: about 1 month ago
JSON representation
Generic Flex Ant build script.
- Host: GitHub
- URL: https://github.com/4d47/as3-build-xml
- Owner: 4d47
- License: mit
- Created: 2012-02-26T19:02:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-11T11:38:48.000Z (over 11 years ago)
- Last Synced: 2025-02-04T13:49:10.205Z (3 months ago)
- Homepage:
- Size: 4.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
as3-build-xml
=============Generic Flex Ant build script.
It compiles `src/*.{as,mxml}` using the SWCs in `lib/` and put the
generated SWF files in the `bin/` folder. If no src files are found
at the top-level, it assumes it is an archive and compiles a SWC.The ASDoc is generated in `asdoc/`. The FlexUnit classes are in `test/` and
Mockolate is available, results including code audit (with FlexPMD, FlexCPD
and FlexMetrics) are written to `test-reports/`. You can use the publish
target, but make sure ant-jsch.jar and jsch.jar (available in `lib`)
are in your Ant library path.It is convention based but you can be configured with a `build.properties`
and `build-config.xml` in your project root directory.*Install in a subfolder*, eg:
git submodule add https://github.com/4d47/as3-build-xml.git build
It can can be extended with your own targets using Ant import/include tasks.
Eg. create a build.xml in the root of the project (next to build folder):
Hello