Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Mark Kessler
Had an issue building from source using readme. Step 2 worked: 2. In the ant_on_air directory, run: ant [-DFLEX_HOME=/path/to/apache/flex/sdk] [-DAIR_HOME=/path/to/air/sdk] Step 3 failed here for me. 3. In the installer directory, run: ant build [-DFLEX_HOME=/path/to/apache/f

Re : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Frédéric THOMAS
Difficult to say it was quick but I guess it was for the uncompress tasks or the tasks around of them. --- Message initial --- De : "Alex Harui" Envoyé : 22 juin 2015 19:22 A : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2 On 6/22/1

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Alex Harui
On 6/22/15, 8:35 AM, "Frédéric THOMAS" wrote: >> I've still have the minor (?) issues: > >Just to be clear, I ran the installer from the build done from the source >kit and had no issues in installing the Flex SDK itself, only FlexJS, >that's why I don't know it I have to attribute the issue to

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Justin Mclean
Hi, I also get a 3003 with FlexJS when running the binary. The same URL works correctly when used in a browser. http://search.maven.org/remotecontent?filepath=org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar Here’s the log: Installer version 3.2.0 (mac) Using Locale: en_AU Fetched

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Frédéric THOMAS
he tool bar, it is minor IMO even though that looks not pro (especially from us). Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2 > Date: M

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Frédéric THOMAS
hotmail.com; dev@flex.apache.org > Subject: Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2 > Date: Mon, 22 Jun 2015 15:14:25 + > > I think enough folks have examined the source but it would be good to know > that it works in other countries > > > Sent

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Alex Harui
CUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2 > You're right. Let's count the votes and move on. I was about to dedicate some time to test it but if you have already enough votes, I'm fine with :-) Thanks, Frédéric THOMAS > Dat

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Frédéric THOMAS
t: Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2 > From: e...@ixsoftware.nl > To: dev@flex.apache.org > > Alex, > > You're right. Let's count the votes and move on. > > Contributions in the form of actual patches or even constructive comments > are

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Erik de Bruin
Alex, You're right. Let's count the votes and move on. Contributions in the form of actual patches or even constructive comments are always welcome and will certainly be part of the next release (which everyone is free to create and put to a vote, btw). Just let's not let them interfere with the

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Alex Harui
On 6/22/15, 1:03 AM, "Justin Mclean" wrote: >Hi, > >You suggested change corrects one the issues. The other one is you can >set AIR_HOME to a 4.0 SDK, but if FLEX_HOME contains an air version other >than 4.0 it will fail to compile. It will still fail to compile if you >change the namespace. >

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Kessler CTR Mark J
I will be able to review this rc2 tonight (which is half a day away at this time). -Mark

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread Justin Mclean
Hi, You suggested change corrects one the issues. The other one is you can set AIR_HOME to a 4.0 SDK, but if FLEX_HOME contains an air version other than 4.0 it will fail to compile. It will still fail to compile if you change the namespace. > And since it is a minor change, we wouldn't need a

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-22 Thread OmPrakash Muppirala
The README already says: "0. Make sure you have the right version of the Adobe AIR SDK. Apache Flex Installer 3.1 uses Adobe AIR SDK 4.0. If you want to use an older version of the AIR SDK, you will have to change the namespace in the following files: installer/src/InstallApacheFlex-app

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Alex Harui
On 6/21/15, 11:05 PM, "Justin Mclean" wrote: >> Would have been a good thing to try before we cut the RC. > >The previous RC didn’t compile so I (and I presume others) were unable to >test this. Sounds like you are still unclear on how the release process is supposed to work. > >> I’m not sur

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Justin Mclean
Hi, > I could be wrong, but I thought the Installer let you pick any version of > AIR to mix with any version of Apache Flex. It does but it won’t currently default to the required one for the installer. > As I said in a recent reply, you can probably just set -target-player or > -swf-version.

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Alex Harui
On 6/21/15, 10:21 PM, "Justin Mclean" wrote: > >Why do we have an AIR_HOME variable if in one place it using the air >version contained in FLEX_HOME? Because we don’t want to mingle the AIR SDK files with the files from the Apache Flex repo. And it should allow you to easily switch which AIR S

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Alex Harui
On 6/21/15, 9:43 PM, "Justin Mclean" wrote: >Hi, > >> If you install some version of Apache Flex with AIR newer than 4.0 then >>you will probably have this problem. > >So you’re saying this will only work if you have a default Apache Flex >4.11 or below installed? If you have 4.12, 4.13 or 4.14

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Justin Mclean
HI, > The Installer is just like any other AIR app. You need to adjust the xml > to whatever version of AIR you are using. Except that doesn't work if you try to compile it with AIR 4.0 and your Flex SDK has another version AIR. Why do we have an AIR_HOME variable if in one place it using the

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread OmPrakash Muppirala
On Sun, Jun 21, 2015 at 9:43 PM, Justin Mclean wrote: > Hi, > > > If you install some version of Apache Flex with AIR newer than 4.0 then > you will probably have this problem. > > So you’re saying this will only work if you have a default Apache Flex > 4.11 or below installed? If you have 4.12,

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Justin Mclean
Hi, > If you install some version of Apache Flex with AIR newer than 4.0 then you > will probably have this problem. So you’re saying this will only work if you have a default Apache Flex 4.11 or below installed? If you have 4.12, 4.13 or 4.14 default installs it won’t work? You would also hav

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Alex Harui
BTW, I think you can add -swf-version=23 and/or -target-player=12.0 -Alex On 6/21/15, 7:51 AM, "Erik de Bruin" wrote: >Alex, > >I'm very sorry for the delay in my repsonse, but this time I get: > >/Users/erik/Desktop/flex/apache-flex-sdk-installer-3.2.0-src/installer/src >/InstallApacheFlex-app

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Alex Harui
The -app.xml uses AIR 4.0. AFAIK, SWCs do not have their SWF version carried over into the final SWF. If you install some version of Apache Flex with AIR newer than 4.0 then you will probably have this problem. -Alex On 6/21/15, 8:45 PM, "Justin Mclean" wrote: >Hi, > >I’m allso unable to comp

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Justin Mclean
Hi, I’m allso unable to compile from source. Tied various versions for AIR_HOME. Setting to a a recent version of AIR give this: error 305: Intial window content SWF version 27 exceeds namespace version http://ns.adobe.com/air/application/4.0 Setting to the AIR 4.0 (the namespace mentioned abo

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-21 Thread Erik de Bruin
Alex, I'm very sorry for the delay in my repsonse, but this time I get: /Users/erik/Desktop/flex/apache-flex-sdk-installer-3.2.0-src/installer/src/InstallApacheFlex-app.xml: error 305: Intial window content SWF version 28 exceeds namespace version http://ns.adobe.com/air/application/4.0 when run

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-19 Thread Alex Harui
Ah yes, I should have been more clear. This issue should be fixed as well by the official hash for this RC: 779907321df67042d80349d2a458b2db482deb35 -Alex On 6/18/15, 11:55 PM, "Justin Mclean" wrote: >Hi, > >With the previous both FlexJS and 4.14.1 SDK failed to install for me, >has that been

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-18 Thread Justin Mclean
Hi, With the previous both FlexJS and 4.14.1 SDK failed to install for me, has that been fixed or is it the same with this RC / just my problem? Thanks, Justin

[DISCUSS] Discuss Release Apache Flex SDK Installer 3.2 RC2

2015-06-18 Thread Alex Harui
This is the discussion thread. Changes in this RC include: -moved a bunch of files out of the installer folder up to the top-level so that the file structure of the source package better matches the repo. This reduces the chances that the repo build will work but the source package build will not