Open karfau opened 10 years ago
I created a fork of those dependencies that I have made changes to: https://github.com/karfau/flex-flexunit/tree/develop : the buildscript there works really great, that way updating this dependency should not be a problem https://github.com/karfau/promise-as3 for the scope of this project I only inculde the src folder into the compiled lib and compile it for "ActionScript only"
My personal favorite is gradle but actually anything that can be run on any CI system would be great.
About dependencies: At the moment locally I have one project in IntelliJ IDEA with a module for each dependency: https://github.com/apache/flex-flexunit (currently only FlexUnit4) https://github.com/drewbourne/hamcrest-as3 https://github.com/ThomasBurleson/promise-as3 (the reason to use this fork)
The latests builds of those dependecies are commited to libs
I'm currently compiling everything with the FlexSDK 4.6.0.23201B (the latest from adobe) and running the tests with flashplayer 11 (doesn't work with 10).
I will gladly share my settings on how to compile everything or dicuss improvements on project structure here.