On 8/7/15, 10:44 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote:
>> Hi Fred, I only just started on HTTPService, then realized having >> conditional compile would be useful. Not much to share there. I am >> hoping we can fully re-write all of our JS files in AS after this next >> release. Feel free to create a branch and get started if you have the >> cycles. > >I'm fine with that, whatever the time it takes. >I will need your help though to do them in the dependency order. The swcs are compiled in the following order due to some dependencies. You can check the compile-config.xml to see the exact set of dependencies in each folder. <ant dir="${basedir}/projects/Core" target="compile"/> <ant dir="${basedir}/projects/Graphics" target="compile"/> <ant dir="${basedir}/projects/Binding" target="compile"/> <ant dir="${basedir}/projects/HTML" target="compile"/> <ant dir="${basedir}/projects/Flat" target="compile"/> <ant dir="${basedir}/projects/Charts" target="compile"/> <ant dir="${basedir}/projects/Collections" target="compile"/> <ant dir="${basedir}/projects/CreateJS" target="compile"/> <ant dir="${basedir}/projects/DragDrop" target="compile"/> <ant dir="${basedir}/projects/Effects" target="compile"/> <ant dir="${basedir}/projects/Formatters" target="compile"/> <ant dir="${basedir}/projects/GoogleMaps" target="compile"/> <ant dir="${basedir}/projects/HTML5" target="compile"/> <ant dir="${basedir}/projects/JQuery" target="compile"/> <ant dir="${basedir}/projects/Mobile" target="compile"/> <ant dir="${basedir}/projects/Network" target="compile"/> Within the Core.swc, if we coded everything correctly and didn’t make a rat’s nest of dependencies, porting the org/apache/flex/core and org/apache/flex/utils folders first should clear the way for doing other files in that swc. Thanks, -Alex