On 3/1/14 3:06 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> Justin, can you put the apache-flex-sdk-installer-config.xml in the >> binaries folder? It should be ending up in the out folder. It is >>needed >> so the new installer takes the ant_on_air code paths. > >1. Why is it needed and does it need to go in the binary folder? The new installer looks for that file to know to use the ant_on_air to complete the install. I suppose we don't "have" to have it, but IMO, now is a good time to make sure the new installer can successfully do an install with ant_on_air so in the future when we want to change the way the install works we can change the script and not the installer. >2. Looking at it contents it looks like it duplicating what's in the >locale properties files - is having the information in two places a good >idea? The SDK's version of this file does have a lot of duplication of what is in the installer locale strings, but the FlexJS one has many differences. But again, the goal is to extract just about everything we think we may need to change in the installer so that in future releases if we need to tweak the install there's a better chance we don't have to do what we're doing now, which is running to votes at the same time. Hopefully, the new installer is a pretty simple engine for processing this installer-config.xml file to set up the licenses and steps and then running an ant script. > >Thanks, >Justin