[SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Erik de Bruin
Hi, Would anyone mind if I rewrite a couple of ‘multiple’ try … catch statements that exist in the SDK (Binding.as and Watcher.as) to a single try … catch with an ‘internal’ if … then? I’m trying to cross compile the SDK directly to JS using FalconJX. JS doesn’t support multiple catch blocks on o

Mustella Jenkins

2014-10-13 Thread Tom Chiverton
The Mustella Jenkins was hung with a timed out message, I've cleared it and the jobs are running through again. There was also a message on the console about the password expiring today. Can we just turn off rotation or is it required by the hosting ? -- extravision Signature *Tom Chiverton* |

Re: Mustella Jenkins

2014-10-13 Thread Erik de Bruin
Never got round to ‘fixing’ that. I don’t think it’s required, so turning it off seems the way to go. EdB On Mon, Oct 13, 2014 at 10:10 AM, Tom Chiverton wrote: > The Mustella Jenkins was hung with a timed out message, I've cleared it > and the jobs are running through again. > > There was al

Re: Tour De Flex consistancy

2014-10-13 Thread Tom Chiverton
On 12/10/14 22:32, Justin Mclean wrote: - Change black background to while - Remove drop shadow - Change all examples to full height Yup, a simple flat look works. Tom

Re: Mustella Jenkins

2014-10-13 Thread Tom Chiverton
In which case, how do you do that in Windows Server 2008 ? I had a poke around and couldn't event find the real user settings. Tom On 13/10/14 09:12, Erik de Bruin wrote: Never got round to ‘fixing’ that. I don’t think it’s required, so turning it off seems the way to go. EdB On Mon, Oct 1

AW: AW: Some Falcon problems with multiple source-paths.

2014-10-13 Thread Christofer Dutz
Ahem ... I have to admit that I have never compiled Flex without Flexmojos ;-) But I'll give it a try. While compiling the Flexicious Ultimate Grid code (I wanted to test with this, cause it uses all sorts of strange language features and wanted to see how Falcon performs on this) I stumbled ove

Re: "Powered By Apache" logo

2014-10-13 Thread Tom Chiverton
It doesn't look like anyone wants to chance their arm redoing all the logos. So I think we should just ask to change to http://people.apache.org/~tomc/newlogo/pb-flex_logoonly.png as our 'powered by' logo, based on my memory of the feedback this was most popular ? Tom On 03/10/14 16:13, Ale

Re: Mustella Jenkins

2014-10-13 Thread Tom Chiverton
Hmm, things seemed to be progressing, but it has hung again. Both the Flash Player window on the desktop and Resource Monitor have hung. Is it OK to just reboot it or are there some other steps that could help ? Does the Jenkins slave come backup by itself ? Tom

Re: "Powered By Apache" logo

2014-10-13 Thread Deepak MS
Let me give it a try. On Mon, Oct 13, 2014 at 2:26 PM, Tom Chiverton wrote: > It doesn't look like anyone wants to chance their arm redoing all the > logos. > > So I think we should just ask to change to http://people.apache.org/~ > tomc/newlogo/pb-flex_logoonly.png as our 'powered by' logo, bas

Re: "Powered By Apache" logo

2014-10-13 Thread Deepak MS
Here: http://snag.gy/bMc9C.jpg On Mon, Oct 13, 2014 at 3:14 PM, Deepak MS wrote: > Let me give it a try. > > On Mon, Oct 13, 2014 at 2:26 PM, Tom Chiverton wrote: > >> It doesn't look like anyone wants to chance their arm redoing all the >> logos. >> >> So I think we should just ask to change

Re: "Powered By Apache" logo

2014-10-13 Thread Dany Dhondt
Perfect! Dany Op 13-okt.-2014, om 11:53 heeft Deepak MS het volgende geschreven: > Here: > http://snag.gy/bMc9C.jpg > > > > On Mon, Oct 13, 2014 at 3:14 PM, Deepak MS wrote: > >> Let me give it a try. >> >> On Mon, Oct 13, 2014 at 2:26 PM, Tom Chiverton wrote: >> >>> It doesn't look li

Re: Mustella Jenkins

2014-10-13 Thread Erik de Bruin
Rebooting is OK (at least, I never bothered doing anything to ‘prepare’ for it. You have to manually start the Jenkins slave, but the ‘JNPL’ (or something) shortcut should be on the desktop. EdB On Mon, Oct 13, 2014 at 11:34 AM, Tom Chiverton wrote: > Hmm, things seemed to be progressing, but

Re: Mustella Jenkins

2014-10-13 Thread Tom Chiverton
Cool. It's rebooted and I've scheduled new builds of the three Mustella jobs. Does anyone know where to turn off the password rotation in Windows Server '08 ? Tom On 13/10/14 11:16, Erik de Bruin wrote: Rebooting is OK (at least, I never bothered doing anything to ‘prepare’ for it. You have

Re: "Powered By Apache" logo

2014-10-13 Thread Tom Chiverton
Nice work! But now I've seen it I bet the reason it's not done that way is that the horizontal line between the stars isn't in the middle of the innter circle so that it looks a little misaligned to the logo ? Tom On 13/10/14 10:53, Deepak MS wrote: Here: http://snag.gy/bMc9C.jpg On Mon,

Re: "Powered By Apache" logo

2014-10-13 Thread Deepak MS
You are right. I had put a horizontal line wrt one of the star and tried to align both the stars on same line. Unfortunately stars themselves arent aligned and I'm not sure if we can make any changes to the stars(according to apache guidelines). If can, then surely we can make little more modificat

Re: AW: Some Falcon problems with multiple source-paths.

2014-10-13 Thread Darrell Loverin
>It may be that MXMLC has different logic for when the source for an embed >starts with a slash. Folks have been able to using leading slashes in >Flash Builder that then fail from ant. Falcon was written to follow the same logic as the old MXMLC compiler in resolving embedded assets. The differe

AW: AW: Some Falcon problems with multiple source-paths.

2014-10-13 Thread Christofer Dutz
Well I'm not talking about something theoretical here ... I'm having errors when embedding resources in Falcon while the old Compiler doesn't complain. So something has to be different. Chris Von: Darrell Loverin Gesendet: Montag, 13. Oktober 2014 15:43

Re: AW: AW: Some Falcon problems with multiple source-paths.

2014-10-13 Thread Alex Harui
On 10/13/14, 1:47 AM, "Christofer Dutz" wrote: > >In the Flexicious code some Interfaces are annotated with a "Bindable" >metadata (At Interface Level) ... compiling such an interface causes NPEs >in Falcon (IntelliJ even suggests that this line could throw NPEs) cause >in case of a Bindable In

Re: [SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Alex Harui
I don’t have any objection to making a few changes like this to the SDK to get past this issue. I’m definitely curious to know how much resulting JS there will be from compiling the SDK. That said, what is the plan for when FalconJX compiles some users code that has tons of these patterns? Will

Re: Tour De Flex consistancy

2014-10-13 Thread Chris Martin
Yeah, I like the flat look too :D Thanks Justin, Chris On Mon, Oct 13, 2014 at 1:18 AM, Tom Chiverton wrote: > On 12/10/14 22:32, Justin Mclean wrote: > >> - Change black background to while >> - Remove drop shadow >> - Change all examples to full height >> > Yup, a simple flat look works. > >

Re: "Powered By Apache" logo

2014-10-13 Thread Alex Harui
What kinds of changes would you make to the stars? On 10/13/14, 5:56 AM, "Deepak MS" wrote: >You are right. I had put a horizontal line wrt one of the star and tried >to >align both the stars on same line. Unfortunately stars themselves arent >aligned and I'm not sure if we can make any changes

Re: [SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Erik de Bruin
> I don’t have any objection to making a few changes like this to the SDK to > get past this issue. I’m definitely curious to know how much resulting JS > there will be from compiling the SDK. > I’m still working on getting ADVANCED OPTIMISATIONS working with the SDK + Flash Player + application

Re: [SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Alex Harui
On 10/13/14, 9:56 AM, "Erik de Bruin" wrote: >> I don’t have any objection to making a few changes like this to the SDK >>to >> get past this issue. I’m definitely curious to know how much resulting >>JS >> there will be from compiling the SDK. >> > >I’m still working on getting ADVANCED OPTIM

Re: [SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Alex Harui
Oops, hit send by accident.. On 10/13/14, 9:56 AM, "Erik de Bruin" wrote: >> >FalconJX should properly parse this construct. That will be challenging >though, as we’d need to look forward in the AST and then handle these >multiple catch blocks and turn them into a proper set of ‘if … then’ >stat

Re: [SDK/FalconJX] rewrite multiple try … catch

2014-10-13 Thread Erik de Bruin
> >Actually, hoping to get a blessing for rewriting the SDK, I didn’t look at > >the AST at all :-) > Again, ok with me, but won’t help some customer that has used this pattern > extensively. > I’m leaving extensive ToDo’s all over my branch of FalconJX, trying to comment on the use cases and a su

Re: FlexUnit Adoble forums

2014-10-13 Thread Harbs
I’m a moderator on the forums and used to have rights to modify the forums, but they pulled the admin rights for moderators who are not Adobe employees after someone messed something up with the forums. Alex, being an employee, you can probably get admin rights. Adjusting the forum is pretty ea

Re: FlexUnit Adoble forums

2014-10-13 Thread Alex Harui
On 10/13/14, 11:19 AM, "Harbs" wrote: >I’m a moderator on the forums and used to have rights to modify the >forums, but they pulled the admin rights for moderators who are not Adobe >employees after someone messed something up with the forums. > >Alex, being an employee, you can probably get ad

Re: FlexUnit Adoble forums

2014-10-13 Thread Harbs
Probably not... It might be worthwhile posting a forum post (or announcement) that the code was donated to Apache. I can add an announcement if we want. On Oct 13, 2014, at 10:31 PM, Alex Harui wrote: > > > On 10/13/14, 11:19 AM, "Harbs" wrote: > >> I’m a moderator on the forums and used t

Re: FlexUnit Adoble forums

2014-10-13 Thread Alex Harui
On 10/13/14, 12:42 PM, "Harbs" wrote: >Probably not... > >It might be worthwhile posting a forum post (or announcement) that the >code was donated to Apache. I can add an announcement if we want. Sounds good to me, please do it! -Alex

Re: FlexUnit Adoble forums

2014-10-13 Thread Harbs
Okay. Done. On Oct 13, 2014, at 10:51 PM, Alex Harui wrote: > > > On 10/13/14, 12:42 PM, "Harbs" wrote: > >> Probably not... >> >> It might be worthwhile posting a forum post (or announcement) that the >> code was donated to Apache. I can add an announcement if we want. > Sounds good to me,

Re: FlexUnit Adoble forums

2014-10-13 Thread Harbs
We probably should add similar announcements to the rest of the Flex forums. If someone comes up with wording, I’ll be happy to post them. On Oct 13, 2014, at 11:08 PM, Harbs wrote: > Okay. Done. > > On Oct 13, 2014, at 10:51 PM, Alex Harui wrote: > >> >> >> On 10/13/14, 12:42 PM, "Harbs"

Re: FlexUnit Adoble forums

2014-10-13 Thread Alex Harui
On 10/13/14, 1:17 PM, "Harbs" wrote: >We probably should add similar announcements to the rest of the Flex >forums. If someone comes up with wording, I’ll be happy to post them. Well, the Adobe Flex forum is still active, folks who are using Adobe versions of Flex are welcome to post there, and

Trivial Installer Task

2014-10-13 Thread Neil Madsen
Could a committer (Justin, Alex, Om) take a look at this task [1] and commit the file I attached. It's marked as trivial as it's just some formatting of the file. Thanks Neil [1] https://issues.apache.org/jira/browse/FLEX-34605

Flex docs are out of date

2014-10-13 Thread Justin Mclean
Hi, Looks like we're not published the latest ASdocs from the last SDK release. Can someone take a look at this? https://issues.apache.org/jira/browse/FLEX-34607 Thanks, Justin

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat

2014-10-13 Thread Justin Mclean
Hi, Wouldn't a better patch have been this? if (textFlow) { textScrap = new TextScrap(textFlow); if (format == TextConverter.PLAIN_TEXT_FORMAT) textScrap.setPlainText(true); else if (format == Tex

RE: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat

2014-10-13 Thread Neil Madsen
+1 -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: October-13-14 4:33 PM To: dev@flex.apache.org Subject: Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat Hi, Wouldn't

[FlexJS] Running the FlexJS (FalconJX Release and Debug Build) external tool via Flash Builder

2014-10-13 Thread OmPrakash Muppirala
I am setting up the FlexJS dev environment from scratch. I have run into a few compile issues so far. I have fixed them and checked them in. Now I am trying to build an app from Flash Builder. I have the project set up, pointing to a FlexJS installation version 0.0.2 which was installed using t

Re: [FlexJS] Running the FlexJS (FalconJX Release and Debug Build) external tool via Flash Builder

2014-10-13 Thread OmPrakash Muppirala
Okay, I fixed that. It appears that FlexJS 0.0.2's js\bin\mxmlc.bat has a hardcoded path to "C:\Windows\System32\java.exe". I replaced that with "@java" and that error went away. Now, I am getting: Using Falcon codebase: C:\p\flexroot\git\flex-falcon\compiler\generated\dist\sdk Using Flex SDK: C

Re: [FlexJS] Running the FlexJS (FalconJX Release and Debug Build) external tool via Flash Builder

2014-10-13 Thread Alex Harui
Sounds like a FALCON_HOME environment variable is pointing to a folder in a flex-falcon repo. It needs to point to the FlexJS SDK. -Alex On 10/13/14, 6:11 PM, "OmPrakash Muppirala" wrote: >Okay, I fixed that. It appears that FlexJS 0.0.2's js\bin\mxmlc.bat has a >hardcoded path to "C:\Windows

Re: "Powered By Apache" logo

2014-10-13 Thread Deepak MS
Old design: http://snag.gy/68mRS.jpg New design(stars shifted up): http://snag.gy/9KGqA.jpg New design, without grid lines: http://snag.gy/eZnKs.jpg Do let me know if we are going ahead with new design. If yes, I'll create a high resolution image and send it across. On Mon, Oct 13, 2014 at 10