Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-31 Thread Alex Harui
On 8/31/12 5:27 PM, "jude" wrote: >> At one point, I prototyped a new LayoutManager that gave lower priority to >> things that were not on the display list. The idea was you could then >> start >> pre-baking your next screen "in the background" so it would be ready to go. >> Sure there would

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-31 Thread jude
On Fri, Aug 31, 2012 at 12:09 AM, Alex Harui wrote: > > > > On 8/30/12 7:49 PM, "jude" wrote: > > > On Thu, Aug 30, 2012 at 4:09 PM, Alex Harui wrote: > > > >> On 8/30/12 1:36 PM, "jude" wrote: > >>> Remember when iOS 5 came out a year or so ago? The HTML5 performance in > >>> that browser was

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Alex Harui
On 8/30/12 7:49 PM, "jude" wrote: > On Thu, Aug 30, 2012 at 4:09 PM, Alex Harui wrote: > >> On 8/30/12 1:36 PM, "jude" wrote: >>> Remember when iOS 5 came out a year or so ago? The HTML5 performance in >>> that browser was 2FPS. After that update it was 35-40FPS. A 2000% >> increase. >>> [1

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Alex Harui
On 8/30/12 8:04 PM, "Jonathan Hart" wrote: > I think I'm beginning to recognize a larger confusion in this > discussion which should be brought to the table. Many people consider > AS3 to be a scripting subset of Flex, which is simply not the case. > > With AS3 comes the display list framewor

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Jonathan Hart
I think I'm beginning to recognize a larger confusion in this discussion which should be brought to the table. Many people consider AS3 to be a scripting subset of Flex, which is simply not the case. With AS3 comes the display list framework upon which Flash and Flex are built.. there's that probl

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Omar Gonzalez
Oh it ran for me but perhaps your definition of fine is different than mine :P For me I got a lot of items popping around the screen on boot, scroll bars stuck to the mouse, and overall slow rendering. I didn't see any mention anywhere about AS3 code running in the browser NOT in Flash Player. -o

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread jude
FYI It ran fine for me. I did mention it supported AS3 > HTML on the site (so no Flash Player requirement). So it's says it's doing what we want it to IIUC but I couldn't find any links to live examples. On Thu, Aug 30, 2012 at 5:21 PM, Omar Gonzalez wrote: > On Thu, Aug 30, 2012 at 3:13 PM, Omar

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread jude
On Thu, Aug 30, 2012 at 4:09 PM, Alex Harui wrote: > On 8/30/12 1:36 PM, "jude" wrote: > > Remember when iOS 5 came out a year or so ago? The HTML5 performance in > > that browser was 2FPS. After that update it was 35-40FPS. A 2000% > increase. > > [1] > Yes, things get faster, but I would say t

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Omar Gonzalez
On Thu, Aug 30, 2012 at 3:13 PM, Omar Gonzalez wrote: > > > On Thu, Aug 30, 2012 at 2:54 PM, Mr. Rich wrote: > >> This is a long discussion for something already available. >> >> http://reshapemedia.com/ftml/ >> >> - flash (including older swf files) to html >> - php to flash >> - photoshop to fl

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Omar Gonzalez
On Thu, Aug 30, 2012 at 2:54 PM, Mr. Rich wrote: > This is a long discussion for something already available. > > http://reshapemedia.com/ftml/ > > - flash (including older swf files) to html > - php to flash > - photoshop to flash > - renders in browser > - lots of demos and docs > - no install,

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Mr. Rich
This is a long discussion for something already available. http://reshapemedia.com/ftml/ - flash (including older swf files) to html - php to flash - photoshop to flash - renders in browser - lots of demos and docs - no install, only 5 min setup - lots more That's only the online version. There

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Alex Harui
On 8/30/12 1:36 PM, "jude" wrote: > To *guarantee* we get the same results across browsers we need to use > something like the drawing canvas or SVG (or drawing commands) such as > Flash uses itself REGARDLESS of performance. If we depend on browser > manufacturers for different feature sets o

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Jeffry Houser
My personal preference would be not to use the Apache Flex Dev list to discuss the pros and cons of Adobe open sourcing the Flash Player. Very few readers of this list would have any say in such a thing; and debating the pros and cons seems like non-productive use of our time. On 8/30/2012

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread jude
One thing that keeps coming back to me on this conversation is the argument of performance, time to market and bandwidth vs correct architecture. Why are we targeting HTML? Apple decides not to support Flash in iOS so now Adobe rearranges resources to develop HTML development tools so now we are t

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Michael A. Labriola
>I haven't seen FalconJS but from what I read, it looks like it plays with the >DOM. FalconJOS (at least the Flex demo) basically tried to make a big SVG which was rendered by the browser for interaction. Less than ideal on a few thousand levels

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Yvon Sauvageau
g the Canvas (in my view). Yvon -Original message- From: Roland Zwaga To: flex-dev@incubator.apache.org Sent: Thu, Aug 30, 2012 11:46:24 GMT+00:00 Subject: Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation) I was talking about this canvas: http://en.wikipedi

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Roland Zwaga
> I was talking about this canvas: http://en.wikipedia.org/wiki/Canvas_element > > I haven't seen FalconJS but from what I read, it looks like it plays with > the DOM. That's what GWT does. It's good for Google because they had nothing > to start with. For Flex, I say "forget about the DOM". Draw e

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Yvon Sauvageau
30, 2012 10:17:15 GMT+00:00 Subject: RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation) When I wrote this I was thinking the OP was talking about a Canvas IE widget container, not a graphics container. Alex had mentioned it would be a lot more work with accessibil

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread Michael Schmalle
When I wrote this I was thinking the OP was talking about a Canvas IE widget container, not a graphics container. Alex had mentioned it would be a lot more work with accessibility etc, I agree. I was just speaking about containing it, no ties to the outside world in the beginning. Mike Q

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-30 Thread teotigra
This is definitely how something would start, you would in essence create a "player" where you could eliminate as many variables as possible from the HTML/browser world. Like I said, using ActionScript/Flex interface to output sometype of native is what I'm really interested. Just thinkin

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alex Harui
On 8/29/12 5:51 PM, "ysma...@yahoo.com" wrote: > My perhaps naive vision of what FalconJS would do (at least in the first > version), was that it would grab some kind of HTML5 canvas element; and do > everything in that rectangle: all drawing and event handling would occur in > that element. I

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread ysma...@yahoo.com
"Michael A. Labriola" To: "flex-dev@incubator.apache.org" Sent: Wed, Aug 29, 2012 23:10:32 GMT+00:00 Subject: RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation) Whereas with HTML(5) there is nothing in the standard that will let us do specializa

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Om
On Wed, Aug 29, 2012 at 4:17 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >BTW, FalconJS uses Google's closure compiler to optimize the generated > javascript. > > I am not sure that is accurate... in fact, pretty sure it is not. The code > generated by FalconJS, when it was be

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>Flex is compiled ahead of time and we control the compiler. Whereas with >HTML5, the browser interprets it. We cannot make changes to HTML5 and expect >all browsers to understand it. Flash Player understands byte code which is generated ahead of time. Browsers understand JavaScript which is

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Om
On Wed, Aug 29, 2012 at 4:10 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >Whereas with HTML(5) there is nothing in the standard that will let us do > specialization (via inheritance or composition) I cannot dream up new > elements and expect a browser to understand it out of

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>BTW, FalconJS uses Google's closure compiler to optimize the generated >javascript. I am not sure that is accurate... in fact, pretty sure it is not. The code generated by FalconJS, when it was being used to cross-compile a test Flex app, was put into closure-compiler to try to make it smaller

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>In flash player there is nothing but a text field and the ability to make some >rectangles how did we get to Flex? In case I am not being clear, Flash player doesn't understand new element types you create. At the end of the day you are operating on DisplayObject. In truth, had Flex operat

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Om
On Wed, Aug 29, 2012 at 3:40 PM, Alain Ekambi wrote: > GWT generates overbloated JavaScript ? > Where do you have that one from ? > > GWT's Java to JavaScript compiler is one the best out there (The closure > compiler beeing imho the best). > And GWT 2.5 just added the closure compiler as a compil

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>Whereas with HTML(5) there is nothing in the standard that will let us do >specialization (via inheritance or composition) I cannot dream up new >elements and expect a browser to understand it out of the box. In flash player there is nothing but a text field and the ability to make some recta

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
Hi Alain, maybe I was talking too much without own knowledge or experience. I never use GWT and was talking about what other colleges told me of their experience and what I read... so can't really say nothing. Sorry again. Carlos 2012/8/30 Alain Ekambi : > You dont see the relevance of Google

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Nick Tsitlakidis
I meant I cant see the relevance of making open source the framework regarding the comparison with how Flex could be cross-compiled to JS. Since there is a core of developers in the community who would like to work on this, discussing where Flex should be used in their topic is slightly wrong. My

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alain Ekambi
You dont see the relevance of Google making GWT opensource ? Use the right tool for the right job. Why use GWT for a small app ? This is the same for Flex. I see people using Flash/Flex where they should not then complain about performance. If you are not targeting AIR or the Desktop browser yo

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Nick Tsitlakidis
>From my experience, using it for a simple site or a small app would possibly create overbloated js indeed. But when it comes to middle or large scale apps the code is heavily optimized and the end result makes sense in terms of size and complexity. Regarding Google making the framework fully open

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alain Ekambi
GWT generates overbloated JavaScript ? Where do you have that one from ? GWT's Java to JavaScript compiler is one the best out there (The closure compiler beeing imho the best). And GWT 2.5 just added the closure compiler as a compilation option. 2012/8/30 Carlos Rovira > AFAIK Google has made

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
AFAIK Google has made the same with GWT as Adobe with Flex. But GWT has the problem to generate overbloated JS code... 2012/8/30 Nick Tsitlakidis : > Hello guys, I'm following all the topics here but I post rarely because > most of the times someone else has said something that I agree with 100%.

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Nick Tsitlakidis
Hello guys, I'm following all the topics here but I post rarely because most of the times someone else has said something that I agree with 100%. This time though, I was trying to think about similar technologies which are either compiled to js or they are converted in js in some other way. So I t

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Om
On Wed, Aug 29, 2012 at 12:19 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > >Can you please elaborate? > > >The point I was trying to make was that HTML5 language itself is not > designed to be extensible. Using Javascript does not really count (in this > >context) > > >As far

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>Can you please elaborate? >The point I was trying to make was that HTML5 language itself is not designed >to be extensible. Using Javascript does not really count (in this >context) >As far as using the DOM, I assume you mean the Microdata format. This results >in non-standard HTML most of t

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alex Harui
On 8/29/12 11:59 AM, "Carlos Rovira" wrote: > I'd love to be able to target HTML5 with an OOP language...even better > if it's Flex...but HTML5+JS+CSS has poor performance itself (remember > that even Facebook kill his HTML5 app for iOS in favor of a native > one). I imagine that it should be

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
I'd love to be able to target HTML5 with an OOP language...even better if it's Flex...but HTML5+JS+CSS has poor performance itself (remember that even Facebook kill his HTML5 app for iOS in favor of a native one). I imagine that it should be hard to get there. 2012/8/29 : > Quoting Alex Harui : >

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Om
On Wed, Aug 29, 2012 at 10:29 AM, Omar Gonzalez wrote: > On Wednesday, August 29, 2012, Erik Lundgren wrote: > > > > > 29 aug 2012 kl. 14:51 skrev "Michael A. Labriola" < > > labri...@digitalprimates.net >: > > > > > It's not that HTML is less extensible. > > > > How would one go about extending i

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Omar Gonzalez
On Wednesday, August 29, 2012, Erik Lundgren wrote: > > 29 aug 2012 kl. 14:51 skrev "Michael A. Labriola" < > labri...@digitalprimates.net >: > > > It's not that HTML is less extensible. > > How would one go about extending it? > > /Erik > JavaScript and the DOM. -omar

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread teotigra
Quoting Alex Harui : I'm certain that we should explore a way to allow someone to use MXML-like markup and an OO language to create apps to target apps on multiple devices. Remember that we could simply become a front-end to PhoneGap/Cordova on the way to getting native apps on devices. But w

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alex Harui
On 8/29/12 8:13 AM, "Carlos Rovira" wrote: > 2012/8/29 Alex Harui : >>> One thing I never understood was Adobe not helping to open source >>> Flash Player >> My understanding is that one major factor is that key aspects of the player >> depend on 3rd party works. > > We should learn of what o

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Erik Lundgren
29 aug 2012 kl. 14:51 skrev "Michael A. Labriola" : > It's not that HTML is less extensible. How would one go about extending it? /Erik

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
2012/8/29 Alex Harui : >> One thing I never understood was Adobe not helping to open source >> Flash Player > My understanding is that one major factor is that key aspects of the player > depend on 3rd party works. We should learn of what others did in the past and those kind of problems can be ov

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Alex Harui
On 8/29/12 6:30 AM, "Carlos Rovira" wrote: > > One thing I never understood was Adobe not helping to open source > Flash Player My understanding is that one major factor is that key aspects of the player depend on 3rd party works. > or transforming it to help to be the industry standard. I

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael Schmalle
Quoting "Michael A. Labriola" : It's not that HTML is less extensible, I used to think that too. It's that HTML enforces a separation between form and function that we tried to consider with Spark, but didn't make it far enough. Having solid AS to JS support would make ActionScript a very

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
Maybe the major problem for Flex in the future is the Flash Player dependency. Some time ago I thought Adobe and Flash will be a solid platform, but nowadays we can not trust anymore in Adobe taking into account that from one day to another they shift objetives in such radikal way. Such change brin

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael A. Labriola
>I had in mind writing in a subset of ActionScript that cross-compiles cleanly >to JavaScript, which is basically the idea of FalconJS. But, not having worked >on FalconJS, I never understood what it did with Flash classes like >Sprite >that are implemented in native code in the player. The way

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Raju Bitter
And FalconJS or a ActionScript to JavaScript cross-compiler should definitely be separate project.

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Raju Bitter
In the case of OpenLaszlo, the decision was made to use JavaScript 2 as the main language for integration. OpenLaszlo has separate sprite implementation for the HTML5/DHTML runtime and ActionScript 3. tags in OpenLaszlo are objects without a visual representation (not in the display list). When a

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael Schmalle
Quoting Carlos Rovira : Hi Michael, you probably are right and we should continue to evolve Flex to continue going ahead of other technologies like HTML. Maybe FalconJS could have sense as a new project to develop in OOP and output HTML5 based apps...something that HTML5 needs urgently since is

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Carlos Rovira
Hi Michael, you probably are right and we should continue to evolve Flex to continue going ahead of other technologies like HTML. Maybe FalconJS could have sense as a new project to develop in OOP and output HTML5 based apps...something that HTML5 needs urgently since is its main problem IMHO. But

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-29 Thread Michael Schmalle
This is pretty much my opinion as well and I should have just said it. :) After seeing the last year or so and HTML5, I probably wouldn't spend an ounce of time developing something like this(FalconJS). I really have to agree with this post, well written. I'm looking at a use case of Apache

Re: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-28 Thread Jonathan Hart
> Sprite that are implemented in native code in the player. > > - Gordon > > > -Original Message- > From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om > Sent: Tuesday, August 28, 2012 5:46 PM > To: flex-dev@incubator.apache.org > Subject: Cross

RE: Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-28 Thread Gordon Smith
lex to HTML5/Javascript (Was : Update on Falcon donation) On Tue, Aug 28, 2012 at 5:00 PM, wrote: > IMHO, problems like this are best solved with some type of framework > that creates a high level abstraction, where you are taking the load > of the generation and putting it into t

Cross-compiling Flex to HTML5/Javascript (Was : Update on Falcon donation)

2012-08-28 Thread Om
On Tue, Aug 28, 2012 at 5:00 PM, wrote: > IMHO, problems like this are best solved with some type of framework that > creates a high level abstraction, where you are taking the load of the > generation and putting it into the API that the generator implements. > > I think in the past, there has b

RE: Update on Falcon donation

2012-08-28 Thread teotigra
IMHO, problems like this are best solved with some type of framework that creates a high level abstraction, where you are taking the load of the generation and putting it into the API that the generator implements. I think in the past, there has been to much talk about emulating as you sa

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
3:48 PM To: flex-dev@incubator.apache.org Subject: Re: Update on Falcon donation Hi Gordon, I'm surprised to know FalconJS was discontinued by Adobe, taking into account the new way to HTML5. I would like to know more about this decision. Maybe it was studied and the results were negat

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
28, 2012 2:41 PM To: flex-dev@incubator.apache.org Subject: Re: Update on Falcon donation On Tue, Aug 28, 2012 at 2:24 PM, Gordon Smith wrote: > No, sorry. FalconJS was a separate experimental project by a separate > team (actually, by one person). It adds on to Falcon but isn't > co

Re: Update on Falcon donation

2012-08-28 Thread Carlos Rovira
Hi Gordon, I'm surprised to know FalconJS was discontinued by Adobe, taking into account the new way to HTML5. I would like to know more about this decision. Maybe it was studied and the results were negative to think in FalconJS as a project that could get to be a valid tool in the future? What

Re: Update on Falcon donation

2012-08-28 Thread filippo dipisa
Gordon thanks for the update. I agree with Omar. On 28 August 2012 22:41, Omar Gonzalez wrote: > On Tue, Aug 28, 2012 at 2:24 PM, Gordon Smith wrote: > > > No, sorry. FalconJS was a separate experimental project by a separate > team > > (actually, by one person). It adds on to Falcon but isn't

Re: Update on Falcon donation

2012-08-28 Thread Omar Gonzalez
On Tue, Aug 28, 2012 at 2:24 PM, Gordon Smith wrote: > No, sorry. FalconJS was a separate experimental project by a separate team > (actually, by one person). It adds on to Falcon but isn't considered part > of Falcon. It hasn't been maintained for a number of months and isn't > currently in sha

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
ssage- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Tuesday, August 28, 2012 12:52 PM To: flex-dev@incubator.apache.org Subject: RE: Update on Falcon donation The donation documents have been sent to Apache. Adobe has to wait for notification that they have been recorded before we can

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
steps after donating Falcon will be to figure out what to do about FalconJS. - Gordon -Original Message- From: filippo dipisa [mailto:fili...@dipisa.net] Sent: Tuesday, August 28, 2012 1:24 PM To: flex-dev@incubator.apache.org Subject: Re: Update on Falcon donation Hi Gordon, does th

Re: Update on Falcon donation

2012-08-28 Thread filippo dipisa
Alex says this sometimes takes a while. > > - Gordon > > > -Original Message- > From: Gordon Smith [mailto:gosm...@adobe.com] > Sent: Tuesday, August 28, 2012 10:23 AM > To: flex-dev@incubator.apache.org > Subject: RE: Update on Falcon donation > > Falcon is

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
, 2012 10:23 AM To: flex-dev@incubator.apache.org Subject: RE: Update on Falcon donation Falcon is the version of the compiler that is being donated to Apache. It was forked off of the FB 4.7 compiler about a month ago and is essentially the same except for the packages being renamed from

RE: Update on Falcon donation

2012-08-28 Thread Gordon Smith
: Pepe [mailto:pepe.f...@gmail.com] Sent: Tuesday, August 28, 2012 7:16 AM To: flex-dev@incubator.apache.org Subject: Re: Update on Falcon donation Hello Are you talking about the new compiler in FlashBuilder 4.7 beta which is not Falcon precisely? 2012年8月28日火曜日 Gordon Smith gosm...@adobe.com

Re: Update on Falcon donation

2012-08-28 Thread teotigra
This is great news! I have been waiting for this since January. :) I have heard that Falcon does not implement ASDoc, is there anybody interested in starting a conversation about how ASDoc should be implemented with the new compiler? FYI, I am very interested in donating my time to ASDoc a

Re: Update on Falcon donation

2012-08-28 Thread Pepe
Hello Are you talking about the new compiler in FlashBuilder 4.7 beta which is not Falcon precisely? 2012年8月28日火曜日 Gordon Smith gosm...@adobe.com: > The donation document for Falcon has been signed by the relevant Vice > President at Adobe. (He was on vacation for the last two weeks, causing a >

Re: Update on Falcon donation

2012-08-28 Thread Michael Schmalle
This is great news! I have been waiting for this since January. :) I have heard that Falcon does not implement ASDoc, is there anybody interested in starting a conversation about how ASDoc should be implemented with the new compiler? FYI, I am very interested in donating my time to ASDoc a

Update on Falcon donation

2012-08-27 Thread Gordon Smith
The donation document for Falcon has been signed by the relevant Vice President at Adobe. (He was on vacation for the last two weeks, causing a delay.) When the document has been sent to Apache and recorded, I'll add the code to the repository. - Gordon