RE: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-04-27 Thread Glenn Willianms
Same here All good -Original Message- From: Mihai Chira [mailto:mihai.ch...@gmail.com] Sent: 24 April 2015 13:09 To: dev@flex.apache.org Subject: Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1 Just an FYI: we are now compiling our (relatively large) application with this version of the

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-04-24 Thread Erik de Bruin
Thanks Mihai! Always nice to hear that when the bits hit the real world, they don't fall apart on impact ;-) EdB On Fri, Apr 24, 2015 at 2:08 PM, Mihai Chira wrote: > Just an FYI: we are now compiling our (relatively large) application > with this version of the SDK, and things look all right

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-04-24 Thread Mihai Chira
Just an FYI: we are now compiling our (relatively large) application with this version of the SDK, and things look all right. Good work. On 25 March 2015 at 01:15, Justin Mclean wrote: > Hi, > > To save some confusion it might be best to move the LICENSE.xxx and > NOTICE.xxx files out of the roo

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Justin Mclean
Hi, To save some confusion it might be best to move the LICENSE.xxx and NOTICE.xxx files out of the root directory and just leave the final constructed LICENSE and NOTICE files there. (For a future release obviously). Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Alex Harui
e extensions at the end, i.e. NOTICE.bin. > >Chris > >> From: e...@ixsoftware.nl >> Date: Mon, 23 Mar 2015 10:47:33 +0100 >> Subject: [DISCUSS] Apache Flex SDK 4.14.1 - RC1 >> To: dev@flex.apache.org >> >> Please put all discussion about 4.14.1 RC1 in t

RE: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Chris Martin
. The whole IP discussion led me to take note of the other filesets with the extensions at the end, i.e. NOTICE.bin. Chris > From: e...@ixsoftware.nl > Date: Mon, 23 Mar 2015 10:47:33 +0100 > Subject: [DISCUSS] Apache Flex SDK 4.14.1 - RC1 > To: dev@flex.apache.org > > Please

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Mihai Chira
Great idea, that was the problem. I tweaked the build xml until it worked. I'll commit the changes in a while. (Because I think we should cater for others who also install it in paths with spaces, rather than asking everyone to install in folders with no spaces.) On 24 March 2015 at 12:51, Erik de

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Erik de Bruin
Can it be that the spaces in the path to the SDK are messing with you? I've never liked the "Adobe Flash Builder 4.7" in the path, especially because of the spaces in there... EdB On Tue, Mar 24, 2015 at 12:40 PM, Mihai Chira wrote: > It's beginning to be funny, and I know it should be simpler

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Mihai Chira
It's beginning to be funny, and I know it should be simpler, but I'm still mired in errors. Now that ApproveSDK finally worked, I wanted to build an application with the framework, but IntelliJ, after I added the new SDK and associated it with the projects I have, complained that there is no adl.ex

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Tom Chiverton
So in the VOTE thread I saw at least one other person saw that in https://dist.apache.org/repos/dist/dev/flex/sdk/4.14.1/rc1/README in the 'Prepare your system' section, it looks like some funny character encoding: Flash Player ‘playerglobal.swc’ (Pic @http://files.falkensweb.com/f/e8d087bbb

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Erik de Bruin
> The RSL build number is not being expanded in flex-config.xml after running > ant frameworks-rsls. I thought this had been fixed? The token is expanded by the various 'prepare the SDK for IDE' scripts, not the ant target. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-24 Thread Erik de Bruin
Hi, Yes, I forgot to mention this in the vote email: I'm using TLF and BlazeDS from the 4.14.0 release. Since this is a minor update, I didn't want to confuse the issue by introducing changes in the dependencies. I have added the appropriate tags to the repos in question. EdB On Tue, Mar 24, 2

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
Everything is ok from my sigh. I am ready to give +1, but I think we should do TLF tag and pickup all changes. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-RC1-tp45723p

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Justin Mclean
Hi, The RSL build number is not being expanded in flex-config.xml after running ant frameworks-rsls. I thought this had been fixed? Thanks, Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Justin Mclean
Hi, What git hash of TLF was this compiled with? I don't see a 4.14.1 tag in that repo and there's been a number of changes since the 4.14.0 tag. Thanks, Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
On 3/23/15, 4:28 PM, "Mihai Chira" wrote: > >PS: isn't there a way to automate adding the test swfs to the / a >security trust file? I have a feeling it could save a lot of time for >the whole community. There probably is a way. Feel free to try to figure it out. -Alex

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
Yep, that was it (the debugger projector). Because it worked well for my regular source SDK, I assumed it was set correctly - but I had set it correctly in env.properties, and, for some reason incorrectly in the environment variables section. After that I also got the 'cannot access local resource

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Justin Mclean
Hi, The README has instructions on how to make a usable SDK - best if you follow those rather than hack the source SDK .:-) Justin

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
There’s probably more missing than just playerglobal. A built source release doesn’t have non-Apache compatible dependencies mixed. That’s what the Installer is for. I think you can run ant -f installer.xml in the built source release to use it in an IDE. On 3/23/15, 3:12 PM, "piotrz" wrote:

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
My IDE (Intellij) is looking into the player folder instead of PLAYERGLOBAL_HOME, but ok I understand. I will have to download on my own playerglobal and put it there. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
On 3/23/15, 2:52 PM, "piotrz" wrote: >1) I was able to build sdk but for some reason after build I don't have >folder player here: > >frameworks\libs\player\ > >Probably I should have this folder after the build ? The source release can’t just be used in an IDE. It expects the player to be so

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Basictests takes several seconds to run. You should be able to watch it run. If it isn’t coming up, then we have to wonder if the player isn’t configured correctly. If BasicTests does run, please verify that you’ve installed a debugger projector and not the regular projector player. -Alex On 3

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
1) I was able to build sdk but for some reason after build I don't have folder player here: frameworks\libs\player\ Probably I should have this folder after the build ? 2) I got warning compile: Compiling frameworks/libs/framework.swc Loading configuration file H:\flexsdk\ApacheFlex_Nightly\apa

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
There is a flashlog.txt in "c:\Users\someUser\AppData\Roaming\Macromedia\Flash Player\Logs\", but it's empty. I also ran the basictests target again, and the date and time don't change on flashlog.txt and it stays empty. On 23 March 2015 at 22:29, Alex Harui wrote: > Did a flashlog.txt file get c

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Did a flashlog.txt file get created? What kind of output was in it? Where did it end up on your computer? -Alex On 3/23/15, 2:22 PM, "Mihai Chira" wrote: >Like this? TraceOutputFileEnable=1 >yes. > >On 23 March 2015 at 21:38, Alex Harui wrote: >> Is trace output enabled in the mm.cfg file? >>

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
Like this? TraceOutputFileEnable=1 yes. On 23 March 2015 at 21:38, Alex Harui wrote: > Is trace output enabled in the mm.cfg file? > > On 3/23/15, 1:28 PM, "Mihai Chira" wrote: > >>Thanks, Om! Now works just fine from the command prompt after >>installing gpg4win. >> >>Later down the line I get

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Is trace output enabled in the mm.cfg file? On 3/23/15, 1:28 PM, "Mihai Chira" wrote: >Thanks, Om! Now works just fine from the command prompt after >installing gpg4win. > >Later down the line I get this error: > >___ > >compilemustellaswc: >Loading configurat

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
I see 17.0 version in the build.xml file, so if we are support it Readme file should be changed. Can you confirm my assumption ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Apache-Flex-SDK-

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
Thanks, Om! Now works just fine from the command prompt after installing gpg4win. Later down the line I get this error: ___ compilemustellaswc: Loading configuration file C:\Users\someUser\workspace\sdk\frameworks\flex-con fig.xml C:\Users\someUser\Adobe Flash

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
Om, I think it was already released. I see it is available officially from this link [1] [1] https://get.adobe.com/air/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Apache-Flex-SDK-4-14-1-R

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread OmPrakash Muppirala
On Mon, Mar 23, 2015 at 12:44 PM, piotrz wrote: > Erik, > > In the Readme file I see that Adobe Air 16 is mentioned - Didn't we jump to > the Adobe Air 17 ? > > " > The Adobe AIR integration kit for Windows can be downloaded from: > >http://airdownload.adobe.com/air/win/download/16.0/AdobeAIR

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread piotrz
Erik, In the Readme file I see that Adobe Air 16 is mentioned - Didn't we jump to the Adobe Air 17 ? " The Adobe AIR integration kit for Windows can be downloaded from: http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRSDK.zip"; Piotr - Apache Flex PMC piotrzarzyck...@gmail.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread OmPrakash Muppirala
I have the same error when trying to run gpg on Git Bash. But it works completely fine on my Windows Command Prompt shell. Apparently, its a known issue that Git Bash and windows command prompt look at different places for the ring file [1] Have you tried that instead of Git Bash? Of course, I

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Try some other commands with GPG. It may be your GPG set up and not anything related to Flex. Google says there may be more than one gpg program on your computer and running the wrong one can result in something like this. -Alex On 3/23/15, 11:07 AM, "Mihai Chira" wrote: >I'm using the git ba

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
I'm using the git bash (C:\Program Files (x86)\Git\bin\sh.exe). It's the same even if I run it as administrator. On 23 March 2015 at 18:54, Alex Harui wrote: > Are you using a Cygwin or some other shell emulator? You may be having > file permission problems and need to use sudo. > > -Alex > > On

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Are you using a Cygwin or some other shell emulator? You may be having file permission problems and need to use sudo. -Alex On 3/23/15, 10:44 AM, "Mihai Chira" wrote: >> 1) You downloaded the KEYS file? >Yes, in the same folder as ApproveSDK.xml, which is why it didn't need >a path. But I just

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
> 1) You downloaded the KEYS file? Yes, in the same folder as ApproveSDK.xml, which is why it didn't need a path. But I just tried to give it the absolute path instead of the relative one, and I get the same error.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
Just to double-check: 1) You downloaded the KEYS file? 2) Gpg wants the path to the KEYS file as in: gpg —import For me, something like: gpg —import c:/users/aharui/downloads/KEYS On 3/23/15, 10:23 AM, "Mihai Chira" wrote: >> gpg --import KEYS >I got the same error running this. Then I d

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
> gpg --import KEYS I got the same error running this. Then I discovered this[1] and copied iconv.dll near git's gpg.exe, and now I get this error: __ $ gpg --import KEYS gpg: keyblock resource `c:/Users/evolverine/.gnupg\secring.gpg': file open error gpg: keyblock resou

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Maxim Solodovnik
gpg --import KEYS KEYS can be obtained here: https://dist.apache.org/repos/dist/dev/flex/sdk/KEYS On Mon, Mar 23, 2015 at 11:04 PM, Mihai Chira wrote: > Now I'm getting this error (below). I'm running the script from the > git bash on Windows 7. > > checkasc: > gpg: error loading `iconv.dll': T

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Alex Harui
There is a main-no-download target you can use, but feel free to change the script as well. -Alex On 3/23/15, 9:58 AM, "Mihai Chira" wrote: >Could we get the ApproveSDK ant script to skip downloading the zip >file if it's already there? Because if you get an error after the >download and run th

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
Now I'm getting this error (below). I'm running the script from the git bash on Windows 7. checkasc: gpg: error loading `iconv.dll': The specified module could not be found. gpg: please see http://www.gnupg.org/download/iconv.html for more information gpg: keyblock resource `c:/Users/evolverine/.

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Mihai Chira
Could we get the ApproveSDK ant script to skip downloading the zip file if it's already there? Because if you get an error after the download and run the script again, you have to wait again quite a while. I'm happy to make this change tomorrow if people are ok with it. On 23 March 2015 at 10:47,

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread kevin.godell
I was testing out the new "padding" property yesterday on a VGroup and found it to be a convenient shortcut. One thing I noticed is that when using this new property along with any of the other padding properties, such as paddingLeft, that it is a situation of "last one in wins." http://apache-fle

[DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread Erik de Bruin
Please put all discussion about 4.14.1 RC1 in this thread. Thanks, EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl