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" <e...@ixsoftware.nl> wrote:

> 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 on my local code. Right now I have time to work
> on this, but pretty soon that will diminish a bit to the evening
> hours, as my regular work demands attention. I'll keep going in my
> local git clone/branch/repo and trust that whatever happens, the
> "patch compatibility" between SVN and within git will allow me to get
> all the code I have prepared into a central/feature/develop branch
> when all is said and done (or back in the SVN repo, if my fears become
> reality).
> 
> EdB
> 
> 
> 
> On Wed, Mar 13, 2013 at 5:06 PM, Michael Schmalle
> <apa...@teotigraphix.com> wrote:
>> 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 dependency search.
>> 
>> I don't know though, was your test runners testing filenodes or the real
>> compiler?
>> 
>> There is a simple answer for this but I just need to know.
>> 
>> BTW, I'm not doing anything code wise until this migration is at a stable
>> point.
>> 
>> Mike
>> 
>> 
>> Quoting Erik de Bruin <e...@ixsoftware.nl>:
>> 
>>> 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 thought I'd ask if anyone has seen this error before and
>>> remembers how to tweak MXMLJSC to NOT give me this error?
>>> 
>>> Thanks,
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> --
>>> Ix Multimedia Software
>>> 
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>> 
>>> T. 06-51952295
>>> I. www.ixsoftware.nl
>>> 
>> 
>> --
>> Michael Schmalle - Teoti Graphix, LLC
>> http://www.teotigraphix.com
>> http://blog.teotigraphix.com
>> 
> 
> 
> 
> --
> Ix Multimedia Software
> 
> Jan Luykenstraat 27
> 3521 VB Utrecht
> 
> T. 06-51952295
> I. www.ixsoftware.nl

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to