Re: [FalconJx] Future work cleaning up

2013-03-06 Thread Erik de Bruin
All the info you need is probably here: FlexJSTestBase.java; line 17. And it's completely my bad, although I did annotate it, so it wasn't an error of ignorance... more of laziness. Sorry I didn't think of this when we discussed it before. EdB On Wed, Mar 6, 2013 at 7:05 PM, Michael Schmalle

Re: [FalconJx] Future work cleaning up

2013-03-06 Thread Michael Schmalle
Erik, I think I found the cause of this error. How do you have the FlexJS.swc setup? I am not developing that so I don't build any swc. In fact I know this is why these 4 tests are failing because there are no classes for the; xmlns:basic="library://ns.apache.org/flexjs/basic"> namespa

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
Yeah, I update the whole trunk when I do an update. It's probably just something small on my end, I will do a super clean and rebuild in a while. I am sure that will clear up whatever the problem is. Quoting Erik de Bruin : Mike, I wouldn't have committed unless all tests pass on my end.

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Erik de Bruin
Mike, I wouldn't have committed unless all tests pass on my end. I updated to include your refactor and all test still pass on my side. Do you keep Falcon up to date? EdB On Tue, Mar 5, 2013 at 7:46 PM, Michael Schmalle wrote: > Erik, > > I just ran the unit tests for falcon.jx.tests and I g

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
Erik, I just ran the unit tests for falcon.jx.tests and I get 4 errors with null pointers in TestFlexJSMXMLApplication. Do they fail for you, do I have to rebuild to projects? Did you change something with how things are setup? Mike Quoting Erik de Bruin : We are, my local code === SV

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
Yeah, I think I will. It will be done within the next day or so, that will be a wicked one. Mike Quoting Erik de Bruin : We are, my local code === SVN code. Perhaps this would be a good time (if you have time) to do some of that refactoring you had in mind? EdB On Tue, Mar 5, 2013 at 7

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Erik de Bruin
We are, my local code === SVN code. Perhaps this would be a good time (if you have time) to do some of that refactoring you had in mind? EdB On Tue, Mar 5, 2013 at 7:31 PM, Michael Schmalle wrote: > So I take it we are at the same level on revision correct? You don't have > any outstanding com

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
So I take it we are at the same level on revision correct? You don't have any outstanding commits? Mike Quoting Erik de Bruin : That's me, the kung fu and "blind chess" master of other people's code. Or - with one error - maybe only a lowly grasshopper Fischer ;-) Have fun! EdB On Tue, M

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Erik de Bruin
That's me, the kung fu and "blind chess" master of other people's code. Or - with one error - maybe only a lowly grasshopper Fischer ;-) Have fun! EdB On Tue, Mar 5, 2013 at 7:14 PM, Michael Schmalle wrote: > No you didn't cause an error, in my "bat cave" project there was only one > compiler

Re: [FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
No you didn't cause an error, in my "bat cave" project there was only one compiler error and I just needed to add a cast to IASBlockWalker from IBlockWalker. Mike Quoting Erik de Bruin : Me, made an error... impossible! I need to attend to some other projects in the next couple of days, s

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 wrote: > > Erik, > > In a couple days I am planning on doing a bunch of stuff in th

[FalconJx] Future work cleaning up

2013-03-05 Thread Michael Schmalle
Erik, In a couple days I am planning on doing a bunch of stuff in the main visitor framework I have had on my list for a while. Since you are into MXML, I thought I would just let you know. For example, I want to clean up the main switch. I'm going to add a couple missing interfaces to t