Re: Build failed in Jenkins: flex-falcon #283

2014-01-14 Thread Erik de Bruin
It looks like it did! EdB On Wed, Jan 15, 2014 at 7:52 AM, Alex Harui wrote: > Yup. Hopefully the last checkin fixes it. > > On 1/14/14 10:42 PM, "Erik de Bruin" wrote: > >>I looks like the renaming of the target killed the build :-( >> >>EdB >> >> >> >>On Wed, Jan 15, 2014 at 1:01 AM, Apach

Re: Build failed in Jenkins: flex-falcon #283

2014-01-14 Thread Alex Harui
Yup. Hopefully the last checkin fixes it. On 1/14/14 10:42 PM, "Erik de Bruin" wrote: >I looks like the renaming of the target killed the build :-( > >EdB > > > >On Wed, Jan 15, 2014 at 1:01 AM, Apache Jenkins Server > wrote: >> See >> >>

Re: Build failed in Jenkins: flex-falcon #283

2014-01-14 Thread Erik de Bruin
I looks like the renaming of the target killed the build :-( EdB On Wed, Jan 15, 2014 at 1:01 AM, Apache Jenkins Server wrote: > See > > Changes: > > [aharui] make target name unique (there was another one in falcon script) > > --

Re: Mac OSX 10.9 AIR Debugging

2014-01-14 Thread DarkStone
Hi Jack, I had exactly the same issue on my Mac 10.9 before. I have resolved it by setting the Privacy that allows Flash Builder to invoke Xcode iOS simulator. Xcode must be the latest version too. I'm not using my Mac right now, maybe I'm missing something, I'll have a close look on my Mac w

Re: [FLEXJS]

2014-01-14 Thread Alex Harui
Hi, Thanks for finding that. I haven't built out an AIR app in a while. I think for now, just edit the air-config.xml. It shouldn't be requiring an airhome replacement. Remove the two occurrences of "{airHome}/frameworks/" in air-config.xml. Thanks, -Alex On 1/14/14 2:51 PM, "Matthew Weir"

[FLEXJS]

2014-01-14 Thread Matthew Weir
I'm trying FlexJS for the first time and when I go to Run->External Tools->{whatever run config} I'm getting C:\Users\username\Downloads\ApacheFlexJS\frameworks\air-config.xml:64 Error: unable to open 'C:\Users\username\Downloads\ApacheFlexJS\frameworks\{airHome}\frameworks\libs\air\airglobal.s

Re: Mac OSX 10.9 AIR Debugging

2014-01-14 Thread Alex Harui
What if it is an AIR desktop app? On 1/14/14 9:49 AM, "Jake Churchill" wrote: >I've run into an issue on my new mac running 10.9 where I can't debug AIR >apps. I've read through as many forums as I can find and the major issues >pointed out are permissions and setting FlashBuilder in the Privac

Re: RE : RE : FDB vs FB debugging ?

2014-01-14 Thread Alex Harui
I don't know how FB uses FDB, but FB does seem to manage paths differently. This could change the search order for source files to match up against the SWF, but I don't think I've ever seen that. Could you have a stale copy of that source file somewhere else? I'd dump the SWF and see if the code

Re: RE : RE : FDB vs FB debugging ?

2014-01-14 Thread Avi Kessner
If it is any help, I have had this problem when the instance is in the wrong app domain space or in a swc. The sollution was to use remote debugging On Jan 14, 2014 10:21 PM, "webdoublefx" wrote: > I checked the debug flag was applied to the module too and I dont use RSLs > at all in this conf,

Mac OSX 10.9 AIR Debugging

2014-01-14 Thread Jake Churchill
I've run into an issue on my new mac running 10.9 where I can't debug AIR apps. I've read through as many forums as I can find and the major issues pointed out are permissions and setting FlashBuilder in the Privacy section in Preferences. All that has been done and still can't debug. My project

RE : RE : FDB vs FB debugging ?

2014-01-14 Thread webdoublefx
I checked the debug flag was applied to the module too and I dont use RSLs at all in this conf, the clue is that the same compiled files are debuggable thru FB but not from FDB directly, so, not thru IntelliJ either, what I dont know is how internaly, FB uses FDB, I was trying to find something

Re: RE : FDB vs FB debugging ?

2014-01-14 Thread Alex Harui
Another possibility is that the class is already loaded or is coming from an RSL and it is stale or the definition or the class is in a SWF that does not have the debug flag set. On 1/14/14 11:26 AM, "webdoublefx" wrote: >Actually, that's a freshly compiled module with the debug flag set to >tru

RE : FDB vs FB debugging ?

2014-01-14 Thread webdoublefx
Actually, that's a freshly compiled module with the debug flag set to true that I can debug in FB, so, I was wondering if FB has particularities I don't know while debuging, also, I found similar issues searching on google but none of them has a fix, any other thoughts ? Envoyé depuis un mobil

Re: Mustella broken - Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-33836 lazy loading of resource files give performance improvement (esp mobile)

2014-01-14 Thread Alex Harui
The fix for the RTE wasn't correct. I just pushed a fix. Are you having trouble getting the debugger on these tests? I only tested against the CurrencyValidator. It passes all 60 tests on that one SWF. Hopefully it will fix everything else, but I did notice that similar logic appears in Resour

Re: FDB vs FB debugging ?

2014-01-14 Thread Alex Harui
I get that in FDB if the module isn't compiled with the debug flag, or the module is stale so there is no matching code at that line after the source code changed. HTH, -Alex On 1/14/14 10:18 AM, "Frédéric THOMAS" wrote: >Hi, > >I'm facing an issue using IntelliJ or FDB directly to debug multi-

FDB vs FB debugging ?

2014-01-14 Thread Frédéric THOMAS
Hi, I'm facing an issue using IntelliJ or FDB directly to debug multi-module projects then tried with FB and had no problems, maybe someone can enlighten me regarding the differences, basically, the issue is that I can't set a breakpoint in a module, these are the returned messages "Breakpoint

Re: Installer Revisited

2014-01-14 Thread Alex Harui
Also note that these scripts may not work well on Windows, and are only required if you are going to be using an IDE to develop code. Otherwise you can just follow the instructions in the README to compile code. On 1/14/14 9:35 AM, "Tom Brazil" wrote: >Thanks, Justin. >Do they need both? If so,

RE: Installer Revisited

2014-01-14 Thread Tom Brazil
Thanks, Justin. Do they need both? If so, what order? Best regards, TBraz -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Monday, January 13, 2014 3:49 PM To: dev@flex.apache.org Subject: Re: Installer Revisited Hi, > Is there a means to install Apache

Re: Seems like Flex SDK Installer v2.7.0 doesn't support AIR 4 and Flash Player 12 yet

2014-01-14 Thread Jeffry Houser
You'll probably have to merge the Flex SDK with the AIR SDK manually. It'll take time for the Apache Flex team to update the installer for the new version of AIR. On 1/14/2014 8:50 AM, DarkStone wrote: Hi all, Adobe just released AIR 4 and Flash Player 12, and the AIR 4 SDK is available

Seems like Flex SDK Installer v2.7.0 doesn't support AIR 4 and Flash Player 12 yet

2014-01-14 Thread DarkStone
Hi all, Adobe just released AIR 4 and Flash Player 12, and the AIR 4 SDK is available for downloading: http://www.adobe.com/devnet/air/air-sdk-download.html I opened Flex SDK Installer v2.7, and in the first screen, I can't find or choose AIR 4 & Flash Player 12, I don't know if they are suppo