GitHub user yishayw opened a pull request:
https://github.com/apache/flex-asjs/pull/8
Added BinaryURLLoader and some utility classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yishayw/flex-asjs develop
Alternatively you ca
No thought's ... just being totally confused now ;-)
Could you please run a Maven build (or check the on Jenkins) and have a look at
the generated config files, if everything is in the right place? I think I
still haven's understood the concept behind these externs (the ones from falcon
and th
OK, I will try again, but it might not be today (holiday in US).
IMO, there are at least two, maybe 3 categories of SWCs:
1. External stuff that doesn't use goog.require (playerglobal, airglobal,
js.swc, jquery.swc, cordova.swc, createjs.swc)
2. Stuff (some that we wrote, some from third
Regarding resources/images. None are embedded, I think the Ant scripts just
copy them.
Thanks,
-Alex
From: Christofer Dutz
mailto:christofer.d...@c-ware.de>>
Date: Monday, July 4, 2016 at 5:17 AM
To: Alex Harui mailto:aha...@adobe.com>>,
"dev@flex.apache.org"
mail
Ok so now I'm done :-D
I finished updating my problem findings in the headers of all examples.
I think now all examples seem to be building correctly. However I don't seem to
be able to test everything as I would have to package some modules with Cordova
in order to test them correctly. I'll a
Ok some progress [?]
So I added a new compiler option to the maven plugin:
forceSwcExternalLibraryPath
This is set to false per default, but if set to true, ALL libraries go to the
external-library-path. I think this is a lot easier than to sort of think of a
way to manually configure stuff l
Hi Alex,
I could confirm your observation, so in order to test things, I changed the
dependencies to all the libraries to the library-path in all cases. With this
the output had a lot less errors. However I am still getting errors from the
binding system.
I am having real trouble to make thi
On 7/3/16, 7:48 AM, "Alex Harui" wrote:
>Excellent! I will investigate the runtime issues this evening.
I poked around. I noted:
-RadioButton is broken. Peter or I will look into it.
-For Binding (and probably other projects), Core.swc is on the
external-library-path for the AS compile, bu