Apache Flex 4.10 release

2013-07-14 Thread Justin Mclean
Hi, About time we got this release out the door! If there's no one that going to step forward and fix some of the outstanding issue we'll should just release with out them, what we currently have in the develop branch is significantly better than the 4.9 release so lets get it out there so peop

Re: Apache Flex 4.10 release

2013-07-14 Thread Lee Burrows
Some nice sdk changes - i can see a few of those being very handy (eg: ButtonBar button disabling). Can you put up a link to the outstanding issues? (probably for 100th time, sorry) Are the experimental components included in the sdk by default? Either via standard build.xml or the installer?

Re: Apache Flex 4.10 release

2013-07-14 Thread Justin Mclean
Hi, > Can you put up a link to the outstanding issues? (probably for 100th time, > sorry) https://issues.apache.org/jira/browse/FLEX-33546 But it needs some updates re current state of play for linux support and tests passing. > Are the experimental components included in the sdk by default? T

Re: Apache Flex 4.10 release

2013-07-14 Thread Lee Burrows
Thanks for the link. Btw, i'm concerned about accidentally importing the wrong component and spending hours trying to work out why it isn't acting correctly (the experimental Callout is not compatible with the existing one) rather than the size increase. On 15/07/2013 05:12, Justin Mclean w

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
Justin, I'm here and have some time. If you don't have any pressing stuff that you need help with, I'll be adding functionality to the Mustella VM that will allow it to test all suites against both the baseline (11.1 and 3.7) and bleeding edge (11.8 and 3.8). Alex tells me that the latter will req

Re: Apache Flex 4.10 release

2013-07-15 Thread Justin Mclean
Hi, > Alex tells me that the latter will require some fixing of failing bitmap > comparisons, but > we'll deal with that when it's all set up. Can we have both baseline for 11.1 and 11.8 at the same time I'm sure sure it's set up like that? First step is to see how many tests fail I guess - if

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
I'm working on getting the VM cycle through the various version combinations. So, first run, it'll test 11.1 and 3.7, for all suites and the next run it'll do 11.8 and 3.8, then back to 11.1 and 3.7 etc. etc. Everyone: please let me 'have' the VM today so I can set this up, thanks. EdB On Mon,

Re: Apache Flex 4.10 release

2013-07-15 Thread Erik de Bruin
I've added some code to the VM's Jenkins script: there is now a loop running that alternates between a full suite (main, AIR and mobile) run with FP 11.1 and AIR 3.7 and one that runs with FP 11.7 and AIR 3.7. All combinations and sequences are now possible, let me know if you want this set up dif

Re: Apache Flex 4.10 release

2013-07-15 Thread Gary Young
Is Apache Flex deployed in any maven repository? is there a sample POM using it? thanks. -Gary On Mon, Jul 15, 2013 at 11:56 AM, Erik de Bruin wrote: > I've added some code to the VM's Jenkins script: there is now a loop > running that alternates between a full suite (main, AIR and mobile) > ru

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, > Is Apache Flex deployed in any maven repository? is there a sample POM > using it? The short answer is no, it's not in a publicly assessable repository due to 3rd party license restrictions. However you can use the mavenizer tool to use it inhouse. For more info about that read at the b

Re: Apache Flex 4.10 release

2013-07-16 Thread Gary Young
I tried the utilities, it can not find playerglobal.swc, I guess it has the license problems too, I would have to say this is the worst hit for Flex popularity, Is it possible to get around it or to make it easier? Thanks. -Gary On Tue, Jul 16, 2013 at 3:26 AM, Justin Mclean wrote: > Hi, > >

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, > I tried the utilities, it can not find playerglobal.swc, I guess it has the > license problems too Post the issue you encountered in detail in another thread and I'm sure someone from the list can help. > Is it possible to get around it or to make it easier? I believe so but as I said I d

Re: Apache Flex 4.10 release

2013-07-16 Thread Nicholas Kwiatkowski
Justin, On Win7, x64, JDK 1.7 Things you already know : - RAT runs fine - checkin tests run fine - Mustella runs fine My tests : - My mobile apps compile and test fine. - A few spot-checks of previously known bugs are now corrected - Desktop apps compile fine. Failures : - IDE scripts ar

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, > - IDE scripts are missing (I see you just committed those to the repo) Yep fixed. > - IDE scripts in the repo are not pointing to the correct URL for the AIR SDK Adobe is taking its time in getting out AIR 3.8, it's normally released the same time as Flash Player, 11.8 was released a week

Re: Apache Flex 4.10 release

2013-07-16 Thread Gary Young
Do you think it's possible to add a feature to the SDK Installer so that it can also deploy FDK into Sonatype Nexus server? Thanks. -Gary On Tue, Jul 16, 2013 at 9:27 AM, Nicholas Kwiatkowski wrote: > Justin, > > On Win7, x64, JDK 1.7 > > Things you already know : > - RAT runs fine > - checkin

Re: Apache Flex 4.10 release

2013-07-16 Thread Alexander Doroshko
On 16.07.2013 17:27, Nicholas Kwiatkowski wrote: - IntelliJ is giving me an invalid namespace error for this build (binaries). I'm trying to track that down to see what is causing it. I can take a look. Where can I get Installer for Flex SDK 4.10 release candidate?

Re: Apache Flex 4.10 release

2013-07-16 Thread OmPrakash Muppirala
On Jul 16, 2013 6:48 AM, "Alexander Doroshko" < alexander.doros...@jetbrains.com> wrote: > > On 16.07.2013 17:27, Nicholas Kwiatkowski wrote: >> >> - IntelliJ is giving me an invalid namespace error for this build >> (binaries). I'm trying to track that down to see what is causing it. > > I can

Re: Apache Flex 4.10 release

2013-07-16 Thread Erik de Bruin
Mind that the build machine is offline, so the latest 'nightly' is of about 4 days ago and is from the 'develop' branch. Does it make sense that when (if?) the build machine comes back online I create an RC job that builds from the 'release4.10.0' branch - nightly and/or when a commit happens? Ed

Re: Apache Flex 4.10 release

2013-07-16 Thread Nicholas Kwiatkowski
Once 4.10 is out, wouldn't that branch be merged into the master and pretty much be out of commission? I'd imagine that develop is where we want our nightlys to come from anyway. On Tue, Jul 16, 2013 at 11:11 AM, Erik de Bruin wrote: > Mind that the build machine is offline, so the latest 'nig

Re: Apache Flex 4.10 release

2013-07-16 Thread Erik de Bruin
I get that. I was wondering if having a regular build off the release branch would be a help during the RC period? EdB On Tue, Jul 16, 2013 at 5:28 PM, Nicholas Kwiatkowski wrote: > Once 4.10 is out, wouldn't that branch be merged into the master and pretty > much be out of commission? I'd im

Re: Apache Flex 4.10 release

2013-07-16 Thread Frédéric THOMAS
enizer/Deployer, the source directory of the SDKs (Air/Flex) is particular to this tool, look closely at the readme. -Fred -Message d'origine- From: Gary Young Sent: Tuesday, July 16, 2013 3:45 PM To: dev@flex.apache.org Subject: Re: Apache Flex 4.10 release Do you think it's po

Re: Apache Flex 4.10 release

2013-07-16 Thread Gary Young
moment, you can do all of that with the Mavenizer/Deployer, the > source directory of the SDKs (Air/Flex) is particular to this tool, look > closely at the readme. > > -Fred > > -Message d'origine----- From: Gary Young > Sent: Tuesday, July 16, 2013 3:45 PM > To: dev@f

Re: Apache Flex 4.10 release

2013-07-16 Thread Paul Hastings
On 7/16/2013 9:33 PM, OmPrakash Muppirala wrote: I plan to put out an RC for the Installer soon. i hate to say it but for someone like me having an installer to setup the SDK for testing would make it much easier. worked myself into a tizzy trying to get my dev environment squared away (JDK v

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, > I get that. I was wondering if having a regular build off the release > branch would be a help during the RC period? No need to we merge changes into develop which I think is simpler. Justin

Re: Apache Flex 4.10 release

2013-07-16 Thread OmPrakash Muppirala
On Tue, Jul 16, 2013 at 11:14 AM, Paul Hastings wrote: > On 7/16/2013 9:33 PM, OmPrakash Muppirala wrote: > >> I plan to put out an RC for the Installer soon. >> > > i hate to say it but for someone like me having an installer to setup the > SDK for testing would make it much easier. worked myself

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, I've stuck a OSX compiled installer to help test out the 4.10 release here: https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc1/binaries/ It uses the config file from here (which points at the Apache Flex 4.10.0 RC1 release) http://flex.apache.org/installer/sdk-installer-config-3.

Re: Apache Flex 4.10 release

2013-07-16 Thread OmPrakash Muppirala
Justin, I am making a bit of a change to the Installer (adding ability to switch Flex versions interactively). I will be ready to push it out in a few hours. Lets make a new build together after that. Thanks, Om On Tue, Jul 16, 2013 at 3:56 PM, Justin Mclean wrote: > Hi, > > I've stuck a OSX

Re: Apache Flex 4.10 release

2013-07-16 Thread Justin Mclean
Hi, > I am making a bit of a change to the Installer (adding ability to switch > Flex versions interactively). I will be ready to push it out in a few > hours. Lets make a new build together after that. Fine by me. Justin

Re: Apache Flex 4.10 release

2013-07-17 Thread OmPrakash Muppirala
On Tue, Jul 16, 2013 at 4:10 PM, Justin Mclean wrote: > Hi, > > > I am making a bit of a change to the Installer (adding ability to switch > > Flex versions interactively). I will be ready to push it out in a few > > hours. Lets make a new build together after that. > > Fine by me. > > Justin >

Re: Apache Flex 4.10 release

2013-07-17 Thread Tom Chiverton
On 17/07/2013 09:31, OmPrakash Muppirala wrote: Erik is working on getting the Mac binaries as we speak. Is anyone trying to build the Linux version (remembering to target AIR 2.6) ? I didn't get a chance to try this myself last night, hopefully will get to try again later though. I should no

Re: Apache Flex 4.10 release

2013-07-17 Thread OmPrakash Muppirala
On Wed, Jul 17, 2013 at 1:35 AM, Tom Chiverton wrote: > On 17/07/2013 09:31, OmPrakash Muppirala wrote: > >> Erik is working on getting the Mac binaries as we speak. >> > Is anyone trying to build the Linux version (remembering to target AIR > 2.6) ? > I havent had a chance to try it yet. Wil

Re: Apache Flex 4.10 release

2013-07-17 Thread Justin Mclean
Hi, >> Erik is working on getting the Mac binaries as we speak. I have one compiled if you're having any issues and can submit that. Only reason we might consider it it that I think the web of trust with my Apache digital signature is little larger (having gone to 2 ApacheCon/key signing parti

Re: Apache Flex 4.10 release

2013-07-17 Thread Erik de Bruin
> I have one compiled if you're having any issues and can submit that. > > Only reason we might consider it it that I think the web of trust with my > Apache digital signature is little larger (having gone to 2 ApacheCon/key > signing parties). Well, in addition to that excellent reason (and a "

Re: Apache Flex 4.10 release

2013-07-17 Thread Paul Hastings
On 7/17/2013 3:31 PM, OmPrakash Muppirala wrote: The Installer 2.6 RC1 is up on the dist site (source + windows binaries) the installer - installed ok. - installed the 4.10.0 SDK RC plenty fine. compiled one of our bread & butter apps (big & complex) w/the 4.10.0 SDK, worked fine. ran a fe

Re: Apache Flex 4.10 release

2013-07-17 Thread Laurent Jayr
Hi guys, The installation failed on my side. Here are the install logs for your information. Thanks. Version 2.6.0 (mac) Fetched the SDK download mirror URL from the CGI. AIR version 3.7 Flash Player version 11.7 Creating Apache Flex home Creating temporary directory Downloading Apache Flex SDK f

Re: Apache Flex 4.10 release

2013-07-17 Thread OmPrakash Muppirala
On Wed, Jul 17, 2013 at 2:17 PM, Laurent Jayr wrote: > Hi guys, > > The installation failed on my side. Here are the install logs for your > information. > Thanks. > > Version 2.6.0 (mac) > Fetched the SDK download mirror URL from the CGI. > AIR version 3.7 > Flash Player version 11.7 > Creating A

Re: Apache Flex 4.10 release

2013-07-17 Thread Justin Mclean
Hi, Done the new OSX version is now there. Justin

Re: Apache Flex 4.10 release

2013-07-17 Thread Terry Corbet
Not to confuse your thread, the original topic seemed to request feedback across any/all platforms. Here is the log for an attempt to download AIR 3.8 Version 2.6.0 (windows) Fetched the SDK download mirror URL from the CGI. AIR version 3.8 Flash Player version 11.8 Creating Apache Flex home Crea

Re: Apache Flex 4.10 release

2013-07-17 Thread Justin Mclean
HI, Looks like AIR 3.8 is still not officially out as http://airdownload.adobe.com/air/win/download/3.8/AdobeAIRSDK.zip gives a 404. Hopefully Adobe will correct this soon. Thanks, Justin

Re: Apache Flex 4.10 release

2013-07-17 Thread Terry Corbet
OK, I'll give you a break -- re-running with 11.7 and 3.7. OM's installer enhancements are quite nice. On Wed, Jul 17, 2013 at 6:14 PM, Justin Mclean wrote: > HI, > > Looks like AIR 3.8 is still not officially out as > http://airdownload.adobe.com/air/win/download/3.8/AdobeAIRSDK.zip gives a >

Re: Apache Flex 4.10 release

2013-07-18 Thread Alexander Doroshko
On 16.07.2013 17:27, Nicholas Kwiatkowski wrote: - IntelliJ is giving me an invalid namespace error for this build (binaries). I'm trying to track that down to see what is causing it. I tried installer 2.6.0 rc1 and installed Flex SDK 4.10.0 RC1 with AIR SDK 3.7 and playerglobal 11.7. I see

Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Justin Mclean
Hi, Just updated all of the links to the source and binaries of the Flex SDK and Installer. Someone mind reviewing? Other than adding info re Linux support and links - is there anything else that needs changing? http://flex.staging.apache.org/ Thanks, Justin

[Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread OmPrakash Muppirala
http://www.eweek.com/developer/open-source-apache-flex-finally-comes-to-linux

[jira] [Created] (FLEX-33557) Announce Apache Flex 4.10 release

2013-05-14 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33557: Summary: Announce Apache Flex 4.10 release Key: FLEX-33557 URL: https://issues.apache.org/jira/browse/FLEX-33557 Project: Apache Flex Issue Type: Sub-task

[jira] [Updated] (FLEX-33557) Announce Apache Flex 4.10 release

2013-05-14 Thread Justin Mclean (JIRA)
release information Update Apache Flex blog Twitter and Facebook posts was: Announce release on Apache list Official press release? Update web site with new release information Update Apache Flex blog Tweet and Facebook posts > Announce Apache Flex 4.10 rele

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread OmPrakash Muppirala
1) One of the slides in the home page says that '4.9.1' is just released [1] It should be 4.10.0 2) In [3] there is this note about selecting an installation location. The locations given for windows (C:\Program Files(x86)\Adobe Flash Builder 4.7\sdks\4.10.0) requires Admin privileges. We should

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Justin Mclean
Hi, Thanks for the feedback. > 1) One of the slides in the home page says that '4.9.1' is just released > [1] It should be 4.10.0 I fix that. > 4) Have we updated the AsDocs in [4] with the one generated with Flex > 4.10.0? Nope that's not done yet. > 6) The changes to [7] needs to be reverted

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread OmPrakash Muppirala
> > > 5) The installerBadge.swf in [5],[6] needs to be updated (I will do it) > > Done. The new installer badge is in staging now. Note that the swf in the staging site cannot access the config url (which is on the prod site) due to the crossdomain issue. This will fix itself when stage is pushe

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Justin Mclean
Hi, >> 1) One of the slides in the home page says that '4.9.1' is just released >> [1] It should be 4.10.0 > I fix that. Anyone have the original assets that were used to create the slider jpegs? Justin

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Nicholas Kwiatkowski
I'm on it -- but for future reference, the source files for these are in the SVN under content/images/comps directory -Nick On Mon, Aug 5, 2013 at 5:54 PM, Justin Mclean wrote: > Hi, > > >> 1) One of the slides in the home page says that '4.9.1' is just released > >> [1] It should be 4.10.0 >

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Nicholas Kwiatkowski
#8 is fixed on staging. Looks like Twitter silently deprecated the API that we were using. Upgraded it to the latest. -Nick On Mon, Aug 5, 2013 at 5:24 PM, OmPrakash Muppirala wrote: > 1) One of the slides in the home page says that '4.9.1' is just released > [1] It should be 4.10.0 > 2) In

Re: Website changes for the Apache Flex 4.10 release

2013-08-05 Thread Justin Mclean
HI, > #8 is fixed on staging. Looks like Twitter silently deprecated the API > that we were using. Upgraded it to the latest. Thanks + much appreciated. Justin

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Justin Mclean
Hi, > http://www.eweek.com/developer/open-source-apache-flex-finally-comes-to-linux Nice. Ironically of the almost 500 installs we now had (heaps more than I expected btw) I don't think we've had a single linux install yet :-) Justin

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread OmPrakash Muppirala
Anyone tried the installer badge here: flex.apache.org/installer.html on Linux? I am not sure if it supports Linux. We might want to fix that asap. Thanks, Om On Wed, Aug 7, 2013 at 2:29 PM, Justin Mclean wrote: > Hi, > > > > http://www.eweek.com/developer/open-source-apache-flex-finally-come

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Thomas Wright
that is a bit weird. However, I've got everything ready for my linux box, I was just waiting till a little bit later to do it. Very cool though, you rock Justin! :) On Wed, Aug 7, 2013 at 3:29 PM, Justin Mclean wrote: > Hi, > > > > http://www.eweek.com/developer/open-source-apache-flex-finally-c

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Justin Mclean
Hi, > Anyone tried the installer badge here: flex.apache.org/installer.html on > Linux? I am not sure if it supports Linux. I just tried It doesn't - what needs to be done to fix it? Justin

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread aYo ~
The link for the Linux binary loads up the dmg installer not the deb aYo www.ayobinitie.com mrbinitie.blogspot.com On 7 Aug 2013 23:23, "Justin Mclean" wrote: > Hi, > > > Anyone tried the installer badge here: flex.apache.org/installer.html on > > Linux? I am not sure if it supports Linux. > I

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Justin Mclean
Hi, > The link for the Linux binary loads up the dmg installer not the deb Thanks for pointing that out - fixed. Justin

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Justin Mclean
Hi, > Anyone tried the installer badge here: flex.apache.org/installer.html on > Linux? I am not sure if it supports Linux. We might want to fix that > asap. Manage to fix it and test on windows and linux. Can someone on windows double check - you need to make sure you download the new badg

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Justin Mclean
Hi > Manage to fix it and test on windows and linux. On OSX and Linux I meant to say - it still needs to be double checked on windows. Thanks, Justin

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread OmPrakash Muppirala
In the flex-utilities/common/org/apache/flex/utilities/common/Tools.getApplicationExtension() method, a new entry for .deb must be returned if Linux is detected. The Capabilities.os hopefully returns a string that tells you it is 'Linux' or something like that. I dont have a linux box for me to t

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread OmPrakash Muppirala
On Wed, Aug 7, 2013 at 4:35 PM, Justin Mclean wrote: > Hi, > > > Anyone tried the installer badge here: flex.apache.org/installer.html on > > Linux? I am not sure if it supports Linux. We might want to fix that > > asap. > > Manage to fix it and test on windows and linux. > Ah, dint get this e

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread Mark Kessler
The badge works for me on Win7 FF22. I think if you see the link for it instead you need to update your flash version. I assume you run the debug version, those require more manual checking. -Mark On Wed, Aug 7, 2013 at 7:46 PM, OmPrakash Muppirala wrote: > On Wed, Aug 7, 2013 at 4:35 PM, Jus

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-07 Thread OmPrakash Muppirala
On Wed, Aug 7, 2013 at 6:11 PM, Mark Kessler wrote: > The badge works for me on Win7 FF22. I think if you see the link for it > instead you need to update your flash version. I assume you run the debug > version, those require more manual checking. > > -Mark > > This is weird. It works for me

RE: [Press] Nice article about Apache Flex 4.10 release

2013-08-09 Thread Tianzhen Lin
Flex 4.10 release On Wed, Aug 7, 2013 at 6:11 PM, Mark Kessler wrote: > The badge works for me on Win7 FF22. I think if you see the link for > it instead you need to update your flash version. I assume you run > the debug version, those require more manual checking. > > -Ma

Re: [Press] Nice article about Apache Flex 4.10 release

2013-08-09 Thread Alex Harui
: Wednesday, August 07, 2013 11:05 PM >To: dev@flex.apache.org >Subject: Re: [Press] Nice article about Apache Flex 4.10 release > >On Wed, Aug 7, 2013 at 6:11 PM, Mark Kessler >wrote: > >> The badge works for me on Win7 FF22. I think if you see the link for >> it

Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Does anyone know how to setup Flash Builder 4.6 to properly jump to Flex source files when hitting F3 (open declaration) on a class reference? It seems I can jump to classes that existed in older versions (most of the time it jumps to the wrong line in the class but still opens the source file) bu

Re: [jira] [Commented] (FLEX-33557) Announce Apache Flex 4.10 release

2013-07-19 Thread Erik de Bruin
vanced Telemetry) > - support for all Flash Player and AIR versions, up to and including 11.8 and > 3.8 > - the Installer allows selection of SDK, FP and AIR versions (including > nightly builds) > - over 200 bug fixes > >> Announce Apache Flex 4.10 release >> --

Re: [jira] [Commented] (FLEX-33557) Announce Apache Flex 4.10 release

2013-07-19 Thread Justin Mclean
Hi, I'd add: - build infrastructure and testing improvements - datagrid improvements (including speeds improvements) - new spark components, - improved international support for dates. Justin

Re: [jira] [Commented] (FLEX-33557) Announce Apache Flex 4.10 release

2013-07-19 Thread Erik de Bruin
Updated list: - new Spark components - numerous improvements to existing components (e.g. DataGrid speed, international date support) - Linux support - support for hi-res displays on mobile devices - support for Adobe Scout (through advanced Telemetry) - support for all Flash Player and AIR versio

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
You should be able to go to Project Properties/Build Paths/Library Paths Expand the SDK and you should see all SWCs, expand a SWC and you should be able to set a source attachment for it. On 9/11/13 1:31 AM, "Alessandro Palombaro" wrote: >Does anyone know how to setup Flash Builder 4.6 to proper

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Thanks Alex! Do you know why some of the swcs have their source attachments automatically setup correctly and some others don't? Is it FB doing its own thing or is there somewhere in the SDK these links are defined? On Wed, Sep 11, 2013 at 10:51 PM, Alex Harui wrote: > You should be able to go

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
On 9/11/13 4:50 PM, "Alessandro Palombaro" wrote: >Thanks Alex! Do you know why some of the swcs have their source >attachments automatically setup correctly and some others don't? Is it FB >doing its own thing or is there somewhere in the SDK these links are >defined? I have not found a way fo