Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flsilva/as3coreaddendum
AS3CoreAddendum is an architectural addendum to the core of the Actionscript 3.0 language.
https://github.com/flsilva/as3coreaddendum
Last synced: about 2 months ago
JSON representation
AS3CoreAddendum is an architectural addendum to the core of the Actionscript 3.0 language.
- Host: GitHub
- URL: https://github.com/flsilva/as3coreaddendum
- Owner: flsilva
- License: mit
- Created: 2011-01-05T19:46:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T18:13:00.000Z (about 12 years ago)
- Last Synced: 2024-08-03T05:05:33.613Z (5 months ago)
- Language: ActionScript
- Homepage: http://as3coreaddendum.org
- Size: 609 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGELOG.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - as3coreaddendum - AS3CoreAddendum is an architectural addendum to the core of the Actionscript 3.0 language. (Unsorted / Other API)
README
h2. AS3CoreAddendum
AS3CoreAddendum is an architectural addendum to the core of the Actionscript 3.0 language.
It's based on some basic standards and patterns of languages like Java and C#.
It aims to be a base standard library for basically any AS3 application or framework.For more information visit as3coreaddendum.org.
h3. Build
The build is done using Apache Maven 3.
Basic commands working:mvn clean
mvn compile
mvn test
mvn installTo run unit tests the standalone flashplayer (debug version) must be launched. If you don't have it in your PATH, when running commands you can use the following variable to point to it:
-Dflex.flashPlayer.command=ABSOLUTE_PATH_HERE