Re: New Site template was : [Re: Telling the world that we are a TLP...]

2013-01-07 Thread Erik de Bruin
it. The new one is based on bootstrap and seems to mesh with the CMS a bit better... -Nick On Mon, Jan 7, 2013 at 6:02 AM, Erik de Bruin e...@ixsoftware.nl wrote: Having done the code in /again/, I'm a bit sad it wasn't picked up. But I didn't have time to finish the content

Re: [FalconJx] AS test for -Infinity failing

2013-01-08 Thread Erik de Bruin
(A.prototype.a = -Infinity); } /code The assert fails with: got: A.prototype.a = (note there is nothing but a space after the equals sign) EdB On Tue, Jan 8, 2013 at 1:31 PM, Michael Schmalle apa...@teotigraphix.com wrote: Quoting Erik de Bruin e...@ixsoftware.nl: What worries me

[FalconJx] status update

2013-01-10 Thread Erik de Bruin
Hi, An update: Mike and I are coming along nicely with FalconJx. - there are now tests for all but a handful of AS language features, and most of these pass, even ;-) - the 'goog' JS implementation is close behind, with most 'missing' JS features at least provisionally implemented in the

Re: [Website] Committers -- Update your profile on the site

2013-01-11 Thread Erik de Bruin
After 3 sloppy attempts, my humble submission is now on staging. I'll leave it there not to burden the CMS publisher too much ;-) It'll be part of a later publication, I'm sure. EdB On Fri, Jan 11, 2013 at 6:44 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: Hey Committers! The new

[FalconJx] refactoring question

2013-01-11 Thread Erik de Bruin
Mike, I would like to move all methods that do not specifically add 'goog' code to the JS output 'down' into the JSEmitter. Will that mess with your work? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FalconJx] refactoring question

2013-01-11 Thread Erik de Bruin
as fast. I know you have been doing the table, but I just need to raw list to look at sometimes if you know what I mean, then I can add to it as well. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike, I would like to move all methods that do not specifically add 'goog' code to the JS

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-16 Thread Erik de Bruin
Erik, I just noticed there are 2 jars that got moved, the closure compiler jar and another one from the lib directory. Did you accidentally commit those? We have to delete those out of the repo quick. Don't see them, and I think I'm being careful enough after all my mistakes with SVN lately...

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-16 Thread Erik de Bruin
No harm done, all is well and as midnight approaches, I'm signing off for today ;-) EdB On Wed, Jan 16, 2013 at 11:33 PM, Michael Schmalle apa...@teotigraphix.com wrote: Erik, Scratch what I said about the jars, my svn was playing tricks on my eyes. I just looked on the server and there is

[FalconJx] tests: temp directory

2013-01-17 Thread Erik de Bruin
HI, The tests need a 'temp' directory to run. I there a specific reason this must be created manually and not by e.g. TestBase? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FalconJx] where I'm going to be

2013-01-18 Thread Erik de Bruin
When I say business logic, I mean, no views, no ui components, no flash display list to javascript DOM conversations. Just business logic. And that's where I come in. Once I'm done with helping out Mike getting the business logic up and running, I plan on starting work on the JS framework that

Re: [FalconJx] New home for the new JavaScript cross-compiler

2013-01-19 Thread Erik de Bruin
That's no problem at all, I didn't know about the .classpath, I actually was trying NOT to submit that as I figured it only contained local project settings. Thank you. EdB On Fri, Jan 18, 2013 at 7:28 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: On Thu, Jan 17, 2013 at 11:31 PM, Erik de

Re: [jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-01-20 Thread Erik de Bruin
Maurice, We're all volunteers, someone will get to it as soon as they can, I'm sure. All, Can someone with a setup to test the SDK please have a look at this? Thanks, EdB On Sat, Jan 19, 2013 at 10:14 PM, Maurice Amsellem (JIRA) j...@apache.org wrote: [

[FalconJx] build.xml test run reports 'failed'

2013-01-20 Thread Erik de Bruin
Cyril (or other ant person), When I run the tests in Eclipse, they all pass... but when I run the new ant build file for the tests, it reports: [junit] Tests FAILED What might be causing this? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I.

Re: [FalconJx] AMD-based JavaScript code implemented in Jangaroo

2013-01-20 Thread Erik de Bruin
Falcon first. So of course now I hope that you guys help me porting this solution to FalconJx... Frank, I have created the preliminary implementation of an AMD emitter in FalconJx. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FalconJx] state/no state

2013-01-20 Thread Erik de Bruin
of a unit where the unit here is a field and Object.defineProperty() so that is good. Does my thinking about state make sense to you with this example? We are trying to avoid crossed wires. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Hi, I'm aware we're trying to keep a state-less thing

Re: [FalconJx] build.xml test run reports 'failed'

2013-01-20 Thread Erik de Bruin
The thing is, the tests seem to pass when I run the build.xml, but it reports they are not. Maybe it's just that the reporting code misses a beat and reports FAILED when it should report SUCCEEDED (or whatever)? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295

[FlexJS] moved js library in SVN

2013-01-21 Thread Erik de Bruin
Alex, A heads up: I've moved the FlexJS js framework into a new subdirectory of 'frameworks/js': 'FlexJS'. I needed to do this to make room for my new VanillaSDK framework (more on that later). Sorry to give you extra work adapting the paths in your projects and on the Wiki. EdB -- Ix

Re: [FlexJS] moved js library in SVN

2013-01-21 Thread Erik de Bruin
Mike, I looked through your committed code and see and AIR app there. hmmm.. Putting the horse before the cart are we? No, I'm not (if I understand the idiom correctly). I'm working on tying the work we did on FJx to the work I did on the JS publisher earlier. This should help Alex get a

Re: [FalconJx] MXML implementation notes

2013-01-21 Thread Erik de Bruin
Mike, Just to ease my confused mind: Of course, I am writing things along the same lines as the AS visitors BUT there is a semantic difference that we are not exactly translating MXML AST to js, so I need a bit more time figuring out the abstractions. not EXACTLY translating, what does that

[FalconJx] avoiding interesting merge situation ;-)

2013-01-21 Thread Erik de Bruin
Mike, In the interest of expediency, will you be checking in a lot more today, or can I start to merge my local changes with your latest commits? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FalconJx] avoiding interesting merge situation ;-)

2013-01-21 Thread Erik de Bruin
now. ;-) Mike Quoting Erik de Bruin e...@ixsoftware.nl: Ah, ping me when you're done for the day, so I'll know when it's safe to figure out where my stuff goes in the new improved scheme :-) EdB On Mon, Jan 21, 2013 at 10:05 PM, Erik de Bruin e...@ixsoftware.nl wrote: Awesome! You

Re: ASJS and Starling (was Re: [FalconJx] where I'm going to be)

2013-01-21 Thread Erik de Bruin
Hi, I spent some time going through your new framework. First off, I think it deserves to be called something else. The JS in ASJS implies that it is a JS specific implementation of the framework. In reality it is not. Well, I called that to show that it is a parallel framework. That we

Re: ASJS and Starling (was Re: [FalconJx] where I'm going to be)

2013-01-22 Thread Erik de Bruin
Om, I see your point. Here's mine: Alex's new framework has an AS and a JS part. Currently projects build using his AS part are compiled with FalconJS to run in the browser using his JS framework. Alex has named his framework combo FlexJS. I think that name (FlexJS) should be revisited as that

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
be really appreciated. Please keep in mind that I never had any experience with compilers. I'm more of a 'components and apps' developer. Again, congratulations guys. I hope I'll be able to join in soon. At least I'll try. :) On Fri, Jan 25, 2013 at 5:03 PM, Erik de Bruin e...@ixsoftware.nl wrote

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
Over time, the approach I'm taking can grow to match a significant portion of the existing Flex SDK, but I would not want to promise 100% for the above stated reasons. Ditto for me. :-) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I.

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
The title of this message says exactly what I mean. Right now we're talking about cross compiling the Flex SDK itself, along with all of its components. No, neither Alex nor I are taking that approach. The way that TypeScript and Randori/SharpKit integrate with JS is by declaring some sort

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
We most certainly will, once we get our misunderstandings out of the way :) I think we both aim for the same things, we just need to find the same wavelengths :) Your followup mails -- and me re-reading the original one, I know I was lazy reading it the first time :-) -- cleared things up a

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
code and vice versa. I still think that RequireJS is the better choice, as Closure implements *synchronous* require() which does not work dynamically in the browser, and the Closure Library comes with many many more features, I really wish you would stop saying this. It is simply not true.

Re: [ASJS] Integration with existing JS libraries and components

2013-01-27 Thread Erik de Bruin
Please take a look at the proof of concept (both the intermediate and release code) before making these kinds of statements. I'd like to, but you admitted yourself that it has quite an initial overhead to set up. Could you perhaps set up an online demo where one can observe a running system?

Re: [ASJS] Integration with existing JS libraries and components

2013-01-27 Thread Erik de Bruin
Yes, the one in 'intermediate' is. The one in 'release' is the 'intermediate' version, but run through the Closure Compiler. EdB On Sun, Jan 27, 2013 at 1:48 PM, Michael Schmalle apa...@teotigraphix.com wrote: Is Example.js a generated cross compile? Mike Quoting Erik de Bruin e

Re: [ASJS] Integration with existing JS libraries and components

2013-01-27 Thread Erik de Bruin
I think I can now pinpoint the difference to RequireJS: It is in the existence of deps.js. deps.js says it's generated, and seems to be the extracted dependencies of all the other JS files, right? Aha, so this is how the necessary scripts get loaded in advance. And this is where you need the

Re: [Falcon][Discuss] Modularity, extensibility and configurability of the Falcon compiler framework

2013-01-27 Thread Erik de Bruin
Roland, Me likey. Some comments and suggestions inline: I think it might make more sense to create a single point of entry for all types of compilation. Let's call this point of entry FLEXC (credit: Michael Schmalle). Wouldn't it be cleaner to use this FLEXC compiler as a sort of factory

Re: [ASJS] Integration with existing JS libraries and components

2013-01-27 Thread Erik de Bruin
Take a chill pill. ;) Really? Nice! I prefer contributing over chillin, thank you. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [ASJS] Integration with existing JS libraries and components

2013-01-27 Thread Erik de Bruin
Hi, entire library + application. My example was that you change a single file, but change it in a way that you add a dependency. Without re-generating deps.js, base.js could not know in advance that the newly We're talking AS - JS cross compilation. So changing one file would be changing one

Re: [ASJS] Integration with existing JS libraries and components

2013-01-28 Thread Erik de Bruin
Hi, We're talking AS - JS cross compilation. So changing one file would be changing one AS file. To turn that AS file into a JS file needs a compilation step. The generation of 'deps.js' is part of the compilation step. So, in the scenario we're discussing, the regeneration is of no

Re: [ASJS] Integration with existing JS libraries and components

2013-01-28 Thread Erik de Bruin
in my as3 code how will debugging the js output look like Greets Alain On Jan 28, 2013 8:37 AM, Erik de Bruin e...@ixsoftware.nl wrote: Hi, entire library + application. My example was that you change a single file, but change it in a way that you add a dependency. Without re-generating

Re: [ASJS] Integration with existing JS libraries and components

2013-01-28 Thread Erik de Bruin
This won't work for us (Jangaroo/Ext AS users). In our development workflow, JS/HTML5 is the one and only target platform. And I think this is the future for Flex. If Flex will not support the full development lifecycle for HTML5 projects, it is of no interest for us and I guess for many

Re: Tools vs Impl - Don't mix the two was [ASJS] Integration with existing JS libraries and components

2013-01-28 Thread Erik de Bruin
Mike, I was aleady afraid we were boring, or worse, bothering the community. I apologize for my part in it. Like you I'm more of a tool maker, as you know well. I do get distracted when I get the impression that my efforts (non-trivial, let me assure you!) are questioned and belittled. So I get

[FalconJx] unit test question

2013-01-28 Thread Erik de Bruin
Mike, Is there any way that the emitter code can know that it's being run as a test vs. 'for real'? Let me clarify: one of the changes I had to make for the VanillaSDK prototype was to add a self reference in front of all public member calls. As I didn't want to re-write 141 tests, I bypassed

[ASJS] debugging output JS?

2013-01-28 Thread Erik de Bruin
Hi Roland (et al.), No, I don't think you misunderstood, you seem to grok our positions correctly. What I don't see in the 'debug JS' approach is what do you do with the bugs you find in JS? Any changes you make in the JS will get overwritten the next time you compile the AS, correct? Or am I

Re: [ASJS] debugging output JS?

2013-01-28 Thread Erik de Bruin
What I don't see in the 'debug JS' approach is what do you do with the bugs you find in JS? Any changes you make in the JS will get overwritten the next time you compile the AS, correct? Or am I missing something? Oh no, changing the generated JS would be futile, but having clear access to

Re: [ASJS] debugging output JS?

2013-01-28 Thread Erik de Bruin
So, perhaps the discussion is premature. Well, maybe a little, but I agree that given the use cases you site, it will become important sooner rather than later. I don't have the cycles to think about this now, as there are other, more pressing issues remaining with my proof of concept. But as

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-28 Thread Erik de Bruin
Om, I've committed a new build.xml, build.properties and README for the ASJS Publisher. I also added mxmlc.bat to the compiler.jx bin directory. Please update your working copies and try again. Thanks, EdB On Sun, Jan 27, 2013 at 9:59 AM, Erik de Bruin e...@ixsoftware.nl wrote: Always

Re: [PR] Flex != Flash

2013-01-28 Thread Erik de Bruin
Hey, Authorware! I miss Authorware, we had such fun working on it. I rode my first Segway at the MM headquarters ;-) EdB On Mon, Jan 28, 2013 at 7:21 PM, Gordon Smith gosm...@adobe.com wrote: I started in 1991 at MacroMind, which later became MacroMind-Paracomp after merging with Paracomp

Re: Should the compiler also fix up the HTML wrapper?

2013-01-29 Thread Erik de Bruin
I agree that building everything in one command should be the goal. I do not think that HTML should be part of the compiler. Isn't there a way to wrap both the compile step and the HTML generation into one script, like I did in ant with the publisher, but maybe in an extended version of MXMLC?

Re: [ASJS] debugging output JS?

2013-01-29 Thread Erik de Bruin
One thing I asked myself when I looked at your VanillaSDK code is why you checked in the JavaScript code of the framework classes (everything but Example.as). Aren't they written in AS3 and cross-compiled, too? At least that's how I thought you'd do it, even if this code is never compiled to

Re: Performance expectations for Flex JS

2013-01-29 Thread Erik de Bruin
How would AS3 and JS versions of a typical app perform? If the AS3 version is running 100% at 30fps, could the JS version keep up? Or do you expect the JS version to out-perform? I guess its too early to answer these questions with any degree of certainty, but what are the expectations? I

Re: [Website] New website going live

2013-01-30 Thread Erik de Bruin
Hi, Looks like some lawyer type went typically and predictably mad over the TM and R stuff. Isn't it just a tad over the top? If I look at e.g. the Adobe website, I see at most one TM and/or R per page per product, and never in the artwork... I we insist on this trademark protection overkill,

Re: [ASJS] VanillaSDK as part of the SDK

2013-01-30 Thread Erik de Bruin
of AS3 components, mx and spark, and one set of JS components (goog) which have different levels of compatibility with the first 2 groups? brought to you by the letters A, V, and I and the number 47 On Tue, Jan 29, 2013 at 9:30 PM, Erik de Bruin e...@ixsoftware.nl wrote: Hi, One

Re: [ASJS] VanillaSDK as part of the SDK

2013-01-30 Thread Erik de Bruin
Alex, So yes, while I still have reservations about your approach and wish I could convince you to join me on my re-write, I think you are making a good proposal for helping folks know the boundaries on what components you are supporting. I will join you with your work on FlexJS, don't

[FalconJx] initial Closure Compiler support added

2013-01-31 Thread Erik de Bruin
Hi, Just wanted to let you know I just checked in the initial support for JS code optimization using the 'Google Closure Compiler' for the FalconJx compiler. Usage: call 'mxmlc(.bat)' of FalconJx on the command line using the following four arguments: -js-output-type=GOOG

Re: [FalconJx] DepsGenerator not found

2013-02-01 Thread Erik de Bruin
DepsGenerator is part of the Closure Compiler, which should be 'fetched' by the new downloads.xml. Maybe your project is pointing at a different version of the Closure Compiler (namely the one in the FalconJs source)? EdB On Fri, Feb 1, 2013 at 5:30 PM, Michael Schmalle apa...@teotigraphix.com

[FalconJx] TestBase not using 'actual' compile method from MXMLJSC

2013-02-12 Thread Erik de Bruin
Hi Mike (I guess ;-)), I was poking around the FalconJx unit tests to set up the testing of projects (tests made up of more than one (generated) file), and I noticed that the tests roll their own implementation of the compilation process. It's generally the same, but some differences exist. While

Re: [FalconJx] TestBase not using 'actual' compile method from MXMLJSC

2013-02-12 Thread Erik de Bruin
and source paths to the configuration. addLibraries(), addSourcePath() Can you please revert? Thanks, Mike Quoting Erik de Bruin e...@ixsoftware.nl: Hi Mike (I guess ;-)), I was poking around the FalconJx unit tests to set up the testing of projects (tests made up of more than one

Re: [FalconJx] TestBase not using 'actual' compile method from MXMLJSC

2013-02-12 Thread Erik de Bruin
, as the compiler needs to be aware of the dependencies (like it currently needs to be fed the spark.swc etc.). Do you think it's best to create a new TestBase that uses the same approach as the actual compiler, or something else? Thanks, EdB On Tue, Feb 12, 2013 at 7:56 PM, Erik de Bruin e

[FalconJx] AMD tests location

2013-02-14 Thread Erik de Bruin
Mike, I was reading your commit notes and saw you're looking for a location to put your .as sources for testing. I've refactored the test-files location to allow for a AMD specific directory (did this yesterday, you should have the new directory layout) Also, I already have the testing of entire

[FalconJx] AMD tests failing

2013-02-14 Thread Erik de Bruin
Mike, I've just updated my local projects, but some of the AMD test are still failing. Is this expected (in the light of your earlier statement about AMD tests) and should I ignore, or should is this a problem on my end and should I hold of on commits until we figure out what it is? EdB --

Re: [FalconJx] writeToken()

2013-02-18 Thread Erik de Bruin
Mike, Just returned from the hospital, nothing big, but it is taking a couple of days to get my brain back up to speed after the anesthesia and painkillers. I will take the re-tokenization of the emitters on in the next couple of days. EdB On Fri, Feb 15, 2013 at 11:46 AM, Michael Schmalle

Re: [FalconJx] writeToken()

2013-02-18 Thread Erik de Bruin
changed a couple things with the writeToken(), the main thing is getting ASTokens fully implemented and using that. It feels like it should be an enum but, maybe was can make an enum based off that interface's strings down the road. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike, Just

Re: Mustella on Amazon EC2

2013-02-19 Thread Erik de Bruin
Anyone with experience care to make a guess what a sufficiently powerful instance would cost per month? I for one would be willing to donate a couple of dollars (at least) per month to see this happen, and I'm sure more people will feel the same way... EdB On Tue, Feb 19, 2013 at 3:42 PM,

Re: Mustella on Amazon EC2

2013-02-19 Thread Erik de Bruin
Carlos, and see how well it does, before we set up the whole CI system? - what would you need, can you be more specific? I am only acting as an intermediary. I didn't see anyone picking up on your offer, so I thought I'd draw some attention to it. The people currently administrating our

Re: OneClickMustella on MacOS (was: Re: Apache Flex 4.9.1)

2013-02-20 Thread Erik de Bruin
it back over to you. EdB On Fri, Feb 15, 2013 at 8:20 PM, Om bigosma...@gmail.com wrote: On Wed, Feb 13, 2013 at 11:47 PM, Erik de Bruin e...@ixsoftware.nl wrote: Sure, what do you need me to do? EdB Thanks for offering to help! The path to the terminal is currently hardcoded

Re: [FalconJx] writeToken()

2013-02-23 Thread Erik de Bruin
thinking about but, I will talk to you later about it. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Would you create a JSTokens, JSAMDTokens and JSGoogTokens for the specific and shared (if any) tokens for these implementations? EdB On Mon, Feb 18, 2013 at 3:18 PM, Michael Schmalle

Re: OneClickMustella on MacOS (was: Re: Apache Flex 4.9.1)

2013-02-26 Thread Erik de Bruin
reason I thought I replied to it. Here is the path for Mustella: https://svn.apache.org/repos/asf/flex/sdk/branches/develop/mustella/utilities/OneClickMustella Let me know how it goes. Thanks, Om On Sat, Feb 23, 2013 at 9:33 AM, Erik de Bruin e...@ixsoftware.nl wrote: bump... EdB

Re: [FalconJS/Jx] move FlexJS to FalconJx

2013-02-26 Thread Erik de Bruin
it to handle multiple files. We need to get jx to handle mxml in order to switch. Do you have time for that? I want to get basic css working and do some as refactoring first. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Erik de Bruin e...@ixsoftware.nl wrote: Alex, From

Need help with SDK development

2013-02-26 Thread Erik de Bruin
Hi, I could use some help on the practical side of SDK development. Context: I'm trying to create a new namespace in the SDK, in which I'll develop the VanillaSDK JS-compatible components and their JS counter parts. Set up: I have cloned the 4.9 branch in my whiteboard. I have added a 'project'

Re: [FalconJS/Jx] move FlexJS to FalconJx

2013-02-27 Thread Erik de Bruin
differently. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Alex, I played around with MXML in FalconJx a bit. There is already rudimentary support implemented. From my quick glance it looks like we need Mike for this, as he set the wheels in motion and is most familiar with the approach

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Erik de Bruin
Hi, Mike, first off: I'm sorry if my work messed up something you were working on locally, but hadn't committed yet. You're right that it might have been better if I had first discussed on the list some of what I planned to do. That said, I did make sure all the tests and the VanillaSDK_POC

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Erik de Bruin
Mike, I got a snow ball full of ice hitting my face directly. If we would have talked a bit first at least I could have ducked (prepared to refactor my Yes, mea culpa on the communication. My project is kind of NDA at the moment but completely uses the compiler.jx platform. This is what I

Re: [FalconJx] Refactor Notes of the last couple commits

2013-03-01 Thread Erik de Bruin
Mike, - 'common' Although I agree with you making things common, I don't agree with having sub packages, it seems redundant and confusing, if a sub package warrants in common, it should have a real package in compiler. Might be non-native speaker choosing names... The code I put in 'common'

[FalconJx] redundant interfaces?

2013-03-04 Thread Erik de Bruin
Mike, org.apache.flex.compiler.visitor.IASVisitor and org.apache.flex.compiler.visitor.IASWalker don't seem to be used. Is that an artifact of early attempts, or is that by design? Also, I might want to do some refactoring that might 'touch' your code, but I'll try that first, discuss after and

Re: [FalconJx] major commit ready to go...

2013-03-04 Thread Erik de Bruin
changes? Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike et al., I have a reasonably big commit lined up. To make AS embedded in MXML work without doing duplicate work, I figured I could best use the existing ASEmitter and subclases. To make this work, I needed to add

Re: [FalconJx] major commit ready to go...

2013-03-04 Thread Erik de Bruin
about, if not, great then. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike et al., I have a reasonably big commit lined up. To make AS embedded in MXML work without doing duplicate work, I figured I could best use the existing ASEmitter and subclases. To make this work, I needed

Re: [FalconJx] major commit ready to go...

2013-03-04 Thread Erik de Bruin
. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike et al., I have a reasonably big commit lined up. To make AS embedded in MXML work without doing duplicate work, I figured I could best use the existing ASEmitter and subclases. To make this work, I needed to add an ASBlockWalker

Re: [FalconJx] major commit ready to go...

2013-03-05 Thread Erik de Bruin
at 10:56 AM, Michael Schmalle apa...@teotigraphix.com wrote: We did. :) I just wanted to see if you were reading every word I write. :) Mike Quoting Erik de Bruin e...@ixsoftware.nl: It's re-renamed (de-named?). About 'common', I tried to explain that might be a misnomer due to me

Re: [FalconJx] major commit ready to go...

2013-03-05 Thread Erik de Bruin
Also, did you, or did you not want me to commit my latest contribution, based on the description I gave? EdB On Tue, Mar 5, 2013 at 11:37 AM, Erik de Bruin e...@ixsoftware.nl wrote: Mike, I'm confused. I'm sure it's me (being a foreigner and all), but I don't understand what you're asking

Re: [FalconJx] major commit ready to go...

2013-03-05 Thread Erik de Bruin
architecture down the road when the dust settles, I just wanted to make sure the child(MXML) is not telling the parent(AS) what to do. :) Mike Quoting Erik de Bruin e...@ixsoftware.nl: Also, did you, or did you not want me to commit my latest contribution, based on the description I gave? EdB

Re: [FalconJx] major commit ready to go...

2013-03-05 Thread Erik de Bruin
but its not exact since MXML can 'have' AS composed in it BUT AS cannot have MXML composed in it. This is where the parent child thing came from. AS will never know about MXML, MXML does know about AS. Mike Quoting Erik de Bruin e...@ixsoftware.nl: I will do it in a moment, but first I must ask

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Erik de Bruin
Me, made an error... impossible! I need to attend to some other projects in the next couple of days, so I look forward to your commit. You have the ball :-) EdB On Tue, Mar 5, 2013 at 7:03 PM, Michael Schmalle apa...@teotigraphix.com wrote: Erik, In a couple days I am planning on doing a

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Erik de Bruin
there was only one compiler error and I just needed to add a cast to IASBlockWalker from IBlockWalker. Mike Quoting Erik de Bruin e...@ixsoftware.nl: Me, made an error... impossible! I need to attend to some other projects in the next couple of days, so I look forward to your commit. You have

Re: Flash finally dead?

2013-03-06 Thread Erik de Bruin
There are a couple of sub-projects going on that will 'relieve' Apache Flex from the bonds of the Flash Player, whether it continues to exist or not (my guess is: there is too much money invested - not only by Adobe - for it to go soon and go quietly, you're reading too much into that blog post).

Re: Flash finally dead?

2013-03-06 Thread Erik de Bruin
On Wed, Mar 6, 2013 at 4:52 PM, Carlos Cruz car...@nbtbizcapital.com wrote: ...Now the Adobe peons are receiving there marching orders... ...Have no doubts, they are only tools to get a piece of what you have in your handbag or wallet!!!... ... THANK YOU!! to all who are championing and

Re: [FalconJx] Future work cleaning up

2013-03-06 Thread Erik de Bruin
=library://ns.apache.org/flexjs/basic/basic:Application namespace; library://ns.apache.org/flexjs/basic Can you give me some info? Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike, I wouldn't have committed unless all tests pass on my end. I updated to include your refactor

Re: [FalconJx] MXML output - FlexJS

2013-03-06 Thread Erik de Bruin
Mike, The idea is to create the same input == output tests for MXML as you did for AS, to check if the emitters are handling all input correctly. Inheriting from those verifiably 'correct' MXML emitters I will create JS output, both for FlexJS and VanillaSDK (initially, but others might be added

Re: [FalconJx] MXML output - FlexJS

2013-03-06 Thread Erik de Bruin
are basically cherry picking what you need and creating an internal model based on the data parsed which then you will loop through and create the js class. But, that is just the way I see it. :) Mike Quoting Erik de Bruin e...@ixsoftware.nl: Mike, The idea is to create the same input == output

Re: [FalconJx] MXML output - FlexJS

2013-03-06 Thread Erik de Bruin
Quoting Erik de Bruin e...@ixsoftware.nl: Mike, Aren't we crossing streams now? My efforts are aimed at creating FlexJS output and my code is close to making that happen. If I understand your last correctly, you are suggesting a different approach? EdB On Wed, Mar 6, 2013 at 7:54 PM

Re: [FlexJS] data structure specs

2013-03-11 Thread Erik de Bruin
comparison between the output of FalconJS and FalconJx, maybe more will pop up. EdB On Mon, Mar 11, 2013 at 4:16 PM, Alex Harui aha...@adobe.com wrote: On 3/11/13 4:18 AM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, Could you please take a look at: https://cwiki.apache.org/confluence

[FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
Alex, When I check out a fresh working copy of FalconJS and try to build it using the ant script or in Eclipse, I get the following error: compile: [javac] Compiling 31 source files to /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/classes [javac]

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Thanks for any input you can give me! EdB On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin e...@ixsoftware.nl wrote: Alex, When I check out a fresh working copy of FalconJS and try to build it using the ant script or in Eclipse, I get the following error

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
anyway could cause a class not found exception. I makes no sense at all. Mike Quoting Alex Harui aha...@adobe.com: I synced up and am getting these errors too. I'm looking into it. On 3/11/13 11:20 AM, Erik de Bruin e...@ixsoftware.nl wrote: I was on the verge of committing the FlexJS

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
synced up and am getting these errors too. I'm looking into it. On 3/11/13 11:20 AM, Erik de Bruin e...@ixsoftware.nl wrote: I was on the verge of committing the FlexJS in FalconJx code, when I did a final update of all sources to run in a clean environment and I started hitting all these errors

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
a cast to an instance that has to be of type BaseVariableNode anyway could cause a class not found exception. I makes no sense at all. Mike Quoting Alex Harui aha...@adobe.com: I synced up and am getting these errors too. I'm looking into it. On 3/11/13 11:20 AM, Erik de Bruin e

Re: [FalconJx] build.xml: change URL for JUnit 4.10

2013-03-11 Thread Erik de Bruin
to param name=srcUrl value=http://search.maven.org/remotecontent?filepath=junit/junit/4.10/ Mike Quoting Erik de Bruin e...@ixsoftware.nl: Hi, The URL used by build.xml to get JUnit: http://cloud.github.com/downloads/KentBeck/junit/junit-4.10.jar is giving an error. Anyone mind if I

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Will we still get commit emails? EdB On Tue, Mar 12, 2013 at 1:11 AM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Hi, David migrate almost everything :) * Website will continue in SVN (as we already known) * If we want Whiteboards, we can ask for migration too or make it live

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
He alert us that he will make the SVN repository read-only in the process, so take this into account. This has me very scared: I have a very large commit lined up for FalconJx (FlexJS integration) that I won't have ready for another couple of days. I have no experience with Git whatsoever. How

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
I think it would of caused some issues no matter when it happened. Some, yes, but not on this scale. Turns out my contribution is now in limbo until I can rearrange my workflow to allow for git and I actually learn git. Which means I now need to spend extra resources on something that was close

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Well, not all PMCs are from the US, fortunately ;-) I did see that from the JIRA ticket it looks like INFRA missed a couple of repos as well (asjs and external)... EdB On Tue, Mar 12, 2013 at 8:46 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Well, I guess we're stuck for at least 24h,

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
Just trying to understand what just happened: https://git-wip-us.apache.org/repos/asf/flex-sdk.git Does that contain a copy of 'trunk' or of 'branches/develop'? EdB On Tue, Mar 12, 2013 at 9:16 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: I'm currently cloning the repo to see how it

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
https://cwiki.apache.org/confluence/display/FLEX/Git+Guide I'd say not all relevant practical is there... it's more like a brief RTFM and figure it out yourself entry. An urgent +1 on making this a proper HOWTO. EdB On Tue, Mar 12, 2013 at 10:32 AM, Justin Mclean jus...@classsoftware.com

Re: SVN to Git migration in progress

2013-03-12 Thread Erik de Bruin
I just tried to build the SDK ('develop' branch) in preparation to building Falcon and FalconJx (to get some work done on the whole patch thing I apparently have to do now) and also got the TLF manifest error... Nobody tried to build the SDK from a git SVN clone before voting +1 on the move?

  1   2   3   4   5   6   7   8   9   10   >