Sounds awesome! :-)

Harbs

> On Nov 6, 2017, at 11:12 PM, Erik de Bruin <e...@ixsoftware.nl> wrote:
> 
> I'll give it another look tomorrow. Don't care all that much about the
> 'compiler' failures (yet), and the 'compiler-jx' failures appear to be true
> failures, where expected values don't match the actual values.
> 
> I'm planning on taking the first steps towards as/mxml to WebAssembly
> (wasm) in the coming days. It's going to be an interesting walk ;-)
> 
> EdB
> 
> 
> 
> On Mon, Nov 6, 2017 at 6:31 PM, Alex Harui <aha...@adobe.com.invalid> wrote:
> 
>> The tests all pass for me.  Again, I am in the process of refactoring all
>> of these tests so they don't have dependencies on flex or royale framework
>> code (or Flash/AIR either).  Then hopefully it will be easier to get up
>> and running.
>> 
>> -Alex
>> 
>> On 11/6/17, 7:06 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>> 
>>> Hi,
>>> 
>>> I just spent the day wrestling with the setup of the compiler projects in
>>> Eclipse. It's been a while, so it took some doing to get most of the tests
>>> to run and pass on 'compiler' and 'compiler-js'.
>>> 
>>> A question for the current compiler hackers: do all tests on 'compiler'
>>> and
>>> 'compiler-js' pass for you? I have 105 failures on 'compiler', and 2
>>> failures on 'compiler-jx'.
>>> 
>>> An observation: when I try to run 'ant all' on 'royale-asjs', it fails
>>> with
>>> this error:
>>> 
>>> <
>>> CoreTest:
>>> 
>>> check-for-tests:
>>> 
>>> check-falcon-home:
>>> 
>>> check-falconjx-home:
>>> 
>>> check-compiler:
>>> 
>>> test:
>>> 
>>> clean:
>>> 
>>> compile:
>>>    [echo] Compiling FlexUnitRoyaleApplication.swf
>>>    [echo] FLEX_HOME: /Users/erik/Documents/git/royale-asjs
>>>    [echo] FALCON_HOME: /Users/erik/Documents/git/royale-asjs
>>>    [echo] FLEXUNIT_HOME:
>>> /Users/erik/Documents/git/royale-asjs/in/flexunit
>>>    [echo] playerglobal.version: 11.1
>>>   [mxmlc] MXMLJSC
>>>   [mxmlc] -debug
>>>   [mxmlc] -compiler.targets=SWF
>>>   [mxmlc] +playerglobal.version=11.1
>>>   [mxmlc]
>>> +env.PLAYERGLOBAL_HOME=/Users/erik/Documents/Royale/PlayerGlobal/player
>>>   [mxmlc]
>>> -swf-library-path+=/Users/erik/Documents/git/royale-asjs/frameworks/libs
>>>   [mxmlc]
>>> -swf-library-path+=/Users/erik/Documents/git/royale-
>> asjs/in/flexunit/flexu
>>> nit
>>>   [mxmlc] -define=CONFIG::dummy,false
>>>   [mxmlc] +royalelib=/Users/erik/Documents/git/royale-asjs/frameworks/
>>>   [mxmlc]
>>> -output=/Users/erik/Documents/git/royale-asjs/
>> frameworks/projects/Core/src
>>> /test/royale/FlexUnitRoyaleApplication.swf
>>>   [mxmlc] --
>>>   [mxmlc]
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/src/test/ro
>>> yale/FlexUnitRoyaleApplication.mxml
>>>   [mxmlc] Loading configuration:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/royale-config.xml
>>>   [mxmlc]
>>>   [mxmlc] 1.10459097 seconds
>>>   [mxmlc]
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/src/test/ro
>>> yale/FlexUnitRoyaleApplication.mxml(21):
>>> col: 1 Error: This tag could not be resolved to an ActionScript class. It
>>> will be ignored.
>>>   [mxmlc]
>>>   [mxmlc] <js:Application
>>> xmlns:fx="https://na01.safelinks.protection.outlook.
>> com/?url=http%3A%2F%2F
>>> ns.adobe.com%2Fmxml%2F2009&data=02%7C01%7C%7C87826518cf114acd2ae008d52528
>> 1
>>> 4ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> 7C636455776432534322&sdata=
>>> MkDea%2FIaLCHSp74w08YEskMBKNalDsaF8u1a61kqmSM%3D&reserved=0"
>>>   [mxmlc] ^
>>>   [mxmlc]
>>>   [mxmlc]
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/src/test/ro
>>> yale/FlexUnitRoyaleApplication.mxml(21):
>>> col: 1 Error: This tag could not be resolved to an ActionScript class. It
>>> will be ignored.
>>>   [mxmlc]
>>>   [mxmlc] <js:Application
>>> xmlns:fx="https://na01.safelinks.protection.outlook.
>> com/?url=http%3A%2F%2F
>>> ns.adobe.com%2Fmxml%2F2009&data=02%7C01%7C%7C87826518cf114acd2ae008d52528
>> 1
>>> 4ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> 7C636455776432534322&sdata=
>>> MkDea%2FIaLCHSp74w08YEskMBKNalDsaF8u1a61kqmSM%3D&reserved=0"
>>>   [mxmlc] ^
>>>   [mxmlc]
>>> 
>>> test:
>>>   [mkdir] Created dir:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/src/test/ro
>>> yale/out
>>> [flexunit] Validating task attributes ...
>>> 
>>> BUILD FAILED
>>> /Users/erik/Documents/git/royale-asjs/build.xml:563: The following error
>>> occurred while executing this line:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/build.xml:118: The
>>> following error occurred while executing this line:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/build.xml:233: The
>>> following error occurred while executing this line:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/build.xml:5
>>> 6:
>>> The following error occurred while executing this line:
>>> /Users/erik/Documents/git/royale-asjs/frameworks/
>> projects/Core/src/test/ro
>>> yale/build.xml:141:
>>> The provided 'swf' property value [] could not be found or is not a valid
>>> remote URL.
>>>> 
>>> 
>>> Is it me, or is something not completely "done" after the fork/rename?
>>> 
>>> Thanks,
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> --
>>> Ix Multimedia Software
>>> 
>>> Jan Luykenstraat 27
>>> 3521 VB Utrecht
>>> 
>>> T. 06-51952295
>>> I.
>>> https://na01.safelinks.protection.outlook.com/?url=
>> www.ixsoftware.nl&data=
>>> 02%7C01%7C%7C87826518cf114acd2ae008d5252814ee%
>> 7Cfa7b1b5a7b34438794aed2c178
>>> decee1%7C0%7C0%7C636455776432534322&sdata=9wyUmQ%
>> 2BznxjMdBUaWbXxbMH0vkzB6z
>>> K0tSaJ2yJqdqs%3D&reserved=0
>> 
>> 
> 
> 
> -- 
> Ix Multimedia Software
> 
> Jan Luykenstraat 27
> 3521 VB Utrecht
> 
> T. 06-51952295
> I. www.ixsoftware.nl

Reply via email to