You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: