[ASJS] Jangaroo questions

2012-12-06 Thread Erik de Bruin
Hi. With the FalconJS conversation mentioning Jangaroo repeatedly and since I have no experience with that tool, some questions: 1) how does Jangaroo integrate with Flash Builder, allowing for development of the AS project in that tool? 2) does Jangaroo have a library of graphical user interface

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
>> How do you propose helping "design" the output and possibly integrating >> code you have already written? >> > > To get more concrete, why not starting a first iteration trying to get > Falcon to generate code in the Jangaroo Runtime "DSL" format, and use the > ... > When we got the basic langua

Re: New Spark components

2012-12-06 Thread Alex Harui
Frédéric, Do you have time to work on Bogdan's contribution? -Alex On 12/5/12 10:50 PM, "Bogdan DINU" wrote: > Hi everyone, > > the answer from the secretary was "This message acknowledges receipt of > your ICLA, which has been filed in the Apache Software Foundation > records. If you have b

[jira] [Commented] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-06 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526178#comment-13526178 ] Maurice Nicholson commented on FLEX-33273: -- I've updated the patch again. It now

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-06 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: FLEX-33273.patch > CSSCondition.matchesStyleClient() is slow and creates

[jira] [Updated] (FLEX-33273) CSSCondition.matchesStyleClient() is slow and creates excessive garbage

2012-12-06 Thread Maurice Nicholson (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Nicholson updated FLEX-33273: - Attachment: (was: FLEX-33273.patch) > CSSCondition.matchesStyleClient() is slow a

Re: Release build - another TLF issue

2012-12-06 Thread Alex Harui
OK, I think Carol will have to help sort this out in the morning. We checked in some localized resource bundles, then they got removed. But the kits we build with the 4.8 installer do have a TextLayout_rb.swc with a properties file in it, so I'm not sure what the real story is. We no longer have

Re: Release build - another TLF issue

2012-12-06 Thread Alex Harui
Got the same error. Time to do some digging... On 12/6/12 4:18 PM, "Alex Harui" wrote: > No idea. I will try to take a look this evening. > > > On 12/6/12 4:15 PM, "Justin Mclean" wrote: > >> Hi, >> >> Just run into another issue with TLF and the release build. >> >> doc: >> [asdoc]

Re: Welcome Chema Balsas as Apache Flex Committer!

2012-12-06 Thread Carlos Rovira
Great Chema! Welcome! :) 2012/12/7 Jose Barragan Andrade > Congrats Chema, and welcome on board :) > > -- > *Jose Barragan* > *Software Architect Chief * > > On Dec 6, 2012, at 5:11 PM, Chema Balsas wrote: > > Thanks everyone! > > As Om said, I'll try to help around with the compilers. Right no

Re: Release build - another TLF issue

2012-12-06 Thread Alex Harui
No idea. I will try to take a look this evening. On 12/6/12 4:15 PM, "Justin Mclean" wrote: > Hi, > > Just run into another issue with TLF and the release build. > > doc: > [asdoc] Loading configuration file /Users/justinmclean/Documents/Adobe > Flash Builder 4.6/Apache Flex SDK/framewor

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Frank Wienberg
GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN JavaScript GREEN Java

Release build - another TLF issue

2012-12-06 Thread Justin Mclean
Hi, Just run into another issue with TLF and the release build. doc: [asdoc] Loading configuration file /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex SDK/frameworks/flex-config.xml [asdoc] Error: unable to load SWC textLayout_rb.swc: could not find catalog.xml within

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Quoting Frank Wienberg : On Fri, Dec 7, 2012 at 12:44 AM, Michael Schmalle wrote: Heh, the expressions are what I am afraid of but, you have done it! So I know it's possible and that is all I need for a flashlight. Yes, it may become tricky here and there, but the advantage of cross-compil

Re: Release build and spaces in path

2012-12-06 Thread Justin Mclean
Hi, > Just curious. Are you using a Unix shell on Windows and escaping Unix > style? On OSX - everything now works with spaces except ant unzip. Event tried the write the property to a file and do a replace on it (replacing " " with " " in ant should do the job btw) and read it back trick.

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Frank Wienberg
On Fri, Dec 7, 2012 at 12:44 AM, Michael Schmalle wrote: > Heh, the expressions are what I am afraid of but, you have done it! So I > know it's possible and that is all I need for a flashlight. > Yes, it may become tricky here and there, but the advantage of cross-compiling from AS to JS is that

FW: svn commit: r1418050 - /incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as

2012-12-06 Thread Carol Frampton
I realized when I sync'd my release4.9 branch that the change that was made to TLF to fix asdocs went into the TLF 3.0 branch which contains the code that was already released by Adobe as 3.0.33. Technically we shouldn't modify this branch but we may decide this is trivial enough that we can over

Re: Release build and spaces in path

2012-12-06 Thread Justin Mclean
HI, > Did adding quotes around the whole path not work either? Nope. Tried in the property, and in the unzip call using both "'.'" and '""'. Justin

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Quoting Frank Wienberg : On Fri, Dec 7, 2012 at 12:01 AM, Michael Schmalle wrote: Frank, I'm working on the compiler but I am far from anybody that knows about how to code javascript or get is from as to js right. I am very good at the getting it done part when I know what needs to be done.

Re: Welcome Chema Balsas as Apache Flex Committer!

2012-12-06 Thread Jose Barragan Andrade
Congrats Chema, and welcome on board :) -- Jose Barragan Software Architect Chief On Dec 6, 2012, at 5:11 PM, Chema Balsas wrote: > Thanks everyone! > > As Om said, I'll try to help around with the compilers. Right now I'm > trying to get up to speed, and quite happy to see how things are mov

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Frank Wienberg
On Fri, Dec 7, 2012 at 12:01 AM, Michael Schmalle wrote: > Frank, > > I'm working on the compiler but I am far from anybody that knows about how > to code javascript or get is from as to js right. > > I am very good at the getting it done part when I know what needs to be > done. > > I can do fine

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Frank, I'm working on the compiler but I am far from anybody that knows about how to code javascript or get is from as to js right. I am very good at the getting it done part when I know what needs to be done. I can do fine when people are telling me what they need, I can make that happen.

RE: [Falcon] Unit tests failing

2012-12-06 Thread Gordon Smith
OK, then I'll stop complaining. - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 06, 2012 1:59 PM To: flex-dev@incubator.apache.org Subject: Re: [Falcon] Unit tests failing The versions in compiler/commandline already looked for FLEX_HOME e

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Alex Harui
Awesome! On 12/6/12 2:50 PM, "Michael Schmalle" wrote: > > Erik, > > I got your project to compile and create the minified .js! > FlexJSTest_dummy app I used. > > The only thing I had to do was install python. A note to others, if > you try this on Windows 7, there seems to be an issue with

Re: Release build and spaces in path

2012-12-06 Thread Alex Harui
On 12/6/12 1:46 PM, "Justin Mclean" wrote: > Hi, > > Seems the unzip ant task dislike spaces even when escaped. So I had to come up > with another solution. Did adding quotes around the whole path not work either? > > You can create another directory (without spaces) that's a soft link to th

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Erik, I got your project to compile and create the minified .js! FlexJSTest_dummy app I used. The only thing I had to do was install python. A note to others, if you try this on Windows 7, there seems to be an issue with file encoding and the closure compiler using python 3.3. I had to u

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Frank Wienberg
On Thu, Dec 6, 2012 at 9:27 PM, Erik de Bruin wrote: > No framework classes are cross compiled. Only project AS files are run > through FalconJS before they are combined with the JS framework through the > Closure Builder. > In Jangaroo, we even wrote most of the runtime classes in ActionScript

Re: Release build and spaces in path

2012-12-06 Thread Carol Frampton
On 12/6/12 4 :46PM, "Justin Mclean" wrote: >Hi, > >Seems the unzip ant task dislike spaces even when escaped. So I had to >come up with another solution. Just curious. Are you using a Unix shell on Windows and escaping Unix style? Carol > >You can create another directory (without spaces) t

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
The versions in compiler/commandline already looked for FLEX_HOME environment variable. On 12/6/12 1:56 PM, "Gordon Smith" wrote: > I should have said Falcon's 'mxmlc' and 'compc' shell scripts. > > - Gordon > > -Original Message- > From: Gordon Smith > Sent: Thursday, December 06, 20

RE: [Falcon] Unit tests failing

2012-12-06 Thread Gordon Smith
I should have said Falcon's 'mxmlc' and 'compc' shell scripts. - Gordon -Original Message- From: Gordon Smith Sent: Thursday, December 06, 2012 1:55 PM To: flex-dev@incubator.apache.org Subject: RE: [Falcon] Unit tests failing So, how does Falcon's 'asc' shell script do its job? Did you

RE: [Falcon] Unit tests failing

2012-12-06 Thread Gordon Smith
So, how does Falcon's 'asc' shell script do its job? Did you make it use an environment variable to find an SDK? - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 06, 2012 1:40 PM To: flex-dev@incubator.apache.org Subject: Re: [Falcon] Unit

Release build and spaces in path

2012-12-06 Thread Justin Mclean
Hi, Seems the unzip ant task dislike spaces even when escaped. So I had to come up with another solution. You can create another directory (without spaces) that's a soft link to the path with spaces and change the basedir path in build.xml (line 21) to be an absolute path to the soft link. Th

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
On 12/6/12 12:57 PM, "Gordon Smith" wrote: > But doesn't it make it impossible to use Falcon's shell scripts, which expect > to find other things in the SDK using relative paths from those shell > scripts??? You mean like the mxmlc and compc scripts? They take a FLEX_HOME environment variable

RE: [Falcon] Unit tests failing

2012-12-06 Thread Gordon Smith
But doesn't it make it impossible to use Falcon's shell scripts, which expect to find other things in the SDK using relative paths from those shell scripts??? Falcon isn't going to be independent of the SDK in the sense of being external to it. The goal is for it to replace the old compiler *in*

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
No framework classes are cross compiled. Only project AS files are run through FalconJS before they are combined with the JS framework through the Closure Builder. The AS framework is there to allow for project development in Flash Builder. Our job as developers is to provide both sides of the fen

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Alex Harui
On 12/6/12 10:58 AM, "Carol Frampton" wrote: > > > On 12/6/12 12 :53PM, "Justin Mclean" wrote: > >> Hi, >> >>> IMO, not too late to check in the pending fixes. >> >> Yep agree. Just need to decide if you check into the release branch (and >> we merge back into the develop later) OR provi

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Alex Harui
On 12/6/12 11:39 AM, "Michael Schmalle" wrote: > Erik, > > I'm trying to get clear on something. > > What exact classes or interfaces get translated from .as to .js from > the framework directories? IMO, that's in flux. I haven't looked at Erik's refactoring, but in my version each component

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Erik, I'm trying to get clear on something. What exact classes or interfaces get translated from .as to .js from the framework directories? What files are going to be maintained by hand and tests? I'm still a bit confused to the flow. You have FlexObject.js, FlexGlobals.js which obviousl

Re: ABC -> JS

2012-12-06 Thread Kevin Newman
On 12/6/12 1:57 PM, Frank Wienberg wrote: I like that idea. But still not all polyfills simulate the intended semantics 100%. The question remains that when we know certain semantics can't be done in a certain browser (like get / set on non-DOM-objects in IE8), should we refrain from using it and

Re: [FalconJS] changing to base.js was: (Re: [Falcon] Unit tests failing)

2012-12-06 Thread Michael Schmalle
Ok, I didn't get that far. I'll look at the code and README over there now. Mike Quoting Erik de Bruin : Well, I did put some effort into writing the README in the publisher dir in the develop branch of asjs. Once I have access I'll elaborate further on the Wiki. EdB On Thursday, Decemb

Re: [FalconJS] changing to base.js was: (Re: [Falcon] Unit tests failing)

2012-12-06 Thread Erik de Bruin
Well, I did put some effort into writing the README in the publisher dir in the develop branch of asjs. Once I have access I'll elaborate further on the Wiki. EdB On Thursday, December 6, 2012, Michael Schmalle wrote: > > Someone needs to give Erik WIKI permissions to edit so he can get up a

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Carol Frampton
On 12/6/12 12 :42PM, "Justin Mclean" wrote: >HI, > >> why asdoc is broken. > >In ParagraphElement.as there's a getter name the same as the private >variable, this causes asdoc to fail. > >The getter it not actually used anywhere (that I could find) and is in >the tlf_internal namespace so I thin

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Frédéric THOMAS
It was 2 months ago :) you can give cygwin a lower priority. Write a new batch file, for exampe "cygstart.bat" with the following content: # cygstart.bat start "Cygwin" /low C:\cygwin\Cygwin.bat It still makes my computer slow but I can work with. - Fred. -Message d'origine- From: Mi

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Carol Frampton
On 12/6/12 12 :53PM, "Justin Mclean" wrote: >Hi, > >> IMO, not too late to check in the pending fixes. > >Yep agree. Just need to decide if you check into the release branch (and >we merge back into the develop later) OR provide patch files to apply to >the release branch. I would check into t

Re: ABC -> JS

2012-12-06 Thread Frank Wienberg
On Thu, Dec 6, 2012 at 5:05 PM, Kevin Newman wrote: > Here's another whole bunch of polyfills for ES5: > http://www.calormen.com/**polyfill/#polyfill > > So the idea wouldn't be to integrate these polyfills, as much as target > ES5 directly without worr

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Michael Schmalle
Fred, I know you answered this a couple weeks ago but it's buried. What did you do to get the mustella to run and not crash your computer while you are working? Could you give a simple step procedure? Mike Quoting Frédéric THOMAS : As far as I'm aware the Mustellla tests have not been run

Re: [FalconJS] changing to base.js was: (Re: [Falcon] Unit tests failing)

2012-12-06 Thread Michael Schmalle
Someone needs to give Erik WIKI permissions to edit so he can get up a simple outline of what he is working on and how it works. For all of us that are still learning this stuff. Erik, it would be nice of you to tell us how to setup a project and get it working as well so I can test my out

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Frédéric THOMAS
As far as I'm aware the Mustellla tests have not been run for each version but each version has been compiled against. I ran almost successfully the test suite against the 10.3, the only tests failed was because of the localization, that should be all resolved now, let me udpate and run the te

Re: [FalconJS] changing to base.js was: (Re: [Falcon] Unit tests failing)

2012-12-06 Thread Alex Harui
On 12/6/12 10:40 AM, "Michael Schmalle" wrote: > Well considering I know exactly what the task is. > > I will warn you, as I have said previously I am green when it comes to > complex build scripts, that is eomthing you will have to do. > > I think my task is right now to get the output inli

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
On 12/6/12 10:31 AM, "Erik de Bruin" wrote: >> Also, I think it involves changing the build script to download base.js from >> google. > > This is probably a silly question, but why? The compiler is not > supposed to put the code through the Closure Compiler in the new > setup. It is probably

[FalconJS] changing to base.js was: (Re: [Falcon] Unit tests failing)

2012-12-06 Thread Michael Schmalle
Well considering I know exactly what the task is. I will warn you, as I have said previously I am green when it comes to complex build scripts, that is eomthing you will have to do. I think my task is right now to get the output inline with what Erik is proposing. Does this sound correct?

Re: [Falcon] Unit tests failing

2012-12-06 Thread Erik de Bruin
> Also, I think it involves changing the build script to download base.js from > google. This is probably a silly question, but why? The compiler is not supposed to put the code through the Closure Compiler in the new setup. Doing that would mean we'd loose an important optimisation step which in

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
OK, I am assuming you will complete this task? On 12/6/12 10:21 AM, "Michael Schmalle" wrote: > > Ok, that was an idiot question, I just answered my own with a cliche > "google search" > > base.js is what the closure compiler uses and exactly what I just > switched to. :) > > Yeah, I'm smart

Re: Welcome Chema Balsas as Apache Flex Committer!

2012-12-06 Thread Omar Gonzalez
Welcome and congrats Chema! -Omar On Thursday, December 6, 2012, Chema Balsas wrote: > Thanks everyone! > > As Om said, I'll try to help around with the compilers. Right now I'm > trying to get up to speed, and quite happy to see how things are moving > forward. > > Keep the ball rolling! ;) > >

Re: [Falcon] Unit tests failing

2012-12-06 Thread Michael Schmalle
Ok, that was an idiot question, I just answered my own with a cliche "google search" base.js is what the closure compiler uses and exactly what I just switched to. :) Yeah, I'm smart... Mike Quoting Michael Schmalle : Quoting Alex Harui : I just fixed another issue when you don't c

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
On 12/6/12 10:15 AM, "Michael Schmalle" wrote: > > Quoting Alex Harui : > >> I just fixed another issue when you don't copy the SDK. >> >> I am running unit tests from a command shell on MacOSX. All the tests run >> by the default ant target pass for me. >> >> I am about to embark on swi

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
It appears the Schmalle is already doing the switch so I will go do other things unless I hear otherwise. On 12/6/12 10:10 AM, "Alex Harui" wrote: > I just fixed another issue when you don't copy the SDK. > > I am running unit tests from a command shell on MacOSX. All the tests run > by the

Re: [Falcon] Unit tests failing

2012-12-06 Thread Michael Schmalle
Quoting Alex Harui : I just fixed another issue when you don't copy the SDK. I am running unit tests from a command shell on MacOSX. All the tests run by the default ant target pass for me. I am about to embark on switching the output to base.js. What does this exactly mean? Changing code

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Alex Harui
On 12/6/12 9:53 AM, "Justin Mclean" wrote: > Hi, > >> IMO, not too late to check in the pending fixes. > > Yep agree. Just need to decide if you check into the release branch (and we > merge back into the develop later) OR provide patch files to apply to the > release branch. IMO, the only s

Re: [Falcon] Unit tests failing

2012-12-06 Thread Alex Harui
I just fixed another issue when you don't copy the SDK. I am running unit tests from a command shell on MacOSX. All the tests run by the default ant target pass for me. I am about to embark on switching the output to base.js. -Alex On 12/6/12 3:41 AM, "Michael Schmalle" wrote: > Adding the

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
That looks very promising! Some tweaking is needed, and some of the output (the bottom part mostly, I guess that is for some kind of introspection that is in my template provided by other methods) isn't needed, at least not from what I understand. I'll look into the details of the new output tomor

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Hi, Right now after about 5 hours of researching and messing around I can get the following using the closure compiler flag; //= AS CODE package com.example.components { import flash.display.Sprite; public class MyTextButton

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
Hi, > IMO, not too late to check in the pending fixes. Yep agree. Just need to decide if you check into the release branch (and we merge back into the develop later) OR provide patch files to apply to the release branch. Thanks, Justin

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Alex Harui
On 12/6/12 9:29 AM, "Carol Frampton" wrote: > There was almost no notice that a release was going to > be cut. If I had a day or two notice I would have checked in more of the > small bug fixes I have pending and maybe looked at that and why asdoc is > broken. IMO, not too late to check in th

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
HI, > why asdoc is broken. In ParagraphElement.as there's a getter name the same as the private variable, this causes asdoc to fail. The getter it not actually used anywhere (that I could find) and is in the tlf_internal namespace so I think it would be safe to rename it like so: From: tlf_in

[jira] [Commented] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

2012-12-06 Thread Natalia Shlyamova (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511552#comment-13511552 ] Natalia Shlyamova commented on FLEX-33248: -- Thank you, Maxime Cowez!

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
Hi, > It is correct that the SDK can be built with Java7 and you can compile > mxml files on the command line. What would you suggest the release note say about this? > and why asdoc is broken. I think I've solved that one. Justin

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Carol Frampton
On 12/6/12 11 :16AM, "Justin Mclean" wrote: >Hi, > >>> 13 - Apache Flex SDK can can be compiled for any version of the Flash >>> Player from 10.2 to 11.5 >> >> "can can" should be fixed. And is this really true? Have all versions >> been tested? > >As far as I'm aware the Mustellla tests ha

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
Correct. I have created 'tests' directories on both the AS and JS frameworks, and plan to use FlexUnit for AS and Jasmine for JS unit testing. That covers the frameworks. I imagine we build pre- and postcompile tests for the project code as well. And leaving out the intermediate step (i.e. have F

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
Hi, > BTW most projects include a list of the fixed bugs right in the release > notes. I have included a list of some of the bugs I think are of interest. A large number of JIRA issues are probably not of interest to users of the SDK. A large number relate to the installer, build scripts, falcon

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
Hi, >> 13 - Apache Flex SDK can can be compiled for any version of the Flash >> Player from 10.2 to 11.5 > > "can can" should be fixed. And is this really true? Have all versions > been tested? As far as I'm aware the Mustellla tests have not been run for each version but each version has be

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Justin Mclean
Hi, > "For a full list see https://issues.apache.org/jira/browse/FLEX"; > > Could this be changed to a link with a filter on that picks out the relevant > issues? It could be but it seems that we've not been consistent in tagging JIRA issues so I'm not sure how much value it is: https://issue

Re: ABC -> JS

2012-12-06 Thread Kevin Newman
Here's another whole bunch of polyfills for ES5: http://www.calormen.com/polyfill/#polyfill So the idea wouldn't be to integrate these polyfills, as much as target ES5 directly without worrying too much about IE8 - except to keep in mind the edge cases of the available polyfills. It should be p

Re: Flex version numbers

2012-12-06 Thread Justin Mclean
Hi, > I updated the release guide with this information. Thanks. > I had assumed the release numbers in the code would be updated for the next > release right after a release. I think that can still be the case. > The release manager(s) will need to update this document further, maybe right >

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Quoting Carol Frampton : On 12/6/12 7 :49AM, "Erik de Bruin" wrote: Mike, After I'm done fixing the mess I made in SVN, I'll start work on the 'template', but here is the basic idea to get you started: I would like the compiler to output "intermediate" JS, by which I mean "human readable"

Re: ABC -> JS

2012-12-06 Thread Kevin Newman
Maybe it's worth looking at a polyfill for defineProperties in IE8: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/defineProperties https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/keys I'm not sure how complete that is thou

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Carol Frampton
On 12/6/12 7 :49AM, "Erik de Bruin" wrote: >Mike, > >After I'm done fixing the mess I made in SVN, I'll start work on the >'template', but here is the basic idea to get you started: I would >like the compiler to output "intermediate" JS, by which I mean "human >readable". My Publisher then take

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Carol Frampton
BTW most projects include a list of the fixed bugs right in the release notes. Also as part of the release, all those resolved bugs need to be closed. Ideally they would be verified first. We got away with not doing that last time but I think it is part of the standard Apache release process whi

Re: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Carol Frampton
Differences from Apache Flex 4.8.0: > 13 - Apache Flex SDK can can be compiled for any version of the Flash >Player from 10.2 to 11.5 "can can" should be fixed. And is this really true? Have all versions been tested? > 16 - New version of the TLF (Text Layout Framework), the TLF 3.0.33 >s

Re: Flex version numbers

2012-12-06 Thread Carol Frampton
On 12/5/12 2 :16PM, "Alex Harui" wrote: >Can someone update the wiki with these instructions? I updated the release guide with this information. It was partially there already since I had assumed the release numbers in the code would be updated for the next release right after a release so th

Re: make release failing

2012-12-06 Thread Carol Frampton
On 12/5/12 9 :33PM, "Justin Mclean" wrote: >Hi, > >Did a make release and it almost get to the end but fails like so: > >frameworks-rsls: >[unzip] Expanding: /Users/justinmclean/Documents/Adobe Flash Builder >4.6/Apache Flex SDK/frameworks/libs/textLayout.swc into >/Users/justinmclean/Docum

[WIKI] edit privileges request

2012-12-06 Thread Erik de Bruin
Hi, Can I please have editing privileges on the Wiki? Thanks, EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [ASJS] repo location

2012-12-06 Thread Erik de Bruin
And another commits torrent gone by. Fixed now. EdB On Thu, Dec 6, 2012 at 1:06 PM, Erik de Bruin wrote: > Wow, my bad :-( > > I had a working copy of Alex's whiteboard as a start of my own, and > subsequently confused that with the new location. > > Fixing now. Sorry for any inconvenience. >

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
I guess right now everything is too jumbled and we are prototyping so I will just let this question rest. Mike Quoting Erik de Bruin : With regard to the UI components, I haven't looked into the possibilities of the Google Closure Library. For now (and my gut tells me that it may very wel

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
With regard to the UI components, I haven't looked into the possibilities of the Google Closure Library. For now (and my gut tells me that it may very well be the final solution) we use the FlexJS JS framework Alex created and yours truly refactored. EdB On Thu, Dec 6, 2012 at 1:59 PM, Michael S

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Ok, I will take a look. Can you answer this question I had? """ By using this framework (goog closure) does that mean we have access to all their UI components in javascript and html? If so, this means we actually have a component platform that can start to be integrated with Flex components? ..

Re: [ASJS] Some information on "templates"

2012-12-06 Thread Erik de Bruin
Mike, After I'm done fixing the mess I made in SVN, I'll start work on the 'template', but here is the basic idea to get you started: I would like the compiler to output "intermediate" JS, by which I mean "human readable". My Publisher then takes this intermediate code and puts it through the Goog

Re: ABC -> JS

2012-12-06 Thread Frank Wienberg
On Wed, Dec 5, 2012 at 11:39 PM, Kevin Newman wrote: > Object.create has other useful features too (that can't be polyfilled > unfortunately) - it has a way to set properties enumerable, configurable, > and writable and to define getters and setters. Having a mode to output to > that might be pre

[ASJS] Some information on "templates"

2012-12-06 Thread Michael Schmalle
Hi Erik, This is mainly directed at you. Can you give as much information as to can on what needs to be produced from the compiler? I finally have myself back up and running so I want to try and change the output code. It will be a way to get my hands dirty and try to break things. This

Re: [ASJS] repo location

2012-12-06 Thread Erik de Bruin
Wow, my bad :-( I had a working copy of Alex's whiteboard as a start of my own, and subsequently confused that with the new location. Fixing now. Sorry for any inconvenience. EdB On Thu, Dec 6, 2012 at 1:02 PM, Michael Schmalle wrote: > Hi, > > Did I miss something or is there a reason Erik

[ASJS] repo location

2012-12-06 Thread Michael Schmalle
Hi, Did I miss something or is there a reason Erik is pushing changes into Alex's whiteboard? I thought we had the /flex/asjs/branches/develop to work in now? Mike -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com

Re: [Falcon] Unit tests failing

2012-12-06 Thread Michael Schmalle
Adding the DFLEX_HOME flag to the debug configuration worked. Are you running the feature tests? Mike Quoting Michael Schmalle : Ok I finally have it working again with the ant build! I can't get the actual tests to work in Eclipse yet. Was there anything specific you had to setup to debug

Re: [Falcon] Unit tests failing

2012-12-06 Thread Michael Schmalle
Ok I finally have it working again with the ant build! I can't get the actual tests to work in Eclipse yet. Was there anything specific you had to setup to debug a test in Eclipse? I have the FLEX_HOME path added to my windows env table. Which is pointing to the Apache Flex 4.8 SDK. Mike

Re: Welcome Chema Balsas as Apache Flex Committer!

2012-12-06 Thread João Fernandes
Congrats Chema! This team is really taking shape!

RE: Draft release notes for Apache Flex 4.9

2012-12-06 Thread Ian Appleby
Hi, Nothing major, but as a nicety: "For a full list see https://issues.apache.org/jira/browse/FLEX"; Could this be changed to a link with a filter on that picks out the relevant issues? I'd have a go, but it seems to be down right now. "- A SDK installer" should be "An", forgive my pedantry. -

Re: [Falcon] Unit tests failing

2012-12-06 Thread Cyrill Zadra
Hi You can run ant with java argument [1]. To define java properties you have to add the -D prefix. In Java they can be read with System.getProperty(). [1] https://docs.google.com/drawings/d/17bxXZ1k2CLLaBa__5humo7ecpsQUhYxmcn0svtB38GM/edit Cyrill On Thu, Dec 6, 2012 at 1:59 AM, Michael Schmal

Re: [Falcon] Unit tests failing

2012-12-06 Thread Michael Schmalle
Well, I must be numb because I can't get the tests to work anymore. I deleted and rechecked out falcon with your updates yesterday and I still can't get it to run without failing. I am using ANT within Eclipse if that matters. Cyrill where are you putting the ( -DFLEX_HOME=C:/dev/tools/fl

[jira] [Commented] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

2012-12-06 Thread Maxime Cowez (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511260#comment-13511260 ] Maxime Cowez commented on FLEX-33248: - [~natalia_shlyamova] Have a look at the sample

AW: Welcome Chema Balsas as Apache Flex Committer!

2012-12-06 Thread christofer.d...@c-ware.de
Welcome Chema :-) Config + Falcon ... sonds like we will be communicating a bit in the next weeks as I will have to figgure out how to run falcon from maven :-) Chris Von: omup...@gmail.com [omup...@gmail.com] im Auftrag von Om [bigosma...@gmail.com] Ge