Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Erik de Bruin
It is working, but only when using the test runner. I seem to have some time to figure out what to do to Jx to make MXML work through MXMLJSC before git will open ;-) EdB On Wed, Mar 13, 2013 at 5:26 PM, Alex Harui wrote: > IMO, once Git is open, you should check in what you have for MXML eve

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Alex Harui
IMO, once Git is open, you should check in what you have for MXML even if it isn't working, as long as it doesn't break any AS compilation. On 3/13/13 9:16 AM, "Erik de Bruin" wrote: > Mike, > > The file handlers look like a good place to start looking. > > The test runners are all sharing th

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Alex Harui
It seems familiar but it has been a while. If you look at the history of checkins to compiler.js I added a new project type and some other stuff in order to pick up MXML compilation units. On 3/13/13 9:17 AM, "Erik de Bruin" wrote: > No, the error is from FalconJx. I just thought you might have

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Michael Schmalle
BTW, If worse came to worse, haha I would just copy my whole falcon.jx directory and paste into onto the newly checked out version when everything is stable, screw patches, I like the hammer approach. Mike Quoting Erik de Bruin : Mike, The file handlers look like a good place to start

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Erik de Bruin
No, the error is from FalconJx. I just thought you might have seen it when setting up FalconJS. EdB On Wed, Mar 13, 2013 at 5:03 PM, Alex Harui wrote: > Are you saying FalconJS said the same thing? > > > On 3/13/13 8:58 AM, "Erik de Bruin" wrote: > >> Hi, >> >> While trying to get the FalconJ

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Erik de Bruin
Mike, The file handlers look like a good place to start looking. The test runners are all sharing the 'compile' code, so "my" test runners use the same thing as the AS/JS runners. But I vaguely remember setting up a file handler for MXML when I started, I'll look into it. I'm still going strong

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Michael Schmalle
That means it can find a definition for that reference. I assume you are calling the Main file FlexJSTest.mxml? If I remember correctly, the compiler might not have an mxml handler added to its file handlers, this means that mxml file are not getting parsed(handled) in the compilers dependen

Re: [FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Alex Harui
Are you saying FalconJS said the same thing? On 3/13/13 8:58 AM, "Erik de Bruin" wrote: > Hi, > > While trying to get the FalconJx mxmlc to compile MXML files (up till > now I used the test runner for this), I ran into the following error: > > "No externally-visible definition with the name '

[FalconJS/Jx] error when trying to compile MXML file

2013-03-13 Thread Erik de Bruin
Hi, While trying to get the FalconJx mxmlc to compile MXML files (up till now I used the test runner for this), I ran into the following error: "No externally-visible definition with the name 'FlexJSTest' was found." Before I dive into the code (which scares me, there's so much of it ;-), I thou