You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Erik de Bruin <er...@ixsoftware.nl> on 2017/11/06 15:06:29 UTC

Compiler projects setup and tests

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/flexunit
    [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/royale/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/royale/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="http://ns.adobe.com/mxml/2009"
    [mxmlc] ^
    [mxmlc]
    [mxmlc]
/Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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="http://ns.adobe.com/mxml/2009"
    [mxmlc] ^
    [mxmlc]

test:
    [mkdir] Created dir:
/Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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:56:
The following error occurred while executing this line:
/Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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. www.ixsoftware.nl

Re: Compiler projects setup and tests

Posted by Harbs <ha...@gmail.com>.
Passed for me too.

> On Nov 6, 2017, at 7:31 PM, Alex Harui <ah...@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" <erik@ixsoftware.nl <ma...@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 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>> ns.adobe.com <http://ns.adobe.com/>%2Fmxml%2F2009&data=02%7C01%7C%7C87826518cf114acd2ae008d525281
>> 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 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F>
>> ns.adobe.com <http://ns.adobe.com/>%2Fmxml%2F2009&data=02%7C01%7C%7C87826518cf114acd2ae008d525281
>> 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= <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


Re: Compiler projects setup and tests

Posted by Carlos Rovira <ca...@apache.org>.
That sounds very interesting journey Erik! :)
Hope you have good time on the way! ;)

C.

2017-11-06 22:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> Erik!
>
> Sweet! :)
>
> Good Luck!
>
> On Mon, Nov 6, 2017, 22:29 Harbs <ha...@gmail.com> wrote:
>
> > Sounds awesome! :-)
> >
> > Harbs
> >
> > > On Nov 6, 2017, at 11:12 PM, Erik de Bruin <er...@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 <ah...@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" <er...@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
> >
> >
>



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Compiler projects setup and tests

Posted by Piotr Zarzycki <pi...@gmail.com>.
Erik!

Sweet! :)

Good Luck!

On Mon, Nov 6, 2017, 22:29 Harbs <ha...@gmail.com> wrote:

> Sounds awesome! :-)
>
> Harbs
>
> > On Nov 6, 2017, at 11:12 PM, Erik de Bruin <er...@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 <ah...@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" <er...@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
>
>

Re: Compiler projects setup and tests

Posted by Harbs <ha...@gmail.com>.
Sounds awesome! :-)

Harbs

> On Nov 6, 2017, at 11:12 PM, Erik de Bruin <er...@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 <ah...@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" <er...@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


Re: Compiler projects setup and tests

Posted by Erik de Bruin <er...@ixsoftware.nl>.
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 <ah...@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" <er...@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

Re: Compiler projects setup and tests

Posted by Alex Harui <ah...@adobe.com.INVALID>.
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" <er...@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%7C87826518cf114acd2ae008d525281
>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%7C87826518cf114acd2ae008d525281
>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


Re: Compiler projects setup and tests

Posted by Harbs <ha...@gmail.com>.
I forgot to check ant all when I committed the test changes.

Comment out the CoreTest in the framework build file until I have a chance to look at that.

Harbs

> On Nov 6, 2017, at 5:06 PM, Erik de Bruin <er...@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/flexunit
>    [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/royale/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/royale/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="http://ns.adobe.com/mxml/2009"
>    [mxmlc] ^
>    [mxmlc]
>    [mxmlc]
> /Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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="http://ns.adobe.com/mxml/2009"
>    [mxmlc] ^
>    [mxmlc]
> 
> test:
>    [mkdir] Created dir:
> /Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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:56:
> The following error occurred while executing this line:
> /Users/erik/Documents/git/royale-asjs/frameworks/projects/Core/src/test/royale/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. www.ixsoftware.nl