Hi Neil,

It sounds like there may still be confusion about how the checkbox set is
determined.  For recent releases like Flex SDK 4.13 and 4.14, and for
FlexJS releases, the ‘final’ list of items is not in the
InstallApacheFlex.mxml file at all.  Really, there is no final list.  It
is totally data driven from xml files co-located with the release
artifacts and can be different for each release.  We can even change an
.xml file after we release and the Installer needs to pick up that change
at runtime.  There is a set of checkboxes in InstallApacheFlex.mxml, but
that is used for Flex SDK 4.12.1 and older (actually even whether 4.12.x
uses the built-in checkboxes is determined by another .xml file).

IOW, we are trying to make the installer be totally data driven, but it
has to keep an old code path around.  It looks like when the language
changes, the installer reverts to the old code path.  It needs to go down
the new code path with the new language.

HTH,
-Alex



On 2/5/15, 8:04 AM, "Neil Madsen" <li...@cranialinteractive.com> wrote:

>I have made some changes to the code and the check boxes seem to be
>working.
>If I could get a 'final' list of items to be displayed I can make sure the
>correct items are being displayed and then push this version for testing.
>
>Neil
>
>
>-----Original Message-----
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Thanks Piotr. I see what's happening.
>Can someone please give a list of all required/optional check boxes to be
>displayed for v4.14.0
>
>There has been so much discussion regarding what should and shouldn't be
>required I lost track and I'm not sure where it stands right now. If I
>have
>a list I can fix up the error when changing languages on the license
>screen.
>
>
>Neil
>
>
>-----Original Message-----
>From: piotrz [mailto:piotrzarzyck...@gmail.com]
>Sent: February-05-15 12:58 AM
>To: dev@flex.apache.org
>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.2
>
>Hi,
>
>I've just tried last nightly build of installer (Build #380) and on the
>license agreements I see:
>
>http://images.devs-on.net/Image/a1bcfrLefuRiHbJB-Obszar.png
>
>Once I change language I see:
>
>http://images.devs-on.net/Image/qJZ5xeUiPfgyTChe-Obszar.png
>
>So we have an issue here. Additionally I don't see this ->
>https://issues.apache.org/jira/browse/FLEX-34687
>
>Piotr
>
>
>-----
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Release-Apach
>e-
>Flex-SDK-Installer-3-2-tp44853p44957.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to