RE: Work on Emulation

2018-04-09 Thread Alina Kazi
 

Alex , I update the GitHub issue regularly. When I visit next day many 
checkboxes that I checked earlier are unchecked.

Yesterday at 5:30 the status was 62 of 246 and now It is 42 of 246 

 

Thanks,

Alina Kazi

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, April 09, 2018 10:10 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Alina, please make sure you are updating the GitHub issue and checking off the 
components you are working on.

 

Thanks,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, April 9, 2018 at 5:17 AM
To: "users@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

https://github.com/apache/royale-asjs/pull/157 

 

 

for mx.core.EventPriority

 

-Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 4:45 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

https://github.com/apache/royale-asjs/pull/156 

 

for IViewCursor and ICollectionView 

 

-Alina Kazi

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 3:55 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Please review and/or comment on the changes in pull request For 
SandboxMouseEvent and ResizeEvent

https://github.com/apache/royale-asjs/pull/155 

 

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 2:57 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Also review Pull Request for mx.effects.IEffectInstance and 
mx.events.EffectEvent

https://github.com/apache/royale-asjs/pull/153 

 

 

Thanks in Advance J

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 12:04 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150 

 

https://github.com/apache/royale-asjs/pull/151 

 

https://github.com/apache/royale-asjs/pull/152 

 

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

Re: MXRoyale build problem

2018-04-09 Thread serkan . tas


I discovered that the issue is related with OS settings.

After trying on a linux box, compilation(royale-typedefs,  
royale-compiler, royale-asjs/.../MXRoyale) completed with success.  
(royale-asjs all has terminates on mobile things)


I am working on it to be able to compile on my windows.

Thanks
Serkan

Quoting Serkan Taş :


typedefs and the compiler was ok before but asjs/MXRoyale still has errors :

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\CSSImageAndTextButtonView.as(122): col: 27 Error: Call to a possibly  
undefined

 method $addChild through a reference with static type UIBase.

    UIBase(value).$addChild(upSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(132): col: 27 Error: Call to a possibly undefined method  
$addC

hild through a reference with static type UIBase.

    UIBase(value).$addChild(upSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(236): col: 33 Error: Call to a possibly undefined method  
$addC

hild through a reference with static type UIBase.

    UIBase(_strand).$addChild(upAndSelectedSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(244): col: 33 Error: Call to a possibly undefined method  
$addC

hild through a reference with static type UIBase.

    UIBase(_strand).$addChild(upSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(133): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(upSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(134): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(downSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(135): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(overSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(136): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(upAndSelectedSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(137): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(downAndSelectedSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(138): col: 27 Error: Call to a possibly undefined method  
$a

ddChild through a reference with static type UIBase.

    UIBase(value).$addChild(overAndSelectedSprite);
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\core\Application.as(358): col: 19 Error: Access of possibly undefined property  
$parent.


    var p:* = $parent;
  ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\core\UIComponent.as(56): col: 8 Warning: Definition org.apache.royale.core.TextLineMetrics  
co

uld not be found.

import org.apache.royale.core.TextLineMetrics;
   ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\core\UIComponent.as(1147): col: 25 Error: Overriding a function that is not marked for  
overri

de

    public function get measuredWidth():Number
    ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\core\UIComponent.as(1163): col: 25 Error: Overriding a function that is not marked for  
overri

de

    public function set measuredWidth(value:Number):void
    ^

D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\core\UIComponent.as(1189): col: 25 Error: Overriding a function that is not marked for  
overri

de

    public function get measuredHeight():Number
    ^


Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
It looks like you are good. Now all repository are building for you ? asjs,
typedefs and compiler ?

2018-04-09 22:04 GMT+02:00 Serkan Taş :

> Thanks piotr, i have done already. the airglobal one, the first of the 5th
> item :)
>
> But no messages about the player.
>
> 09.04.2018 23:00 tarihinde Piotr Zarzycki yazdı:
>
> Serkan,
>
> You are pretty close to the good results. You have to take airglobal and
> place here ->  .m2\repository\com\adobe\air\framework\airglobal\20.0\
> airglobal-20.0.swc
> You will need also probably playerglobal.swc. Those files you can find in
> the Apache Flex SDK if you have some downloaded. Probably not in the
> version 20, but you can use it.
>
> Thanks,
> Piotr
>
>
> 2018-04-09 21:54 GMT+02:00 Serkan Taş :
>
>> Hi Alex,
>>
>> Sorry for the delay.
>>
>> 1.I deleted the folder royale-asjs and then clone, check-out from
>> scratch but failed again.
>>
>> 2.Then i checked the pom file : https://github.com/apache/roya
>> le-asjs/blob/feature/MXRoyale/frameworks/projects/MXRoyale/pom.xml
>>
>> 3.Replaced all 0.9.2 with 0.9.3
>>
>> 4. switched to folder : D:\dev\git\emulation_works\roy
>> ale-asjs\frameworks\projects\MXRoyale
>>
>> 4. mvn clean : success
>>
>> 5. mvn install : failed with global player and fixed according to piotr's
>> mail :
>>
>> .m2\repository\com\adobe\air\framework\airglobal\20.0\airglobal-20.0.swc
>> and I'm taking it from Apache Flex SDK
>> which frameworks\libs\air\airglobal.swc.
>>
>> 5. mvn install : failed with error below :
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\CSSImageAndTextButtonView.as(122):
>> col: 27 Error: Call to a possibly undefined
>>  method $addChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(upSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(132): col: 27
>> Error: Call to a possibly undefined method $addC
>> hild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(upSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(236): col: 33
>> Error: Call to a possibly undefined method $addC
>> hild through a reference with static type UIBase.
>>
>> UIBase(_strand).$addChild(upAndSelectedSprite);
>> ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\CheckBoxView.as(244): col: 33
>> Error: Call to a possibly undefined method $addC
>> hild through a reference with static type UIBase.
>>
>> UIBase(_strand).$addChild(upSprite);
>> ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(133): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(upSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(134): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(downSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(135): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(overSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(136): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(upAndSelectedSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(137): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(downAndSelectedSprite);
>>   ^
>>
>> D:\dev\git\emulation_works\royale-asjs\frameworks\projects\
>> MXRoyale\src\main\royale\mx\controls\beads\RadioButtonView.as(138): col:
>> 27 Error: Call to a possibly undefined method $a
>> ddChild through a reference with static type UIBase.
>>
>> UIBase(value).$addChild(overAndSelectedSprite);
>>   ^
>>

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
If you want to do daily rebasing, feel free.  I personally would not want to 
start my morning dealing with rebase conflicts.  IMO, some of these 
long-running branches like MXRoyale should be merged with develop sooner rather 
than later.

My 2 cents,
-Alex

From: Piotr Zarzycki 
>
Reply-To: "users@royale.apache.org" 
>
Date: Monday, April 9, 2018 at 9:32 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

To me rebasing have always sense when there are many branches created, daily. 
In that case structures were much more cleaner if you rebase from time to time.

2018-04-09 18:27 GMT+02:00 Alex Harui 
>:
Hi Carlos,

I've had too many difficulties rebasing branches that I no longer do it.  I 
always use straight merging these days when merging between branches.  I 
suppose we can try rebasing and aborting if it fails and then falling back to 
merging, but for sure, it doesn't seem time-efficient to try to fix rebase 
conflicts in many cases.

My 2 cents,
-Alex

From: > on behalf of 
Carlos Rovira >
Reply-To: "users@royale.apache.org" 
>
Date: Monday, April 9, 2018 at 1:57 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

Hi Alex (and others)

I'm a huge advocate of Rebase in GIT. Please check this [1], since it could 
make your life easier.
Doing in a branch rebase periodically helps you to solve conflicts soon and 
ensure your work are synced with develop, so when you need to merge the entire 
branch you'll find no conflicts and your code should just work.

As many of this workflows, are completely subjective and could be of your 
liking or not...I only give to you so you can see if it fits for you as it fits 
for me.

thanks


[1] Rebase in 
git



2018-04-09 9:51 GMT+02:00 
>:

Quoting Serkan Taş 
>:

I realised that issue but tought it is normal...

Here is th branch info...


D:\dev\git\emulation_works\royale-asjs>git status
On branch feature/MXRoyale
Your branch is up to date with 'origin/feature/MXRoyale'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-asjs>cd ..

D:\dev\git\emulation_works>cd royale-compiler

D:\dev\git\emulation_works\royale-compiler>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-compiler>cd ..

D:\dev\git\emulation_works>cd royale-typedefs

D:\dev\git\emulation_works\royale-typedefs>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-typedefs>


08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı:
Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
 
>>:


   I prefer mvn Piotr,

   I first compiled the typedefs and compiler successfuly as Alex
   informed but i got the same error as earlier.

   and here is the report :

   cd royale-typedefs

   mvn clean   : success
   mvn install : success

   
**

   (due to the bug in code generator - related to locale dependent
   capitalizing u-case i to İ - I had to change the jvm params)

   cd royale-compiler

   mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" :
   success

   mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

   Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

   [INFO]
   

Re: MXRoyale build problem

2018-04-09 Thread Piotr Zarzycki
To me rebasing have always sense when there are many branches created,
daily. In that case structures were much more cleaner if you rebase from
time to time.

2018-04-09 18:27 GMT+02:00 Alex Harui :

> Hi Carlos,
>
> I've had too many difficulties rebasing branches that I no longer do it.
> I always use straight merging these days when merging between branches.  I
> suppose we can try rebasing and aborting if it fails and then falling back
> to merging, but for sure, it doesn't seem time-efficient to try to fix
> rebase conflicts in many cases.
>
> My 2 cents,
> -Alex
>
> From:  on behalf of Carlos Rovira <
> carlosrov...@apache.org>
> Reply-To: "users@royale.apache.org" 
> Date: Monday, April 9, 2018 at 1:57 AM
> To: "users@royale.apache.org" 
> Subject: Re: MXRoyale build problem
>
> Hi Alex (and others)
>
> I'm a huge advocate of Rebase in GIT. Please check this [1], since it
> could make your life easier.
> Doing in a branch rebase periodically helps you to solve conflicts soon
> and ensure your work are synced with develop, so when you need to merge the
> entire branch you'll find no conflicts and your code should just work.
>
> As many of this workflows, are completely subjective and could be of your
> liking or not...I only give to you so you can see if it fits for you as it
> fits for me.
>
> thanks
>
>
> [1] Rebase in git
> 
>
>
>
> 2018-04-09 9:51 GMT+02:00 :
>
>>
>> Quoting Serkan Taş :
>>
>> I realised that issue but tought it is normal...

 Here is th branch info...


 D:\dev\git\emulation_works\royale-asjs>git status
 On branch feature/MXRoyale
 Your branch is up to date with 'origin/feature/MXRoyale'.

 nothing to commit, working tree clean

 D:\dev\git\emulation_works\royale-asjs>cd ..

 D:\dev\git\emulation_works>cd royale-compiler

 D:\dev\git\emulation_works\royale-compiler>git status
 On branch develop
 Your branch is up to date with 'origin/develop'.

 nothing to commit, working tree clean

 D:\dev\git\emulation_works\royale-compiler>cd ..

 D:\dev\git\emulation_works>cd royale-typedefs

 D:\dev\git\emulation_works\royale-typedefs>git status
 On branch develop
 Your branch is up to date with 'origin/develop'.

 nothing to commit, working tree clean

 D:\dev\git\emulation_works\royale-typedefs>


 08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı:

> Are you sure that you are on the right branch in case of royale-asjs.
> You have been asked in the stack traces for 0.9.2-SNAPSHOT version. It
> should be 0.9.3-SNAPSHOT
>
> I think in order to work on emulation you have to be:
>
> royale-compiler - develop branch
> royale-typedefs - develop branch
> royale-asjs - feature/MXRoyale
>
> Are you using those branches ?
>
> Thanks,
> Piotr
>
> 2018-04-08 14:12 GMT+02:00 Serkan Taş  >:
>
>
>I prefer mvn Piotr,
>
>I first compiled the typedefs and compiler successfuly as Alex
>informed but i got the same error as earlier.
>
>and here is the report :
>
>cd royale-typedefs
>
>mvn clean   : success
>mvn install : success
>
>***
> ***
>
>(due to the bug in code generator - related to locale dependent
>capitalizing u-case i to İ - I had to change the jvm params)
>
>cd royale-compiler
>
>mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" :
>success
>
>mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"
>
>Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4
>
>[INFO]
>---
> -
>[INFO] Reactor Summary:
>[INFO]
>[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT .
>SUCCESS [  4.600 s]
>[INFO] Apache Royale: Compiler: Compiler-Common ...
>SUCCESS [  6.545 s]
>[INFO] Apache Royale: Compiler: Test Utils 
>SUCCESS [  1.344 s]
>[INFO] Apache Royale: Compiler: Externc ...
>SUCCESS [ 16.432 s]
>[INFO] Apache 

Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
Hi Carlos,

I've had too many difficulties rebasing branches that I no longer do it.  I 
always use straight merging these days when merging between branches.  I 
suppose we can try rebasing and aborting if it fails and then falling back to 
merging, but for sure, it doesn't seem time-efficient to try to fix rebase 
conflicts in many cases.

My 2 cents,
-Alex

From: > on behalf of 
Carlos Rovira >
Reply-To: "users@royale.apache.org" 
>
Date: Monday, April 9, 2018 at 1:57 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

Hi Alex (and others)

I'm a huge advocate of Rebase in GIT. Please check this [1], since it could 
make your life easier.
Doing in a branch rebase periodically helps you to solve conflicts soon and 
ensure your work are synced with develop, so when you need to merge the entire 
branch you'll find no conflicts and your code should just work.

As many of this workflows, are completely subjective and could be of your 
liking or not...I only give to you so you can see if it fits for you as it fits 
for me.

thanks


[1] Rebase in 
git



2018-04-09 9:51 GMT+02:00 
>:

Quoting Serkan Taş 
>:

I realised that issue but tought it is normal...

Here is th branch info...


D:\dev\git\emulation_works\royale-asjs>git status
On branch feature/MXRoyale
Your branch is up to date with 'origin/feature/MXRoyale'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-asjs>cd ..

D:\dev\git\emulation_works>cd royale-compiler

D:\dev\git\emulation_works\royale-compiler>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-compiler>cd ..

D:\dev\git\emulation_works>cd royale-typedefs

D:\dev\git\emulation_works\royale-typedefs>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-typedefs>


08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı:
Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
 
>>:


   I prefer mvn Piotr,

   I first compiled the typedefs and compiler successfuly as Alex
   informed but i got the same error as earlier.

   and here is the report :

   cd royale-typedefs

   mvn clean   : success
   mvn install : success

   
**

   (due to the bug in code generator - related to locale dependent
   capitalizing u-case i to İ - I had to change the jvm params)

   cd royale-compiler

   mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" :
   success

   mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

   Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

   [INFO]
   
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT .
   SUCCESS [  4.600 s]
   [INFO] Apache Royale: Compiler: Compiler-Common ...
   SUCCESS [  6.545 s]
   [INFO] Apache Royale: Compiler: Test Utils 
   SUCCESS [  1.344 s]
   [INFO] Apache Royale: Compiler: Externc ...
   SUCCESS [ 16.432 s]
   [INFO] Apache Royale: Compiler: Compiler ..
   SUCCESS [02:26 min]
   [INFO] Apache Royale: Compiler: Compiler-JX ...
   FAILURE [ 49.945 s]
   [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
   [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
   [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
   [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
  

Re: Work on Emulation

2018-04-09 Thread Piotr Zarzycki
Carlos,

Does non committer can modify that project ?



2018-04-09 16:05 GMT+02:00 Carlos Rovira :

> Hi Alina,
>
> I added some of your PRs to new project "Emulation Components", please if
> you create new add to this project so the tickets can be handler
> automatically.
> As well if you can configure for new (and old issues) the info in the
> right sidebar of GitHub, that would be of much help to better organize the
> effort
>
> thanks :)
>
>
>
> 2018-04-09 14:17 GMT+02:00 Alina Kazi :
>
>>
>>
>> https://github.com/apache/royale-asjs/pull/157
>>
>>
>>
>> for mx.core.EventPriority
>>
>>
>>
>> -Alina Kazi
>>
>>
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
>> *Sent:* Monday, April 09, 2018 4:45 PM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>> https://github.com/apache/royale-asjs/pull/156
>>
>> for IViewCursor and ICollectionView
>>
>>
>>
>> -Alina Kazi
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
>> *Sent:* Monday, April 09, 2018 3:55 PM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>> Please review and/or comment on the changes in pull request For
>> SandboxMouseEvent and ResizeEvent
>>
>> https://github.com/apache/royale-asjs/pull/155
>>
>>
>>
>> Thanks in Advance J
>>
>> Alina Kazi
>>
>>
>>
>>
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
>> *Sent:* Monday, April 09, 2018 2:57 PM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>> Also review Pull Request for mx.effects.IEffectInstance and
>> mx.events.EffectEvent
>>
>> https://github.com/apache/royale-asjs/pull/153
>>
>>
>>
>> Thanks in Advance J
>>
>> Alina Kazi
>>
>>
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
>> *Sent:* Monday, April 09, 2018 12:04 PM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>>
>>
>> Could Someone Please Review these Pull Requests
>>
>> https://github.com/apache/royale-asjs/pull/150
>>
>> https://github.com/apache/royale-asjs/pull/151
>>
>> https://github.com/apache/royale-asjs/pull/152
>>
>>
>>
>> Thanks in Advance J
>>
>> Alina Kazi
>>
>>
>>
>>
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
>> *Sent:* Monday, April 09, 2018 10:25 AM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>> Thanks Peter.
>>
>>
>>
>> *From:* Peter Ent [mailto:p...@adobe.com]
>> *Sent:* Friday, April 06, 2018 7:59 PM
>> *To:* users@royale.apache.org
>> *Subject:* Re: Work on Emulation
>>
>>
>>
>> I merged these changes into the MXRoyale branch. They compiled cleanly.
>>
>>
>>
>> Great job!
>>
>> —peter
>>
>>
>>
>> *From: *Alina Kazi 
>> *Reply-To: *"users@royale.apache.org" 
>> *Date: *Friday, April 6, 2018 at 6:56 AM
>> *To: *"users@royale.apache.org" , "
>> d...@royale.apache.org" 
>> *Subject: *RE: Work on Emulation
>>
>>
>>
>>
>>
>> Please Review :
>>
>> https://github.com/apache/royale-asjs/pull/145
>> 
>>
>> https://github.com/apache/royale-asjs/pull/149
>> 
>>
>>
>>
>> Thanks,
>>
>> Alina Kazi
>>
>>
>>
>> *From:* Alina Kazi [mailto:alina.k...@d-bz.com ]
>> *Sent:* Friday, April 06, 2018 2:33 PM
>> *To:* users@royale.apache.org
>> *Subject:* RE: Work on Emulation
>>
>>
>>
>> Thanks Piotr.
>>
>>
>>
>> *From:* Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com
>> ]
>> *Sent:* Friday, April 06, 2018 12:32 PM
>> *To:* users@royale.apache.org
>> *Subject:* Re: Work on Emulation
>>
>>
>>
>> Hi Alina,
>>
>>
>>
>> One suggestion to the reporting in [1] - Could you please bold "in
>> progress" status ? I just did for you now, but in the next which you will
>> work please do so. It's much better visible.
>>
>>
>>
>> [1] https://github.com/apache/royale-asjs/issues/136
>> 
>>
>>
>>
>> Thanks,
>>
>> Piotr
>>
>>
>>
>> 2018-04-06 9:28 GMT+02:00 Alina Kazi :
>>
>> Currently I am working on mx.collections.Sort and
>> mx.collections.SortField from list.
>> Dependencies Added :
>> 

Re: Work on Emulation

2018-04-09 Thread Carlos Rovira
Hi Alina,

I added some of your PRs to new project "Emulation Components", please if
you create new add to this project so the tickets can be handler
automatically.
As well if you can configure for new (and old issues) the info in the right
sidebar of GitHub, that would be of much help to better organize the effort

thanks :)



2018-04-09 14:17 GMT+02:00 Alina Kazi :

>
>
> https://github.com/apache/royale-asjs/pull/157
>
>
>
> for mx.core.EventPriority
>
>
>
> -Alina Kazi
>
>
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
> *Sent:* Monday, April 09, 2018 4:45 PM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
> https://github.com/apache/royale-asjs/pull/156
>
> for IViewCursor and ICollectionView
>
>
>
> -Alina Kazi
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
> *Sent:* Monday, April 09, 2018 3:55 PM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
> Please review and/or comment on the changes in pull request For
> SandboxMouseEvent and ResizeEvent
>
> https://github.com/apache/royale-asjs/pull/155
>
>
>
> Thanks in Advance J
>
> Alina Kazi
>
>
>
>
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
> *Sent:* Monday, April 09, 2018 2:57 PM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
> Also review Pull Request for mx.effects.IEffectInstance and
> mx.events.EffectEvent
>
> https://github.com/apache/royale-asjs/pull/153
>
>
>
> Thanks in Advance J
>
> Alina Kazi
>
>
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
> *Sent:* Monday, April 09, 2018 12:04 PM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
>
>
> Could Someone Please Review these Pull Requests
>
> https://github.com/apache/royale-asjs/pull/150
>
> https://github.com/apache/royale-asjs/pull/151
>
> https://github.com/apache/royale-asjs/pull/152
>
>
>
> Thanks in Advance J
>
> Alina Kazi
>
>
>
>
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com]
> *Sent:* Monday, April 09, 2018 10:25 AM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
> Thanks Peter.
>
>
>
> *From:* Peter Ent [mailto:p...@adobe.com]
> *Sent:* Friday, April 06, 2018 7:59 PM
> *To:* users@royale.apache.org
> *Subject:* Re: Work on Emulation
>
>
>
> I merged these changes into the MXRoyale branch. They compiled cleanly.
>
>
>
> Great job!
>
> —peter
>
>
>
> *From: *Alina Kazi 
> *Reply-To: *"users@royale.apache.org" 
> *Date: *Friday, April 6, 2018 at 6:56 AM
> *To: *"users@royale.apache.org" , "
> d...@royale.apache.org" 
> *Subject: *RE: Work on Emulation
>
>
>
>
>
> Please Review :
>
> https://github.com/apache/royale-asjs/pull/145
> 
>
> https://github.com/apache/royale-asjs/pull/149
> 
>
>
>
> Thanks,
>
> Alina Kazi
>
>
>
> *From:* Alina Kazi [mailto:alina.k...@d-bz.com ]
> *Sent:* Friday, April 06, 2018 2:33 PM
> *To:* users@royale.apache.org
> *Subject:* RE: Work on Emulation
>
>
>
> Thanks Piotr.
>
>
>
> *From:* Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com
> ]
> *Sent:* Friday, April 06, 2018 12:32 PM
> *To:* users@royale.apache.org
> *Subject:* Re: Work on Emulation
>
>
>
> Hi Alina,
>
>
>
> One suggestion to the reporting in [1] - Could you please bold "in
> progress" status ? I just did for you now, but in the next which you will
> work please do so. It's much better visible.
>
>
>
> [1] https://github.com/apache/royale-asjs/issues/136
> 
>
>
>
> Thanks,
>
> Piotr
>
>
>
> 2018-04-06 9:28 GMT+02:00 Alina Kazi :
>
> Currently I am working on mx.collections.Sort and mx.collections.SortField
> from list.
> Dependencies Added :
> mx.collections.errors.SortError , mx.collections.ISort and
> mx.collections.ISortField are emulated as these API's were used in
> mx.collections.Sort and mx.collections.SortField.
>
> Dependencies Commented :
> mx.resources.IResourceManager and mx.resources.ResourceManager
> What are the alternative API's for
> import flash.system.ApplicationDomain;
> import 

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
 

https://github.com/apache/royale-asjs/pull/157

 

for mx.core.EventPriority

 

-Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 4:45 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

https://github.com/apache/royale-asjs/pull/156

for IViewCursor and ICollectionView 

 

-Alina Kazi

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 3:55 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Please review and/or comment on the changes in pull request For 
SandboxMouseEvent and ResizeEvent

https://github.com/apache/royale-asjs/pull/155

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 2:57 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Also review Pull Request for mx.effects.IEffectInstance and 
mx.events.EffectEvent

https://github.com/apache/royale-asjs/pull/153

 

Thanks in Advance J

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 12:04 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150

https://github.com/apache/royale-asjs/pull/151

https://github.com/apache/royale-asjs/pull/152

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

 

https://github.com/apache/royale-asjs/pull/149 

 

 

Thanks,

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Friday, April 06, 2018 2:33 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Piotr.

 

From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, April 06, 2018 12:32 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

One suggestion to the reporting in [1] - Could you please bold "in progress" 
status ? I just did for you now, but in the next which you will work please do 
so. It's much better visible. 

 

[1] https://github.com/apache/royale-asjs/issues/136 

 

 

Thanks,

Piotr

 

2018-04-06 9:28 GMT+02:00 Alina Kazi :

Currently I am working on mx.collections.Sort and mx.collections.SortField from 
list.
Dependencies Added :
mx.collections.errors.SortError , mx.collections.ISort and 
mx.collections.ISortField are emulated as these API's were used in 
mx.collections.Sort and mx.collections.SortField.

Dependencies Commented :
mx.resources.IResourceManager and mx.resources.ResourceManager
What are the alternative API's for
import flash.system.ApplicationDomain;
import flash.system.SecurityDomain;

Pull Request : https://github.com/apache/royale-asjs/pull/148 

 

Thanks,
Alina Kazi

-Original Message-
From: Alina Kazi [mailto:alina.k...@d-bz.com]

Sent: Friday, April 06, 2018 10:57 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Sure, I will pick APIs from the List next time.

Thanks,
Alina Kazi

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, April 04, 2018 8:45 PM
To: 

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
https://github.com/apache/royale-asjs/pull/156

for IViewCursor and ICollectionView 

 

-Alina Kazi

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 3:55 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Please review and/or comment on the changes in pull request For 
SandboxMouseEvent and ResizeEvent

https://github.com/apache/royale-asjs/pull/155

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 2:57 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Also review Pull Request for mx.effects.IEffectInstance and 
mx.events.EffectEvent

https://github.com/apache/royale-asjs/pull/153

 

Thanks in Advance J

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 12:04 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150

https://github.com/apache/royale-asjs/pull/151

https://github.com/apache/royale-asjs/pull/152

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

 

https://github.com/apache/royale-asjs/pull/149 

 

 

Thanks,

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Friday, April 06, 2018 2:33 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Piotr.

 

From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, April 06, 2018 12:32 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

One suggestion to the reporting in [1] - Could you please bold "in progress" 
status ? I just did for you now, but in the next which you will work please do 
so. It's much better visible. 

 

[1] https://github.com/apache/royale-asjs/issues/136 

 

 

Thanks,

Piotr

 

2018-04-06 9:28 GMT+02:00 Alina Kazi :

Currently I am working on mx.collections.Sort and mx.collections.SortField from 
list.
Dependencies Added :
mx.collections.errors.SortError , mx.collections.ISort and 
mx.collections.ISortField are emulated as these API's were used in 
mx.collections.Sort and mx.collections.SortField.

Dependencies Commented :
mx.resources.IResourceManager and mx.resources.ResourceManager
What are the alternative API's for
import flash.system.ApplicationDomain;
import flash.system.SecurityDomain;

Pull Request : https://github.com/apache/royale-asjs/pull/148 

 

Thanks,
Alina Kazi

-Original Message-
From: Alina Kazi [mailto:alina.k...@d-bz.com]

Sent: Friday, April 06, 2018 10:57 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Sure, I will pick APIs from the List next time.

Thanks,
Alina Kazi

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, April 04, 2018 8:45 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

I am not seeing Tile in the list of APIs your application used.  We should only 
be working on classes used by your app.

Thanks,
-Alex

On 4/4/18, 8:03 AM, "Peter Ent"  

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Please review and/or comment on the changes in pull request For 
SandboxMouseEvent and ResizeEvent

https://github.com/apache/royale-asjs/pull/155

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 2:57 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Also review Pull Request for mx.effects.IEffectInstance and 
mx.events.EffectEvent

https://github.com/apache/royale-asjs/pull/153

 

Thanks in Advance J

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 12:04 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150

https://github.com/apache/royale-asjs/pull/151

https://github.com/apache/royale-asjs/pull/152

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

 

https://github.com/apache/royale-asjs/pull/149 

 

 

Thanks,

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Friday, April 06, 2018 2:33 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Piotr.

 

From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, April 06, 2018 12:32 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

One suggestion to the reporting in [1] - Could you please bold "in progress" 
status ? I just did for you now, but in the next which you will work please do 
so. It's much better visible. 

 

[1] https://github.com/apache/royale-asjs/issues/136 

 

 

Thanks,

Piotr

 

2018-04-06 9:28 GMT+02:00 Alina Kazi :

Currently I am working on mx.collections.Sort and mx.collections.SortField from 
list.
Dependencies Added :
mx.collections.errors.SortError , mx.collections.ISort and 
mx.collections.ISortField are emulated as these API's were used in 
mx.collections.Sort and mx.collections.SortField.

Dependencies Commented :
mx.resources.IResourceManager and mx.resources.ResourceManager
What are the alternative API's for
import flash.system.ApplicationDomain;
import flash.system.SecurityDomain;

Pull Request : https://github.com/apache/royale-asjs/pull/148 

 

Thanks,
Alina Kazi

-Original Message-
From: Alina Kazi [mailto:alina.k...@d-bz.com]

Sent: Friday, April 06, 2018 10:57 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Sure, I will pick APIs from the List next time.

Thanks,
Alina Kazi

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, April 04, 2018 8:45 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

I am not seeing Tile in the list of APIs your application used.  We should only 
be working on classes used by your app.

Thanks,
-Alex

On 4/4/18, 8:03 AM, "Peter Ent"  wrote:

>Hi Alina,
>
>The CloseEvent looks fine.
>
>In the others, the [IconFile] needs to be removed. If you have removed
>it I didn't see the deletion in the pull request.
>
>For Tile, I think that needs more work, unless I'm not reading the pull

RE: Work on Emulation

2018-04-09 Thread Alina Kazi
Also review Pull Request for mx.effects.IEffectInstance and 
mx.events.EffectEvent

https://github.com/apache/royale-asjs/pull/153

 

Thanks in Advance J

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 12:04 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150

https://github.com/apache/royale-asjs/pull/151

https://github.com/apache/royale-asjs/pull/152

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

 

https://github.com/apache/royale-asjs/pull/149 

 

 

Thanks,

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Friday, April 06, 2018 2:33 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Piotr.

 

From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, April 06, 2018 12:32 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

One suggestion to the reporting in [1] - Could you please bold "in progress" 
status ? I just did for you now, but in the next which you will work please do 
so. It's much better visible. 

 

[1] https://github.com/apache/royale-asjs/issues/136 

 

 

Thanks,

Piotr

 

2018-04-06 9:28 GMT+02:00 Alina Kazi :

Currently I am working on mx.collections.Sort and mx.collections.SortField from 
list.
Dependencies Added :
mx.collections.errors.SortError , mx.collections.ISort and 
mx.collections.ISortField are emulated as these API's were used in 
mx.collections.Sort and mx.collections.SortField.

Dependencies Commented :
mx.resources.IResourceManager and mx.resources.ResourceManager
What are the alternative API's for
import flash.system.ApplicationDomain;
import flash.system.SecurityDomain;

Pull Request : https://github.com/apache/royale-asjs/pull/148 

 

Thanks,
Alina Kazi

-Original Message-
From: Alina Kazi [mailto:alina.k...@d-bz.com]

Sent: Friday, April 06, 2018 10:57 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Sure, I will pick APIs from the List next time.

Thanks,
Alina Kazi

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, April 04, 2018 8:45 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

I am not seeing Tile in the list of APIs your application used.  We should only 
be working on classes used by your app.

Thanks,
-Alex

On 4/4/18, 8:03 AM, "Peter Ent"  wrote:

>Hi Alina,
>
>The CloseEvent looks fine.
>
>In the others, the [IconFile] needs to be removed. If you have removed
>it I didn't see the deletion in the pull request.
>
>For Tile, I think that needs more work, unless I'm not reading the pull
>request correctly. You should remove most of the contents of this file.
>When we get to making Tile work, we have a Tile layout in Royale
>already and chances the MX Tile will be implemented using the Royale 
>TileLayout.
>But if not we can always go back and bring in code from the original
>and re-work it then.
>
>Thanks,
>Peter
>

Re: MXRoyale build problem

2018-04-09 Thread Carlos Rovira
Hi Alex (and others)

I'm a huge advocate of Rebase in GIT. Please check this [1], since it could
make your life easier.
Doing in a branch rebase periodically helps you to solve conflicts soon and
ensure your work are synced with develop, so when you need to merge the
entire branch you'll find no conflicts and your code should just work.

As many of this workflows, are completely subjective and could be of your
liking or not...I only give to you so you can see if it fits for you as it
fits for me.

thanks


[1] Rebase in git




2018-04-09 9:51 GMT+02:00 :

>
> Quoting Serkan Taş :
>
> I realised that issue but tought it is normal...
>>>
>>> Here is th branch info...
>>>
>>>
>>> D:\dev\git\emulation_works\royale-asjs>git status
>>> On branch feature/MXRoyale
>>> Your branch is up to date with 'origin/feature/MXRoyale'.
>>>
>>> nothing to commit, working tree clean
>>>
>>> D:\dev\git\emulation_works\royale-asjs>cd ..
>>>
>>> D:\dev\git\emulation_works>cd royale-compiler
>>>
>>> D:\dev\git\emulation_works\royale-compiler>git status
>>> On branch develop
>>> Your branch is up to date with 'origin/develop'.
>>>
>>> nothing to commit, working tree clean
>>>
>>> D:\dev\git\emulation_works\royale-compiler>cd ..
>>>
>>> D:\dev\git\emulation_works>cd royale-typedefs
>>>
>>> D:\dev\git\emulation_works\royale-typedefs>git status
>>> On branch develop
>>> Your branch is up to date with 'origin/develop'.
>>>
>>> nothing to commit, working tree clean
>>>
>>> D:\dev\git\emulation_works\royale-typedefs>
>>>
>>>
>>> 08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı:
>>>
 Are you sure that you are on the right branch in case of royale-asjs.
 You have been asked in the stack traces for 0.9.2-SNAPSHOT version. It
 should be 0.9.3-SNAPSHOT

 I think in order to work on emulation you have to be:

 royale-compiler - develop branch
 royale-typedefs - develop branch
 royale-asjs - feature/MXRoyale

 Are you using those branches ?

 Thanks,
 Piotr

 2018-04-08 14:12 GMT+02:00 Serkan Taş >:


I prefer mvn Piotr,

I first compiled the typedefs and compiler successfuly as Alex
informed but i got the same error as earlier.

and here is the report :

cd royale-typedefs

mvn clean   : success
mvn install : success

***
 ***

(due to the bug in code generator - related to locale dependent
capitalizing u-case i to İ - I had to change the jvm params)

cd royale-compiler

mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" :
success

mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

[INFO]
---
 -
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT .
SUCCESS [  4.600 s]
[INFO] Apache Royale: Compiler: Compiler-Common ...
SUCCESS [  6.545 s]
[INFO] Apache Royale: Compiler: Test Utils 
SUCCESS [  1.344 s]
[INFO] Apache Royale: Compiler: Externc ...
SUCCESS [ 16.432 s]
[INFO] Apache Royale: Compiler: Compiler ..
SUCCESS [02:26 min]
[INFO] Apache Royale: Compiler: Compiler-JX ...
FAILURE [ 49.945 s]
[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
[INFO] Apache Royale: Compiler: Debugger .. SKIPPED
[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
[INFO] Apache Royale: Royale Ant Tasks  SKIPPED
[INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
[INFO]
---
 -
[INFO] BUILD FAILURE
[INFO]
---
 -
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-04-08T14:56:46+03:00
[INFO]
---
 -
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19:test
(default-test) on project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to
D:\dev\git\emulation_works\royale-compiler\compiler-jx\targ
 

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread Carlos Rovira
Hi Jhon,

2018-04-09 8:27 GMT+02:00 John Barrett :

> I agree with you that most people would rather not switch IDE, so that is
> an interesting. I did some research and I will do a blog on how do install
> FlexJS into FDT/Flash Builder really any Eclipse Based IDE, and if if
> needed I can do it again during the meeting. This is if FlexJS=Apache Royal
> which I think that it is.
>
>
FlexJS was the old name of this project and was located as part of "Apache
Royale" project.
The new project forked from FlexJS is "Apache Royale" (not Royal), and is
top level project at Apache referenced in this url [1]

Hope this make it more clear to you :)

thanks!

Carlos

[1] https://royale.apache.org


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


Re: MXRoyale build problem

2018-04-09 Thread serkan . tas


Quoting Serkan Taş :


I realised that issue but tought it is normal...

Here is th branch info...


D:\dev\git\emulation_works\royale-asjs>git status
On branch feature/MXRoyale
Your branch is up to date with 'origin/feature/MXRoyale'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-asjs>cd ..

D:\dev\git\emulation_works>cd royale-compiler

D:\dev\git\emulation_works\royale-compiler>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-compiler>cd ..

D:\dev\git\emulation_works>cd royale-typedefs

D:\dev\git\emulation_works\royale-typedefs>git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean

D:\dev\git\emulation_works\royale-typedefs>


08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı:
Are you sure that you are on the right branch in case of  
royale-asjs. You have been asked in the stack traces for  
0.9.2-SNAPSHOT version. It should be 0.9.3-SNAPSHOT


I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş  
>:


   I prefer mvn Piotr,

   I first compiled the typedefs and compiler successfuly as Alex 
   informed but i got the same error as earlier.

   and here is the report :

   cd royale-typedefs

   mvn clean   : success
   mvn install : success


**


   (due to the bug in code generator - related to locale dependent
   capitalizing u-case i to İ - I had to change the jvm params)

   cd royale-compiler

   mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" :
   success

   mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

   Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

   [INFO]
   
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT .
   SUCCESS [  4.600 s]
   [INFO] Apache Royale: Compiler: Compiler-Common ...
   SUCCESS [  6.545 s]
   [INFO] Apache Royale: Compiler: Test Utils 
   SUCCESS [  1.344 s]
   [INFO] Apache Royale: Compiler: Externc ...
   SUCCESS [ 16.432 s]
   [INFO] Apache Royale: Compiler: Compiler ..
   SUCCESS [02:26 min]
   [INFO] Apache Royale: Compiler: Compiler-JX ...
   FAILURE [ 49.945 s]
   [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
   [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
   [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
   [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
   [INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
   [INFO]
   
   [INFO] BUILD FAILURE
   [INFO]
   
   [INFO] Total time: 03:46 min
   [INFO] Finished at: 2018-04-08T14:56:46+03:00
   [INFO]
   
   [ERROR] Failed to execute goal
   org.apache.maven.plugins:maven-surefire-plugin:2.19:test
   (default-test) on project compiler-jx: There are test failures.
   [ERROR]
   [ERROR] Please refer to

D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports

   for the individual test results.
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven
   with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug
   logging.
   [ERROR]
   [ERROR] For more information about the errors and possible
   solutions, please read the following articles:
   [ERROR] [Help 1]
   http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build
   with the command
   [ERROR]   mvn  -rf :compiler-jx


   *I added params to skip tests*

   mvn -DskipTests -Drat.skip=true clean
   -Djvm.options="-Duser.country=EN -Duser.language=en" : success

   mvn -DskipTests -Drat.skip=true install
   -Djvm.options="-Duser.country=EN -Duser.language=en" : success


**


   D:\dev\git\emulation_works>cd royale-asjs

   D:\dev\git\emulation_works\royale-asjs>mvn clean

   [WARNING] The POM for


Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
OK, the merge went smoothly so I pushed it.  Serkan, you can try again with 
Maven.

HTH,
-Alex

From: Alex Harui >
Reply-To: "users@royale.apache.org" 
>
Date: Monday, April 9, 2018 at 12:19 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

I think MXRoyale is out of sync with the Maven versioning.  I will try to merge 
the royale-asjs develop branch into MXRoyale and make sure the Maven build 
works.

I'm thinking of merging MXRoyale into develop for the 0.9.3 release.  Any 
opinions on that?

-Alex

From: Piotr Zarzycki 
>
Reply-To: "users@royale.apache.org" 
>
Date: Sunday, April 8, 2018 at 5:21 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
>:

I prefer mvn Piotr,

I first compiled the typedefs and compiler successfuly as Alex  informed but i 
got the same error as earlier.

and here is the report :

cd royale-typedefs

mvn clean   : success
mvn install : success

**

(due to the bug in code generator - related to locale dependent capitalizing 
u-case i to İ - I had to change the jvm params)

cd royale-compiler

mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success

mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT . SUCCESS [  4.600 s]
[INFO] Apache Royale: Compiler: Compiler-Common ... SUCCESS [  6.545 s]
[INFO] Apache Royale: Compiler: Test Utils  SUCCESS [  1.344 s]
[INFO] Apache Royale: Compiler: Externc ... SUCCESS [ 16.432 s]
[INFO] Apache Royale: Compiler: Compiler .. SUCCESS [02:26 min]
[INFO] Apache Royale: Compiler: Compiler-JX ... FAILURE [ 49.945 s]
[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
[INFO] Apache Royale: Compiler: Debugger .. SKIPPED
[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
[INFO] Apache Royale: Royale Ant Tasks  SKIPPED
[INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-04-08T14:56:46+03:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on 
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to 
D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :compiler-jx


I added params to skip tests

mvn -DskipTests -Drat.skip=true clean -Djvm.options="-Duser.country=EN 
-Duser.language=en" : success

mvn -DskipTests -Drat.skip=true install -Djvm.options="-Duser.country=EN 
-Duser.language=en" : success


Re: MXRoyale build problem

2018-04-09 Thread Alex Harui
I think MXRoyale is out of sync with the Maven versioning.  I will try to merge 
the royale-asjs develop branch into MXRoyale and make sure the Maven build 
works.

I'm thinking of merging MXRoyale into develop for the 0.9.3 release.  Any 
opinions on that?

-Alex

From: Piotr Zarzycki 
>
Reply-To: "users@royale.apache.org" 
>
Date: Sunday, April 8, 2018 at 5:21 AM
To: "users@royale.apache.org" 
>
Subject: Re: MXRoyale build problem

Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
>:

I prefer mvn Piotr,

I first compiled the typedefs and compiler successfuly as Alex  informed but i 
got the same error as earlier.

and here is the report :

cd royale-typedefs

mvn clean   : success
mvn install : success

**

(due to the bug in code generator - related to locale dependent capitalizing 
u-case i to İ - I had to change the jvm params)

cd royale-compiler

mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success

mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT . SUCCESS [  4.600 s]
[INFO] Apache Royale: Compiler: Compiler-Common ... SUCCESS [  6.545 s]
[INFO] Apache Royale: Compiler: Test Utils  SUCCESS [  1.344 s]
[INFO] Apache Royale: Compiler: Externc ... SUCCESS [ 16.432 s]
[INFO] Apache Royale: Compiler: Compiler .. SUCCESS [02:26 min]
[INFO] Apache Royale: Compiler: Compiler-JX ... FAILURE [ 49.945 s]
[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
[INFO] Apache Royale: Compiler: Debugger .. SKIPPED
[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
[INFO] Apache Royale: Royale Ant Tasks  SKIPPED
[INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-04-08T14:56:46+03:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on 
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to 
D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :compiler-jx


I added params to skip tests

mvn -DskipTests -Drat.skip=true clean -Djvm.options="-Duser.country=EN 
-Duser.language=en" : success

mvn -DskipTests -Drat.skip=true install -Djvm.options="-Duser.country=EN 
-Duser.language=en" : success

**

D:\dev\git\emulation_works>cd royale-asjs

D:\dev\git\emulation_works\royale-asjs>mvn clean

[WARNING] The POM for 
org.apache.flex.utilities.converter:flex-sdk-converter-maven-extension:jar:1.0.0-SNAPSHOT
 is missing, no dependency information available
[WARNING] Failed to read extensions descriptor 
D:\dev\git\emulation_works\royale-asjs\.mvn\extensions.xml: Plugin 

Re: Am I missing something

2018-04-09 Thread Alex Harui
Hi Johnny,

I guess I would add that to my talk. ;-)

You can just write AS3, but you cannot use Flash classes.  You must use Royale 
classes which abstract away the platform/runtime differences.  Emulating the 
Flash classes would be too much work, IMO and not match up well in some cases 
to what the browser can do.  For example there is more emphasis on CSS in 
Royale and less on drawing skins.

Most of our examples use MXML, because, like Flex, the compiler can bring in 
lots of support like data binding and CSS.  There is an AS3-only example in 
examples/royale/DataBindingExample_as.  It might have some bugs in it.  I 
haven't looked at it in a while.

HTH,
-Alex

From: John Barrett >
Reply-To: "users@royale.apache.org" 
>
Date: Sunday, April 8, 2018 at 11:43 PM
To: "users@royale.apache.org" 
>
Subject: Am I missing something

[https://tr.cloudmagic.com/h/v6/emailtag/tag/2.0/1523256183/ee6694815bd00e79c24b82ff0eebe983/2/a24022f64eedbcae9c38c3ec35c0c492/2c9ee63f9ca71df55f52790ebfad2d70/197f3edc2dffcc39b242c73e091c47ed/newton.gif]
I was about do to the FlexJS -> FDT tutorial, but then before I do that I wrote 
a very
simple HelloWorld, of course this way it is using a .swf file.

With Apache Royal can I just write AS3 (see image) and Apache Royal  will 
convert everything to javaScript for use on the Web/Phone/Tablet/ etc

Is this it, or am I missing something. I think I am missing something as when I 
look at the GitHub age there seems to be more to it.

Mahalo
Johnny

On Sun, Apr 8, 2018 at 2:21 AM, Piotr Zarzycki 
> wrote:
Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
>:

I prefer mvn Piotr,

I first compiled the typedefs and compiler successfuly as Alex informed but i 
got the same error as earlier.

and here is the report :

cd royale-typedefs

mvn clean : success
mvn install : success

**

(due to the bug in code generator - related to locale dependent capitalizing 
u-case i to İ - I had to change the jvm params)

cd royale-compiler

mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success

mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT . SUCCESS [ 4.600 s]
[INFO] Apache Royale: Compiler: Compiler-Common ... SUCCESS [ 6.545 s]
[INFO] Apache Royale: Compiler: Test Utils  SUCCESS [ 1.344 s]
[INFO] Apache Royale: Compiler: Externc ... SUCCESS [ 16.432 s]
[INFO] Apache Royale: Compiler: Compiler .. SUCCESS [02:26 min]
[INFO] Apache Royale: Compiler: Compiler-JX ... FAILURE [ 49.945 s]
[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
[INFO] Apache Royale: Compiler: Debugger .. SKIPPED
[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
[INFO] Apache Royale: Royale Ant Tasks  SKIPPED
[INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-04-08T14:56:46+03:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on 
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to 
D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 

RE: Am I missing something

2018-04-09 Thread Yishay Weiss
Hi Johnny,

Royale (formerly FlexJS) was inspired by Flex and utilizes some similar 
patterns. It allows you to write JS applications in AS3 but it’s not a 
flash->js converter, so flash objects as Sprite are not currently implements. A 
typical ‘Hello World’ could look like this [1] [2].

Alex wrote a nice tutorial titled Royale in 10 minutes, maybe he can post a 
link here.

Some of the videos here [3] can also help you get an idea, although they refer 
to FlexJS.

Hope this helps.

[1] https://github.com/yishayw/Examples/blob/HelloWorld/Examples.mxml
[2] https://royale.apache.org/creating-a-hello-world-in-apache-royale/
[3] https://www.youtube.com/playlist?list=PL4EsaSA9xpnnraJX7NzpX6eh_P95RO8Pj


From: John Barrett
Sent: Monday, April 9, 2018 9:43 AM
To: users@royale.apache.org
Subject: Am I missing something

[https://tr.cloudmagic.com/h/v6/emailtag/tag/2.0/1523256183/ee6694815bd00e79c24b82ff0eebe983/2/a24022f64eedbcae9c38c3ec35c0c492/2c9ee63f9ca71df55f52790ebfad2d70/197f3edc2dffcc39b242c73e091c47ed/newton.gif]I
 was about do to the FlexJS -> FDT tutorial, but then before I do that I wrote 
a very
simple HelloWorld, of course this way it is using a .swf file.

With Apache Royal can I just write AS3 (see image) and Apache Royal  will 
convert everything to javaScript for use on the Web/Phone/Tablet/ etc

Is this it, or am I missing something. I think I am missing something as when I 
look at the GitHub age there seems to be more to it.

Mahalo
Johnny

On Sun, Apr 8, 2018 at 2:21 AM, Piotr Zarzycki  
wrote:
Are you sure that you are on the right branch in case of royale-asjs. You have 
been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 
0.9.3-SNAPSHOT

I think in order to work on emulation you have to be:

royale-compiler - develop branch
royale-typedefs - develop branch
royale-asjs - feature/MXRoyale

Are you using those branches ?

Thanks,
Piotr

2018-04-08 14:12 GMT+02:00 Serkan Taş 
>:

I prefer mvn Piotr,

I first compiled the typedefs and compiler successfuly as Alex informed but i 
got the same error as earlier.

and here is the report :

cd royale-typedefs

mvn clean : success
mvn install : success

**

(due to the bug in code generator - related to locale dependent capitalizing 
u-case i to İ - I had to change the jvm params)

cd royale-compiler

mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success

mvn install -Djvm.options="-Duser.country=EN -Duser.language=en"

Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT . SUCCESS [ 4.600 s]
[INFO] Apache Royale: Compiler: Compiler-Common ... SUCCESS [ 6.545 s]
[INFO] Apache Royale: Compiler: Test Utils  SUCCESS [ 1.344 s]
[INFO] Apache Royale: Compiler: Externc ... SUCCESS [ 16.432 s]
[INFO] Apache Royale: Compiler: Compiler .. SUCCESS [02:26 min]
[INFO] Apache Royale: Compiler: Compiler-JX ... FAILURE [ 49.945 s]
[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
[INFO] Apache Royale: Compiler: Debugger .. SKIPPED
[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
[INFO] Apache Royale: Royale Ant Tasks  SKIPPED
[INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-04-08T14:56:46+03:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on 
project compiler-jx: There are test failures.
[ERROR]
[ERROR] Please refer to 
D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn  -rf :compiler-jx


I added params to skip tests

mvn -DskipTests -Drat.skip=true clean -Djvm.options="-Duser.country=EN 
-Duser.language=en" : success

mvn 

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread Alex Harui
Hi Johnny,

Timing wise, afternoons on the US west coast (Pacific Daylight Time) are the 
most difficult for me.  I'm generally available after 8:30pm (PDT) except for 
Wednesdays.

My typical presentation for people who know Flex is to skip over the "what is 
AS and MXML" and show a simple MXML and AS combination that includes data 
binding and a server fetch, fire up a browser and show folks that it isn't 
using Flash.  After that I run it through our Cordova packaging and show it 
running on a phone.  I think I would also show our ASDoc app and how it is 
being indexed by Google.  And if migration is interesting I might be able to 
show a simple Flex app and how the emulation components can run it with minimal 
changes.

Showing how to setup Royale in an IDE is tough because lots of folks use 
different IDEs.

Let me know,
-Alex

From: John Barrett >
Reply-To: "users@royale.apache.org" 
>
Date: Sunday, April 8, 2018 at 11:27 PM
To: "users@royale.apache.org" 
>
Subject: Re: Talk on Royale (was Re: 404 Error)

[https://tr.cloudmagic.com/h/v6/emailtag/tag/2.0/1523255220/ee6694815bd00e79c24b82ff0eebe983/2/a24022f64eedbcae9c38c3ec35c0c492/2a41c4aeaa3df3c8b690527833cf01a3/197f3edc2dffcc39b242c73e091c47ed/newton.gif]
Good Idea on renaming this e-mail thread!

I used to have the talks at a certain time as I was concerned about people 
coming home from work, but now that it’s an on-line group I am thinking what is 
the best time for the global community and I can’t seem to find one.

I am thinking then the end-user can watch the meeting offline if the meeting 
time frame isn’t god for them.

I agree with you that most people would rather not switch IDE, so that is an 
interesting. I did some research and I will do a blog on how do install FlexJS 
into FDT/Flash Builder really any Eclipse Based IDE, and if if needed I can do 
it again during the meeting. This is if FlexJS=Apache Royal which I think that 
it is.

I personally am more interested in migrating projects than creating new ones, 
but I will ask around in my groups.

The next issue will be time/day I can host the meeting on Adobe connect.


Mahalo
Johnny




RE: Work on Emulation

2018-04-09 Thread Alina Kazi
 

Could Someone Please Review these Pull Requests

https://github.com/apache/royale-asjs/pull/150

https://github.com/apache/royale-asjs/pull/151

https://github.com/apache/royale-asjs/pull/152

 

Thanks in Advance J

Alina Kazi

 

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Monday, April 09, 2018 10:25 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Peter.

 

From: Peter Ent [mailto:p...@adobe.com] 
Sent: Friday, April 06, 2018 7:59 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

I merged these changes into the MXRoyale branch. They compiled cleanly.

 

Great job!

—peter

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Friday, April 6, 2018 at 6:56 AM
To: "users@royale.apache.org" , 
"d...@royale.apache.org" 
Subject: RE: Work on Emulation

 

 

Please Review : 

https://github.com/apache/royale-asjs/pull/145 

 

https://github.com/apache/royale-asjs/pull/149 

 

 

Thanks,

Alina Kazi

 

From: Alina Kazi [mailto:alina.k...@d-bz.com] 
Sent: Friday, April 06, 2018 2:33 PM
To: users@royale.apache.org
Subject: RE: Work on Emulation

 

Thanks Piotr.

 

From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] 
Sent: Friday, April 06, 2018 12:32 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

 

Hi Alina,

 

One suggestion to the reporting in [1] - Could you please bold "in progress" 
status ? I just did for you now, but in the next which you will work please do 
so. It's much better visible. 

 

[1] https://github.com/apache/royale-asjs/issues/136 

 

 

Thanks,

Piotr

 

2018-04-06 9:28 GMT+02:00 Alina Kazi :

Currently I am working on mx.collections.Sort and mx.collections.SortField from 
list.
Dependencies Added :
mx.collections.errors.SortError , mx.collections.ISort and 
mx.collections.ISortField are emulated as these API's were used in 
mx.collections.Sort and mx.collections.SortField.

Dependencies Commented :
mx.resources.IResourceManager and mx.resources.ResourceManager
What are the alternative API's for
import flash.system.ApplicationDomain;
import flash.system.SecurityDomain;

Pull Request : https://github.com/apache/royale-asjs/pull/148 

 

Thanks,
Alina Kazi

-Original Message-
From: Alina Kazi [mailto:alina.k...@d-bz.com]

Sent: Friday, April 06, 2018 10:57 AM
To: users@royale.apache.org
Subject: RE: Work on Emulation

Sure, I will pick APIs from the List next time.

Thanks,
Alina Kazi

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, April 04, 2018 8:45 PM
To: users@royale.apache.org
Subject: Re: Work on Emulation

Hi Alina,

I am not seeing Tile in the list of APIs your application used.  We should only 
be working on classes used by your app.

Thanks,
-Alex

On 4/4/18, 8:03 AM, "Peter Ent"  wrote:

>Hi Alina,
>
>The CloseEvent looks fine.
>
>In the others, the [IconFile] needs to be removed. If you have removed
>it I didn't see the deletion in the pull request.
>
>For Tile, I think that needs more work, unless I'm not reading the pull
>request correctly. You should remove most of the contents of this file.
>When we get to making Tile work, we have a Tile layout in Royale
>already and chances the MX Tile will be implemented using the Royale 
>TileLayout.
>But if not we can always go back and bring in code from the original
>and re-work it then.
>
>Thanks,
>Peter
>
>On 4/4/18, 6:15 AM, "Alina Kazi"  wrote:
>
>>Branch->mxRoyaleTileandTileDirection
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
>>b.c
>>o
>>m%2Falinakazi%2Froyale-asjs%2Ftree%2FmxRoyaleTileandTileDirection
>>=02
>>%
>>7C01%7Cpent%40adobe.com 

Re: Talk on Royale (was Re: 404 Error)

2018-04-09 Thread John Barrett
Good Idea on renaming this e-mail thread!
I used to have the talks at a certain time as I was concerned about people 
coming home from work, but now that it’s an on-line group I am thinking what is 
the best time for the global community and I can’t seem to find one.
I am thinking then the end-user can watch the meeting offline if the meeting 
time frame isn’t god for them.
I agree with you that most people would rather not switch IDE, so that is an 
interesting. I did some research and I will do a blog on how do install FlexJS 
into FDT/Flash Builder really any Eclipse Based IDE, and if if needed I can do 
it again during the meeting. This is if FlexJS=Apache Royal which I think that 
it is.
I personally am more interested in migrating projects than creating new ones, 
but I will ask around in my groups.
The next issue will be time/day I can host the meeting on Adobe connect.

Mahalo Johnny