On 5/2/16, 2:57 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>Hi Alex, > >I went through process of building with ApproveFlexJS.xml script. I have >successfully build FlexJS. > >1) Once build finished I took artifacts from created sdk folder and tried >to >use in Intellij. Unfortunately >"Target Player:" in project settings was empty, so I used installer and >download FlexJS and I see "Target Player" [1]. I use flash player 11.1 for >built sdk through approval script, and for download sdk v. 21. - could it >be >a problem ? Not sure. I still haven't tried IntelliJ. The installer is supposed to set up a flex-sdk-description.xml file. I think FB uses that to determine some default values. Maybe IntelliJ does the same. Make sure the flex-sdk-description looks reasonable. > >2) I think in RELEASE_NOTES file we should put list of resolved jiras. I >know that jir is not used too intensively for FlexJS, but still it is >quite >useful information to have such list for every release. Sounds good. Any volunteers to do that? Or better yet, an AIR app that can auto generate the list? > >3) What is the reason to have playerglobal.version = 11.1 in >build.properties ? Maybe we should update it to the newest ? We use 11.1 as a default because it is latest player that Adobe has guaranteed will work with Flex. IOW, if we find a bug in the player, Adobe will want to know if it worked in 11.1 or not. So, our scripts default to 11.1 but the installers usually default to something newer. Thanks, -Alex