playerglobal gen is making maven build fail

2021-02-22 Thread Carlos Rovira
Hi Josh,

I'm trying to build but seems something in the playerglobal gen is making
maven fail. can you check it?

Loading configuration:
/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler-externc/target/compile-as-config.xml


299501 bytes written to
/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler-externc/target/js.swc
in 1,949 seconds

Loading configuration:
/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler/target/compile-as-config.xml


5259 bytes written to
/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler/target/custom.swc
in 0,612 seconds

[*ERROR*] COMPILATION ERROR :

[*ERROR*]
/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler-jx/src/main/java/org/apache/royale/compiler/clients/RoyaleToolGroup.java:[35,25]
cannot find symbol

  symbol:   class PLAYERGLOBALC

  location: class org.apache.royale.compiler.clients.RoyaleToolGroup

[*ERROR*] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
*(default-compile)* on project compiler-jx: *Compilation failure*

[*ERROR*] 
*/Users/carlosrovira/Dev/Royale/Source/royale-compiler/compiler-jx/src/main/java/org/apache/royale/compiler/clients/RoyaleToolGroup.java:[35,25]
cannot find symbol*

[*ERROR*] *  symbol:   class PLAYERGLOBALC*

[*ERROR*] *  location: class
org.apache.royale.compiler.clients.RoyaleToolGroup*

[*ERROR*]

[*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*

Error:Build stopped - build COMPILER with MAVEN

carlosrovira@macbookpro royale-asjs %

thanks
-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: TourDeJewel: Missing assets/apache-royale-jewel-logo-white.svg?

2021-02-22 Thread Carlos Rovira
Hi Josh,

that image is here in JewelTheme:

https://github.com/apache/royale-asjs/tree/develop/frameworks/themes/JewelTheme/src/main/resources/assets

Is there since conceptually is part of the theme, since a theme could have
assets related to the theme, although more like icons, images related to
parts of some skin or even AS3 code that draws something or is a "View" of
some component.

To keep JewelTheme as "compact" as possible, things like AS3 views were
tested by me, but never used. This image is just the logo of Jewel, and
while it is really not an asset for any drawing I keep to show that we can
have this kind of thing in themes.

When the Jewel app is built with Maven the assets are copied to the app to
be used, so that code is on the pom. I think the problem is this is not
done in any other building way.

HTH

El lun, 22 feb 2021 a las 19:12, Josh Tynjala ()
escribió:

> I've been seeing this for a while. When I build TourDeJewel, the logo in
> the sidebar is always a broken image. It seems to be looking
> for assets/apache-royale-jewel-logo-white.svg, but that file doesn't exist
> here:
>
>
> https://github.com/apache/royale-asjs/tree/develop/examples/jewel/TourDeJewel/src/main/resources/assets
>
> Was the file not committed to the repository? Or was that supposed to be
> apache-royale-logo.svg instead?
>
> --
> Josh Tynjala
> Bowler Hat LLC 
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Carlos Rovira
Hi Chris,

no worries, you worked hard on this. But Many of us was working daily with
maven sdk dist (me included) and how people emailed warning about a problem
is a proof of that, so I really don't understand how it was working, maybe
it was because we have royale maven build done and was getting things from
.m2 instead of the sdk...just figuring.



El lun, 22 feb 2021 a las 19:24, Christofer Dutz ()
escribió:

> Yeah sorry for that ...
>
> And in general:
> I thought nobody was using the distribution as it "wasn't working".
> If I had known that this was acrtually used, I would have choosen a
> different approach.
>
> So if this caused any trouble, please accept my sincere appologies for
> that.
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Carlos Rovira 
> Gesendet: Montag, 22. Februar 2021 19:10
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi , just reverted two latest Chris commits since he's not available now
> and SWF is not totally done.
> We'll go over this as we can. But JS should be totally done. Take a look
> and let us know if something is not working for maven sdk distribution.
>
> thanks
>
> El lun, 22 feb 2021 a las 18:07, Christofer Dutz (<
> christofer.d...@c-ware.de>)
> escribió:
>
> > Just added some more manifest files.
> >
> > Turns out that more modules were added to the project, but the
> > deistribution wasn't keept completely up to date.
> >
> > I added the missing ones, but still the SWF compilation of the MXRoyale
> > example seems to fail.
> >
> > If anyone can provide me with an explanation to how things need to be
> > changed to make it work, I'll be happy to do so.
> >
> > Chris
> >
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Montag, 22. Februar 2021 17:12
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > And it turns out there was a double-inclusion of some libs in the js and
> > swf distribtuion parts, fixed that now.
> >
> > Now the distribution should look nice, even with enabled
> "option-with-swf"
> > profile.
> >
> > Chris
> >
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Carlos Rovira 
> > Gesendet: Montag, 22. Februar 2021 13:17
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Chris,
> >
> > many thanks for the effort! I tried and now all seems to work fine for
> me.
> > Even the remote object example that was failing yesterday for Jason.
> > It need a fix that I just committed too.
> >
> > I think we have now a better and powerful Maven SDK distribution!! :D
> >
> >
> >
> > El lun, 22 feb 2021 a las 12:50, Christofer Dutz (<
> > christofer.d...@c-ware.de>)
> > escribió:
> >
> > > Yeah,
> > >
> > > I wanted to build with swf, but unfortunately I setup  my new Windows
> > > laptop this year and couldn't fetch the missing Adobe parts.
> > > Luckily Carlos sent me the missing files and I managed to fix things
> > >
> > > So I commented out the ACE module again, but created a Pull-Request to
> > > merge some changes in that could possibly fix the missing ACE module
> > > problem. It would however be cool, if Yishay could have a look at that
> > > (Seems he created the ACE module)
> > >
> > > You should now be good to go ... and sorry for all the noise ;)
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Maria Jose Esteve 
> > > Gesendet: Montag, 22. Februar 2021 12:44
> > > An: dev@royale.apache.org
> > > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> > > doesn't. As you have mentioned Ace needs some adjustment [1]
> > >
> > > When I manage to compile (without option-with-swf option) I can't
> compile
> > > any of my projects, in all I get the same  error
> > >
> > > [1]
> > > [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> > > (default-compile-as) @ Ace ---
> > > [INFO] Executing COMPC in tool group Royale with args:
> > >
> >
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> > > -js-default-initializers=false, -source-map=true,
> > > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> > > -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> > > -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> > > -compiler.strict-xml=true]
> > > args:
> > >
> > >
> >
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> > > -js-default-initializers=false
> > > -source-map=true
> > > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> > > -js-complex-implicit-coercions=false
> > > -js-vector-index-checks=false
> > > -js-resolve-uncertain=false
> > > -compiler.targets=SWF,JSRoyale
> > > 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Yeah sorry for that ... 

And in general:
I thought nobody was using the distribution as it "wasn't working". 
If I had known that this was acrtually used, I would have choosen a different 
approach. 

So if this caused any trouble, please accept my sincere appologies for that.

Chris

-Ursprüngliche Nachricht-
Von: Carlos Rovira  
Gesendet: Montag, 22. Februar 2021 19:10
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi , just reverted two latest Chris commits since he's not available now
and SWF is not totally done.
We'll go over this as we can. But JS should be totally done. Take a look
and let us know if something is not working for maven sdk distribution.

thanks

El lun, 22 feb 2021 a las 18:07, Christofer Dutz ()
escribió:

> Just added some more manifest files.
>
> Turns out that more modules were added to the project, but the
> deistribution wasn't keept completely up to date.
>
> I added the missing ones, but still the SWF compilation of the MXRoyale
> example seems to fail.
>
> If anyone can provide me with an explanation to how things need to be
> changed to make it work, I'll be happy to do so.
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Montag, 22. Februar 2021 17:12
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> And it turns out there was a double-inclusion of some libs in the js and
> swf distribtuion parts, fixed that now.
>
> Now the distribution should look nice, even with enabled "option-with-swf"
> profile.
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Carlos Rovira 
> Gesendet: Montag, 22. Februar 2021 13:17
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Chris,
>
> many thanks for the effort! I tried and now all seems to work fine for me.
> Even the remote object example that was failing yesterday for Jason.
> It need a fix that I just committed too.
>
> I think we have now a better and powerful Maven SDK distribution!! :D
>
>
>
> El lun, 22 feb 2021 a las 12:50, Christofer Dutz (<
> christofer.d...@c-ware.de>)
> escribió:
>
> > Yeah,
> >
> > I wanted to build with swf, but unfortunately I setup  my new Windows
> > laptop this year and couldn't fetch the missing Adobe parts.
> > Luckily Carlos sent me the missing files and I managed to fix things
> >
> > So I commented out the ACE module again, but created a Pull-Request to
> > merge some changes in that could possibly fix the missing ACE module
> > problem. It would however be cool, if Yishay could have a look at that
> > (Seems he created the ACE module)
> >
> > You should now be good to go ... and sorry for all the noise ;)
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Maria Jose Esteve 
> > Gesendet: Montag, 22. Februar 2021 12:44
> > An: dev@royale.apache.org
> > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
> >
> > Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> > doesn't. As you have mentioned Ace needs some adjustment [1]
> >
> > When I manage to compile (without option-with-swf option) I can't compile
> > any of my projects, in all I get the same  error
> >
> > [1]
> > [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> > (default-compile-as) @ Ace ---
> > [INFO] Executing COMPC in tool group Royale with args:
> >
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> > -js-default-initializers=false, -source-map=true,
> > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> > -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> > -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> > -compiler.strict-xml=true]
> > args:
> >
> >
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> > -js-default-initializers=false
> > -source-map=true
> > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> > -js-complex-implicit-coercions=false
> > -js-vector-index-checks=false
> > -js-resolve-uncertain=false
> > -compiler.targets=SWF,JSRoyale
> > -compiler.strict-xml=true
> > target:SWF
> > target:JSRoyale
> > COMPC
> > Loading configuration:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> >
> > 0.1429886 seconds
> > [INFO]
> > 
> > [INFO] Reactor Summary for Apache Royale: Framework: Parent
> 0.9.8-SNAPSHOT:
> > [INFO]
> > [INFO] Apache Royale: Framework: Parent ... SUCCESS [
> > 3.009 s]
> > [INFO] Apache Royale: Framework ... SUCCESS [
> > 0.303 s]
> > [INFO] Apache Royale: Framework: Fonts  SUCCESS [
> > 2.359 s]
> > [INFO] Apache Royale: 

TourDeJewel: Missing assets/apache-royale-jewel-logo-white.svg?

2021-02-22 Thread Josh Tynjala
I've been seeing this for a while. When I build TourDeJewel, the logo in
the sidebar is always a broken image. It seems to be looking
for assets/apache-royale-jewel-logo-white.svg, but that file doesn't exist
here:

https://github.com/apache/royale-asjs/tree/develop/examples/jewel/TourDeJewel/src/main/resources/assets

Was the file not committed to the repository? Or was that supposed to be
apache-royale-logo.svg instead?

--
Josh Tynjala
Bowler Hat LLC 


Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Carlos Rovira
Hi , just reverted two latest Chris commits since he's not available now
and SWF is not totally done.
We'll go over this as we can. But JS should be totally done. Take a look
and let us know if something is not working for maven sdk distribution.

thanks

El lun, 22 feb 2021 a las 18:07, Christofer Dutz ()
escribió:

> Just added some more manifest files.
>
> Turns out that more modules were added to the project, but the
> deistribution wasn't keept completely up to date.
>
> I added the missing ones, but still the SWF compilation of the MXRoyale
> example seems to fail.
>
> If anyone can provide me with an explanation to how things need to be
> changed to make it work, I'll be happy to do so.
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Montag, 22. Februar 2021 17:12
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> And it turns out there was a double-inclusion of some libs in the js and
> swf distribtuion parts, fixed that now.
>
> Now the distribution should look nice, even with enabled "option-with-swf"
> profile.
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Carlos Rovira 
> Gesendet: Montag, 22. Februar 2021 13:17
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Chris,
>
> many thanks for the effort! I tried and now all seems to work fine for me.
> Even the remote object example that was failing yesterday for Jason.
> It need a fix that I just committed too.
>
> I think we have now a better and powerful Maven SDK distribution!! :D
>
>
>
> El lun, 22 feb 2021 a las 12:50, Christofer Dutz (<
> christofer.d...@c-ware.de>)
> escribió:
>
> > Yeah,
> >
> > I wanted to build with swf, but unfortunately I setup  my new Windows
> > laptop this year and couldn't fetch the missing Adobe parts.
> > Luckily Carlos sent me the missing files and I managed to fix things
> >
> > So I commented out the ACE module again, but created a Pull-Request to
> > merge some changes in that could possibly fix the missing ACE module
> > problem. It would however be cool, if Yishay could have a look at that
> > (Seems he created the ACE module)
> >
> > You should now be good to go ... and sorry for all the noise ;)
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Maria Jose Esteve 
> > Gesendet: Montag, 22. Februar 2021 12:44
> > An: dev@royale.apache.org
> > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
> >
> > Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> > doesn't. As you have mentioned Ace needs some adjustment [1]
> >
> > When I manage to compile (without option-with-swf option) I can't compile
> > any of my projects, in all I get the same  error
> >
> > [1]
> > [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> > (default-compile-as) @ Ace ---
> > [INFO] Executing COMPC in tool group Royale with args:
> >
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> > -js-default-initializers=false, -source-map=true,
> > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> > -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> > -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> > -compiler.strict-xml=true]
> > args:
> >
> >
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> > -js-default-initializers=false
> > -source-map=true
> > -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> > -js-complex-implicit-coercions=false
> > -js-vector-index-checks=false
> > -js-resolve-uncertain=false
> > -compiler.targets=SWF,JSRoyale
> > -compiler.strict-xml=true
> > target:SWF
> > target:JSRoyale
> > COMPC
> > Loading configuration:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> >
> > 0.1429886 seconds
> > [INFO]
> > 
> > [INFO] Reactor Summary for Apache Royale: Framework: Parent
> 0.9.8-SNAPSHOT:
> > [INFO]
> > [INFO] Apache Royale: Framework: Parent ... SUCCESS [
> > 3.009 s]
> > [INFO] Apache Royale: Framework ... SUCCESS [
> > 0.303 s]
> > [INFO] Apache Royale: Framework: Fonts  SUCCESS [
> > 2.359 s]
> > [INFO] Apache Royale: Framework: Libs . SUCCESS [
> > 0.745 s]
> > [INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [
> > 2.390 s]
> > [INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [
> > 6.662 s]
> > [INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [
> > 1.049 s]
> > [INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [
> > 2.547 s]
> > [INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [
> > 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Just added some more manifest files.

Turns out that more modules were added to the project, but the deistribution 
wasn't keept completely up to date.

I added the missing ones, but still the SWF compilation of the MXRoyale example 
seems to fail.

If anyone can provide me with an explanation to how things need to be changed 
to make it work, I'll be happy to do so.

Chris



-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Montag, 22. Februar 2021 17:12
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

And it turns out there was a double-inclusion of some libs in the js and swf 
distribtuion parts, fixed that now.

Now the distribution should look nice, even with enabled "option-with-swf" 
profile.

Chris



-Ursprüngliche Nachricht-
Von: Carlos Rovira  
Gesendet: Montag, 22. Februar 2021 13:17
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Chris,

many thanks for the effort! I tried and now all seems to work fine for me.
Even the remote object example that was failing yesterday for Jason.
It need a fix that I just committed too.

I think we have now a better and powerful Maven SDK distribution!! :D



El lun, 22 feb 2021 a las 12:50, Christofer Dutz ()
escribió:

> Yeah,
>
> I wanted to build with swf, but unfortunately I setup  my new Windows
> laptop this year and couldn't fetch the missing Adobe parts.
> Luckily Carlos sent me the missing files and I managed to fix things
>
> So I commented out the ACE module again, but created a Pull-Request to
> merge some changes in that could possibly fix the missing ACE module
> problem. It would however be cool, if Yishay could have a look at that
> (Seems he created the ACE module)
>
> You should now be good to go ... and sorry for all the noise ;)
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Montag, 22. Februar 2021 12:44
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> doesn't. As you have mentioned Ace needs some adjustment [1]
>
> When I manage to compile (without option-with-swf option) I can't compile
> any of my projects, in all I get the same  error
>
> [1]
> [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> (default-compile-as) @ Ace ---
> [INFO] Executing COMPC in tool group Royale with args:
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> -js-default-initializers=false, -source-map=true,
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> -compiler.strict-xml=true]
> args:
>
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> -js-default-initializers=false
> -source-map=true
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> -js-complex-implicit-coercions=false
> -js-vector-index-checks=false
> -js-resolve-uncertain=false
> -compiler.targets=SWF,JSRoyale
> -compiler.strict-xml=true
> target:SWF
> target:JSRoyale
> COMPC
> Loading configuration:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
>
> 0.1429886 seconds
> [INFO]
> 
> [INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:
> [INFO]
> [INFO] Apache Royale: Framework: Parent ... SUCCESS [
> 3.009 s]
> [INFO] Apache Royale: Framework ... SUCCESS [
> 0.303 s]
> [INFO] Apache Royale: Framework: Fonts  SUCCESS [
> 2.359 s]
> [INFO] Apache Royale: Framework: Libs . SUCCESS [
> 0.745 s]
> [INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [
> 2.390 s]
> [INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [
> 6.662 s]
> [INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [
> 1.049 s]
> [INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [
> 2.547 s]
> [INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [
> 0.957 s]
> [INFO] Apache Royale: Framework: Libs: Basic .. SUCCESS [
> 9.811 s]
> [INFO] Apache Royale: Framework: Libs: JQuery . SUCCESS [
> 0.732 s]
> [INFO] Apache Royale: Framework: Libs: Ace  FAILURE [
> 0.277 s]
> [INFO] Apache Royale: Framework: Libs: Charts . SKIPPED
>
> Thx.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 12:25
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok ...
>
> After Carlos kindly 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
And it turns out there was a double-inclusion of some libs in the js and swf 
distribtuion parts, fixed that now.

Now the distribution should look nice, even with enabled "option-with-swf" 
profile.

Chris



-Ursprüngliche Nachricht-
Von: Carlos Rovira  
Gesendet: Montag, 22. Februar 2021 13:17
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Chris,

many thanks for the effort! I tried and now all seems to work fine for me.
Even the remote object example that was failing yesterday for Jason.
It need a fix that I just committed too.

I think we have now a better and powerful Maven SDK distribution!! :D



El lun, 22 feb 2021 a las 12:50, Christofer Dutz ()
escribió:

> Yeah,
>
> I wanted to build with swf, but unfortunately I setup  my new Windows
> laptop this year and couldn't fetch the missing Adobe parts.
> Luckily Carlos sent me the missing files and I managed to fix things
>
> So I commented out the ACE module again, but created a Pull-Request to
> merge some changes in that could possibly fix the missing ACE module
> problem. It would however be cool, if Yishay could have a look at that
> (Seems he created the ACE module)
>
> You should now be good to go ... and sorry for all the noise ;)
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Montag, 22. Februar 2021 12:44
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> doesn't. As you have mentioned Ace needs some adjustment [1]
>
> When I manage to compile (without option-with-swf option) I can't compile
> any of my projects, in all I get the same  error
>
> [1]
> [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> (default-compile-as) @ Ace ---
> [INFO] Executing COMPC in tool group Royale with args:
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> -js-default-initializers=false, -source-map=true,
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> -compiler.strict-xml=true]
> args:
>
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> -js-default-initializers=false
> -source-map=true
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> -js-complex-implicit-coercions=false
> -js-vector-index-checks=false
> -js-resolve-uncertain=false
> -compiler.targets=SWF,JSRoyale
> -compiler.strict-xml=true
> target:SWF
> target:JSRoyale
> COMPC
> Loading configuration:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
>
> 0.1429886 seconds
> [INFO]
> 
> [INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:
> [INFO]
> [INFO] Apache Royale: Framework: Parent ... SUCCESS [
> 3.009 s]
> [INFO] Apache Royale: Framework ... SUCCESS [
> 0.303 s]
> [INFO] Apache Royale: Framework: Fonts  SUCCESS [
> 2.359 s]
> [INFO] Apache Royale: Framework: Libs . SUCCESS [
> 0.745 s]
> [INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [
> 2.390 s]
> [INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [
> 6.662 s]
> [INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [
> 1.049 s]
> [INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [
> 2.547 s]
> [INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [
> 0.957 s]
> [INFO] Apache Royale: Framework: Libs: Basic .. SUCCESS [
> 9.811 s]
> [INFO] Apache Royale: Framework: Libs: JQuery . SUCCESS [
> 0.732 s]
> [INFO] Apache Royale: Framework: Libs: Ace  FAILURE [
> 0.277 s]
> [INFO] Apache Royale: Framework: Libs: Charts . SKIPPED
>
> Thx.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 12:25
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok ...
>
> After Carlos kindly provided me with the missing Adobe artifacts I could
> also try the "with-swf" build ... seems the ACE build needs some fixing ...
> I'm on it.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Montag, 22. Februar 2021 12:12
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Flying 
>
>
>
> Hiedra
>
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 12:09
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE 

Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Carlos Rovira
Hi Chris,

many thanks for the effort! I tried and now all seems to work fine for me.
Even the remote object example that was failing yesterday for Jason.
It need a fix that I just committed too.

I think we have now a better and powerful Maven SDK distribution!! :D



El lun, 22 feb 2021 a las 12:50, Christofer Dutz ()
escribió:

> Yeah,
>
> I wanted to build with swf, but unfortunately I setup  my new Windows
> laptop this year and couldn't fetch the missing Adobe parts.
> Luckily Carlos sent me the missing files and I managed to fix things
>
> So I commented out the ACE module again, but created a Pull-Request to
> merge some changes in that could possibly fix the missing ACE module
> problem. It would however be cool, if Yishay could have a look at that
> (Seems he created the ACE module)
>
> You should now be good to go ... and sorry for all the noise ;)
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Montag, 22. Februar 2021 12:44
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Without "option-with-swf" it compiles ok, but with "option-with-swf" it
> doesn't. As you have mentioned Ace needs some adjustment [1]
>
> When I manage to compile (without option-with-swf option) I can't compile
> any of my projects, in all I get the same  error
>
> [1]
> [INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as
> (default-compile-as) @ Ace ---
> [INFO] Executing COMPC in tool group Royale with args:
> [-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
> -js-default-initializers=false, -source-map=true,
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/,
> -js-complex-implicit-coercions=false, -js-vector-index-checks=false,
> -js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale,
> -compiler.strict-xml=true]
> args:
>
> -load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
> -js-default-initializers=false
> -source-map=true
> -source-map-source-root=/frameworks/projects/Ace/src/main/royale/
> -js-complex-implicit-coercions=false
> -js-vector-index-checks=false
> -js-resolve-uncertain=false
> -compiler.targets=SWF,JSRoyale
> -compiler.strict-xml=true
> target:SWF
> target:JSRoyale
> COMPC
> Loading configuration:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
>
> 0.1429886 seconds
> [INFO]
> 
> [INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:
> [INFO]
> [INFO] Apache Royale: Framework: Parent ... SUCCESS [
> 3.009 s]
> [INFO] Apache Royale: Framework ... SUCCESS [
> 0.303 s]
> [INFO] Apache Royale: Framework: Fonts  SUCCESS [
> 2.359 s]
> [INFO] Apache Royale: Framework: Libs . SUCCESS [
> 0.745 s]
> [INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [
> 2.390 s]
> [INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [
> 6.662 s]
> [INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [
> 1.049 s]
> [INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [
> 2.547 s]
> [INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [
> 0.957 s]
> [INFO] Apache Royale: Framework: Libs: Basic .. SUCCESS [
> 9.811 s]
> [INFO] Apache Royale: Framework: Libs: JQuery . SUCCESS [
> 0.732 s]
> [INFO] Apache Royale: Framework: Libs: Ace  FAILURE [
> 0.277 s]
> [INFO] Apache Royale: Framework: Libs: Charts . SKIPPED
>
> Thx.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 12:25
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok ...
>
> After Carlos kindly provided me with the missing Adobe artifacts I could
> also try the "with-swf" build ... seems the ACE build needs some fixing ...
> I'm on it.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Montag, 22. Februar 2021 12:12
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Flying 
>
>
>
> Hiedra
>
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 12:09
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
>
>
> Hi all,
>
>
>
>
>
> It seems Carlos reset the version of the compiler and updated the version
> in the asjs module.
>
> So it looks as if that's good (I really hate when things are out of sync
> ;) ).
>
>
>
> Anyways ... I just pushed some chaged to typedef to build the ACE typedef
> module
>
> And updated the asjs module to build the ACE framework module and fine
> tuned the 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Yeah, 

I wanted to build with swf, but unfortunately I setup  my new Windows laptop 
this year and couldn't fetch the missing Adobe parts.
Luckily Carlos sent me the missing files and I managed to fix things

So I commented out the ACE module again, but created a Pull-Request to merge 
some changes in that could possibly fix the missing ACE module problem. It 
would however be cool, if Yishay could have a look at that (Seems he created 
the ACE module)

You should now be good to go ... and sorry for all the noise ;)

Chris


-Ursprüngliche Nachricht-
Von: Maria Jose Esteve  
Gesendet: Montag, 22. Februar 2021 12:44
An: dev@royale.apache.org
Betreff: RE: Align Maven IDE distribution with Ant IDE distribution

Without "option-with-swf" it compiles ok, but with "option-with-swf" it 
doesn't. As you have mentioned Ace needs some adjustment [1]

When I manage to compile (without option-with-swf option) I can't compile any 
of my projects, in all I get the same  error

[1]
[INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as (default-compile-as) @ 
Ace ---
[INFO] Executing COMPC in tool group Royale with args: 
[-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
 -js-default-initializers=false, -source-map=true, 
-source-map-source-root=/frameworks/projects/Ace/src/main/royale/, 
-js-complex-implicit-coercions=false, -js-vector-index-checks=false, 
-js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale, 
-compiler.strict-xml=true]
args:
-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
-js-default-initializers=false
-source-map=true
-source-map-source-root=/frameworks/projects/Ace/src/main/royale/
-js-complex-implicit-coercions=false
-js-vector-index-checks=false
-js-resolve-uncertain=false
-compiler.targets=SWF,JSRoyale
-compiler.strict-xml=true
target:SWF
target:JSRoyale
COMPC
Loading configuration: 
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml

0.1429886 seconds
[INFO] 
[INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:
[INFO] 
[INFO] Apache Royale: Framework: Parent ... SUCCESS [  3.009 s]
[INFO] Apache Royale: Framework ... SUCCESS [  0.303 s]
[INFO] Apache Royale: Framework: Fonts  SUCCESS [  2.359 s]
[INFO] Apache Royale: Framework: Libs . SUCCESS [  0.745 s]
[INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [  2.390 s]
[INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [  6.662 s]
[INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [  1.049 s]
[INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [  2.547 s]
[INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [  0.957 s]
[INFO] Apache Royale: Framework: Libs: Basic .. SUCCESS [  9.811 s]
[INFO] Apache Royale: Framework: Libs: JQuery . SUCCESS [  0.732 s]
[INFO] Apache Royale: Framework: Libs: Ace  FAILURE [  0.277 s]
[INFO] Apache Royale: Framework: Libs: Charts . SKIPPED

Thx.
Hiedra.

-Mensaje original-
De: Christofer Dutz  
Enviado el: lunes, 22 de febrero de 2021 12:25
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

Ok ... 

After Carlos kindly provided me with the missing Adobe artifacts I could also 
try the "with-swf" build ... seems the ACE build needs some fixing ... I'm on 
it. 

Chris


-Ursprüngliche Nachricht-
Von: Maria Jose Esteve  
Gesendet: Montag, 22. Februar 2021 12:12
An: dev@royale.apache.org
Betreff: RE: Align Maven IDE distribution with Ant IDE distribution

Flying 



Hiedra

-Mensaje original-
De: Christofer Dutz 
Enviado el: lunes, 22 de febrero de 2021 12:09
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution



Hi all,





It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.

So it looks as if that's good (I really hate when things are out of sync ;) ).



Anyways ... I just pushed some chaged to typedef to build the ACE typedef module

And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).



Please try out these changes.





Chris







-Ursprüngliche Nachricht-

Von: Piotr Zarzycki 
mailto:piotrzarzyck...@gmail.com>>

Gesendet: Montag, 22. Februar 2021 12:05

An: Apache Royale Development 
mailto:dev@royale.apache.org>>

Betreff: Re: Align Maven IDE distribution with Ant IDE distribution



We are using again compiler 0.9.8-SNAPSHOT yes ?



pon., 22 lut 2021 o 12:01 Alina Kazi 
mailto:alinakazi1...@gmail.com>> napisał(a):



> Thanks Chris.

>

> On Mon, Feb 22, 2021 

RE: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Maria Jose Esteve
Without "option-with-swf" it compiles ok, but with "option-with-swf" it 
doesn't. As you have mentioned Ace needs some adjustment [1]

When I manage to compile (without option-with-swf option) I can't compile any 
of my projects, in all I get the same  error

[1]
[INFO] --- royale-maven-plugin:0.9.8-SNAPSHOT:compile-as (default-compile-as) @ 
Ace ---
[INFO] Executing COMPC in tool group Royale with args: 
[-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml,
 -js-default-initializers=false, -source-map=true, 
-source-map-source-root=/frameworks/projects/Ace/src/main/royale/, 
-js-complex-implicit-coercions=false, -js-vector-index-checks=false, 
-js-resolve-uncertain=false, -compiler.targets=SWF,JSRoyale, 
-compiler.strict-xml=true]
args:
-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml
-js-default-initializers=false
-source-map=true
-source-map-source-root=/frameworks/projects/Ace/src/main/royale/
-js-complex-implicit-coercions=false
-js-vector-index-checks=false
-js-resolve-uncertain=false
-compiler.targets=SWF,JSRoyale
-compiler.strict-xml=true
target:SWF
target:JSRoyale
COMPC
Loading configuration: 
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Ace\target\compile-swf-config.xml

0.1429886 seconds
[INFO] 
[INFO] Reactor Summary for Apache Royale: Framework: Parent 0.9.8-SNAPSHOT:
[INFO] 
[INFO] Apache Royale: Framework: Parent ... SUCCESS [  3.009 s]
[INFO] Apache Royale: Framework ... SUCCESS [  0.303 s]
[INFO] Apache Royale: Framework: Fonts  SUCCESS [  2.359 s]
[INFO] Apache Royale: Framework: Libs . SUCCESS [  0.745 s]
[INFO] Apache Royale: Framework: Libs: Language ... SUCCESS [  2.390 s]
[INFO] Apache Royale: Framework: Libs: Core ... SUCCESS [  6.662 s]
[INFO] Apache Royale: Framework: Libs: Binding  SUCCESS [  1.049 s]
[INFO] Apache Royale: Framework: Libs: Graphics ... SUCCESS [  2.547 s]
[INFO] Apache Royale: Framework: Libs: Collections  SUCCESS [  0.957 s]
[INFO] Apache Royale: Framework: Libs: Basic .. SUCCESS [  9.811 s]
[INFO] Apache Royale: Framework: Libs: JQuery . SUCCESS [  0.732 s]
[INFO] Apache Royale: Framework: Libs: Ace  FAILURE [  0.277 s]
[INFO] Apache Royale: Framework: Libs: Charts . SKIPPED

Thx.
Hiedra.

-Mensaje original-
De: Christofer Dutz  
Enviado el: lunes, 22 de febrero de 2021 12:25
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

Ok ... 

After Carlos kindly provided me with the missing Adobe artifacts I could also 
try the "with-swf" build ... seems the ACE build needs some fixing ... I'm on 
it. 

Chris


-Ursprüngliche Nachricht-
Von: Maria Jose Esteve  
Gesendet: Montag, 22. Februar 2021 12:12
An: dev@royale.apache.org
Betreff: RE: Align Maven IDE distribution with Ant IDE distribution

Flying 



Hiedra

-Mensaje original-
De: Christofer Dutz 
Enviado el: lunes, 22 de febrero de 2021 12:09
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution



Hi all,





It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.

So it looks as if that's good (I really hate when things are out of sync ;) ).



Anyways ... I just pushed some chaged to typedef to build the ACE typedef module

And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).



Please try out these changes.





Chris







-Ursprüngliche Nachricht-

Von: Piotr Zarzycki 
mailto:piotrzarzyck...@gmail.com>>

Gesendet: Montag, 22. Februar 2021 12:05

An: Apache Royale Development 
mailto:dev@royale.apache.org>>

Betreff: Re: Align Maven IDE distribution with Ant IDE distribution



We are using again compiler 0.9.8-SNAPSHOT yes ?



pon., 22 lut 2021 o 12:01 Alina Kazi 
mailto:alinakazi1...@gmail.com>> napisał(a):



> Thanks Chris.

>

> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> mailto:mjest...@iest.com>>

> wrote:

>

> > Thanks Chris, I'll be listening.

> >

> > Hiedra

> > -Mensaje original-

> > De: Christofer Dutz 
> > mailto:christofer.d...@c-ware.de>>

> > Enviado el: lunes, 22 de febrero de 2021 11:52

> > Para: dev@royale.apache.org

> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi all,

> >

> > so I had a look and it seems the distribution was missing a number of

> > libraries, which seem to have been added, since I created the

> distribution

> > in 2016 ... Some modules were added after that, but not all. It seems all

> > probelms you are reporting result from some of them 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
So I just disabled the ACE module again ... it does have a slightly odd 
structure and I wasn't sure how to configure it for a SWF build with maven.



-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Montag, 22. Februar 2021 12:25
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Ok ... 

After Carlos kindly provided me with the missing Adobe artifacts I could also 
try the "with-swf" build ... seems the ACE build needs some fixing ... I'm on 
it. 

Chris


-Ursprüngliche Nachricht-
Von: Maria Jose Esteve  
Gesendet: Montag, 22. Februar 2021 12:12
An: dev@royale.apache.org
Betreff: RE: Align Maven IDE distribution with Ant IDE distribution

Flying 



Hiedra

-Mensaje original-
De: Christofer Dutz 
Enviado el: lunes, 22 de febrero de 2021 12:09
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution



Hi all,





It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.

So it looks as if that's good (I really hate when things are out of sync ;) ).



Anyways ... I just pushed some chaged to typedef to build the ACE typedef module

And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).



Please try out these changes.





Chris







-Ursprüngliche Nachricht-

Von: Piotr Zarzycki 
mailto:piotrzarzyck...@gmail.com>>

Gesendet: Montag, 22. Februar 2021 12:05

An: Apache Royale Development 
mailto:dev@royale.apache.org>>

Betreff: Re: Align Maven IDE distribution with Ant IDE distribution



We are using again compiler 0.9.8-SNAPSHOT yes ?



pon., 22 lut 2021 o 12:01 Alina Kazi 
mailto:alinakazi1...@gmail.com>> napisał(a):



> Thanks Chris.

>

> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> mailto:mjest...@iest.com>>

> wrote:

>

> > Thanks Chris, I'll be listening.

> >

> > Hiedra

> > -Mensaje original-

> > De: Christofer Dutz 
> > mailto:christofer.d...@c-ware.de>>

> > Enviado el: lunes, 22 de febrero de 2021 11:52

> > Para: dev@royale.apache.org

> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi all,

> >

> > so I had a look and it seems the distribution was missing a number of

> > libraries, which seem to have been added, since I created the

> distribution

> > in 2016 ... Some modules were added after that, but not all. It seems all

> > probelms you are reporting result from some of them missing. I added them

> > and now they are correctly added to my distributions. I also compared

> them

> > with the ANT built version ... the last missing piece is the ACE module,

> > which was disabled in Maven as the Ace typedef was not a maven module. I

> > took the liberty of creating a Maven typedef module for ace and re-added

> > the ACE module to the Maven build and to the distribution.

> >

> > I'm currently testing a few things and will commit as soon as I'm happy

> > with my changes.

> >

> >

> > Chris

> >

> >

> > -Ursprüngliche Nachricht-

> > Von: Alina Kazi mailto:alinakazi1...@gmail.com>>

> > Gesendet: Montag, 22. Februar 2021 11:26

> > An: dev@royale.apache.org

> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi,

> > I am also facing a problem with latest SDK.

> > when I add something new in emulation and re-build SDK. when I recompile

> > the application with the latest distribution , error in application does

> > not go away that I already fixed in previous commit.

> > It seems that the distribution does not have everything latest that it

> > should have.

> >

> > -Alina

> >

> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > mailto:mjest...@iest.com>>

> > wrote:

> >

> > > I can't work either.

> > > With no Maven, Ant combination, always error: "Error  This

> > > tag could not be resolved to an ActionScript class ..."

> > >

> > > Do you know what happens? I am not able to understand or fix this.

> > >

> > > Hiedra.

> > >

> > > -Mensaje original-

> > > De: Piotr Zarzycki 
> > > mailto:piotrzarzyck...@gmail.com>> Enviado el: 
> > > lunes, 22

> > > de febrero de 2021 11:03

> > > Para: Apache Royale Development 
> > > mailto:dev@royale.apache.org>>

> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

> > >

> > > Hi Guys,

> > >

> > > I just tried new distribution and I'm able to build simple example.

> > > However our Royale project is not building - I'm getting following

> > > exception:

> > >

> > > : Exception in thread "main" java.lang.NoClassDefFoundError:

> > > org/apache/commons/lang/StringEscapeUtils

> > > : at

> > >

> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(

> > > LiteralEmitter.java:225)

> > > : at

> > >

> > > 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Ok ... 

After Carlos kindly provided me with the missing Adobe artifacts I could also 
try the "with-swf" build ... seems the ACE build needs some fixing ... I'm on 
it. 

Chris


-Ursprüngliche Nachricht-
Von: Maria Jose Esteve  
Gesendet: Montag, 22. Februar 2021 12:12
An: dev@royale.apache.org
Betreff: RE: Align Maven IDE distribution with Ant IDE distribution

Flying 



Hiedra

-Mensaje original-
De: Christofer Dutz 
Enviado el: lunes, 22 de febrero de 2021 12:09
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution



Hi all,





It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.

So it looks as if that's good (I really hate when things are out of sync ;) ).



Anyways ... I just pushed some chaged to typedef to build the ACE typedef module

And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).



Please try out these changes.





Chris







-Ursprüngliche Nachricht-

Von: Piotr Zarzycki 
mailto:piotrzarzyck...@gmail.com>>

Gesendet: Montag, 22. Februar 2021 12:05

An: Apache Royale Development 
mailto:dev@royale.apache.org>>

Betreff: Re: Align Maven IDE distribution with Ant IDE distribution



We are using again compiler 0.9.8-SNAPSHOT yes ?



pon., 22 lut 2021 o 12:01 Alina Kazi 
mailto:alinakazi1...@gmail.com>> napisał(a):



> Thanks Chris.

>

> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> mailto:mjest...@iest.com>>

> wrote:

>

> > Thanks Chris, I'll be listening.

> >

> > Hiedra

> > -Mensaje original-

> > De: Christofer Dutz 
> > mailto:christofer.d...@c-ware.de>>

> > Enviado el: lunes, 22 de febrero de 2021 11:52

> > Para: dev@royale.apache.org

> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi all,

> >

> > so I had a look and it seems the distribution was missing a number of

> > libraries, which seem to have been added, since I created the

> distribution

> > in 2016 ... Some modules were added after that, but not all. It seems all

> > probelms you are reporting result from some of them missing. I added them

> > and now they are correctly added to my distributions. I also compared

> them

> > with the ANT built version ... the last missing piece is the ACE module,

> > which was disabled in Maven as the Ace typedef was not a maven module. I

> > took the liberty of creating a Maven typedef module for ace and re-added

> > the ACE module to the Maven build and to the distribution.

> >

> > I'm currently testing a few things and will commit as soon as I'm happy

> > with my changes.

> >

> >

> > Chris

> >

> >

> > -Ursprüngliche Nachricht-

> > Von: Alina Kazi mailto:alinakazi1...@gmail.com>>

> > Gesendet: Montag, 22. Februar 2021 11:26

> > An: dev@royale.apache.org

> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi,

> > I am also facing a problem with latest SDK.

> > when I add something new in emulation and re-build SDK. when I recompile

> > the application with the latest distribution , error in application does

> > not go away that I already fixed in previous commit.

> > It seems that the distribution does not have everything latest that it

> > should have.

> >

> > -Alina

> >

> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > mailto:mjest...@iest.com>>

> > wrote:

> >

> > > I can't work either.

> > > With no Maven, Ant combination, always error: "Error  This

> > > tag could not be resolved to an ActionScript class ..."

> > >

> > > Do you know what happens? I am not able to understand or fix this.

> > >

> > > Hiedra.

> > >

> > > -Mensaje original-

> > > De: Piotr Zarzycki 
> > > mailto:piotrzarzyck...@gmail.com>> Enviado el: 
> > > lunes, 22

> > > de febrero de 2021 11:03

> > > Para: Apache Royale Development 
> > > mailto:dev@royale.apache.org>>

> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

> > >

> > > Hi Guys,

> > >

> > > I just tried new distribution and I'm able to build simple example.

> > > However our Royale project is not building - I'm getting following

> > > exception:

> > >

> > > : Exception in thread "main" java.lang.NoClassDefFoundError:

> > > org/apache/commons/lang/StringEscapeUtils

> > > : at

> > >

> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(

> > > LiteralEmitter.java:225)

> > > : at

> > >

> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.

> > > emitLiteral(JSRoyaleEmitter.java:1040)

> > > : at

> > > org.apache.royale.compiler.internal.codegen.as

> > > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)

> > > : at

> > > org.apache.royale.compiler.internal.visitor.as

> > > .ASNodeSwitch.handle(ASNodeSwitch.java:373)

> > > : at

> > > 

Re: Compiler can't recognize HierarchicalData and properties in emulation

2021-02-22 Thread Alina Kazi
Josh was telling me to add hirarchicalData to mxroyale manifest file  which
I tried already but it didn't worked. Because the issue was with the
distribution.

Yes I just saw the latest commit from Chris I am compiling the SDK again.

Thanks Carlos and Chris.

On Mon, 22 Feb 2021, 4:04 PM Carlos Rovira,  wrote:

> Wait a while for Chris changes to add MXRoyale and check again.
> Probably is what Josh said, but since we're doing some fixes you can't
> check it
>
>
> El lun, 22 feb 2021 a las 10:24, Alina Kazi ()
> escribió:
>
> > Hi,
> > I tried adding that also. But it didn't work.
> >
> > I guess there's some problem with maven distribution.
> >
> > --
> > Alina Kazi
> >
> >
> > On Fri, Feb 19, 2021 at 10:13 PM Josh Tynjala  >
> > wrote:
> >
> > > I don't see HierarchicalData listed in the MXRoyale manifest file.
> Maybe
> > > that's the issue.
> > >
> > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
> > >
> > > --
> > > Josh Tynjala
> > > Bowler Hat LLC 
> > >
> > >
> > > On Fri, Feb 19, 2021 at 2:30 AM Alina Kazi 
> > > wrote:
> > >
> > > > Hi,
> > > > Compiling the application with the latest SDK.
> > > > HierarchicalData is present in mx royale along with all the
> properties
> > we
> > > > are using in the application. Still I am getting errors.
> > > > Screenshot attached.
> > > > https://ibb.co/8dsfYXC
> > > > Please if someone can see quickly, what's wrong.
> > > >
> > > > Thanks in Advance.
> > > >
> > >
> >
>
>
> --
> Carlos Rovira
> Apache Member & Apache Royale PMC
> *Apache Software Foundation*
> http://about.me/carlosrovira
>


RE: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Maria Jose Esteve
Flying 



Hiedra

-Mensaje original-
De: Christofer Dutz 
Enviado el: lunes, 22 de febrero de 2021 12:09
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution



Hi all,





It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.

So it looks as if that's good (I really hate when things are out of sync ;) ).



Anyways ... I just pushed some chaged to typedef to build the ACE typedef module

And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).



Please try out these changes.





Chris







-Ursprüngliche Nachricht-

Von: Piotr Zarzycki 
mailto:piotrzarzyck...@gmail.com>>

Gesendet: Montag, 22. Februar 2021 12:05

An: Apache Royale Development 
mailto:dev@royale.apache.org>>

Betreff: Re: Align Maven IDE distribution with Ant IDE distribution



We are using again compiler 0.9.8-SNAPSHOT yes ?



pon., 22 lut 2021 o 12:01 Alina Kazi 
mailto:alinakazi1...@gmail.com>> napisał(a):



> Thanks Chris.

>

> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> mailto:mjest...@iest.com>>

> wrote:

>

> > Thanks Chris, I'll be listening.

> >

> > Hiedra

> > -Mensaje original-

> > De: Christofer Dutz 
> > mailto:christofer.d...@c-ware.de>>

> > Enviado el: lunes, 22 de febrero de 2021 11:52

> > Para: dev@royale.apache.org

> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi all,

> >

> > so I had a look and it seems the distribution was missing a number of

> > libraries, which seem to have been added, since I created the

> distribution

> > in 2016 ... Some modules were added after that, but not all. It seems all

> > probelms you are reporting result from some of them missing. I added them

> > and now they are correctly added to my distributions. I also compared

> them

> > with the ANT built version ... the last missing piece is the ACE module,

> > which was disabled in Maven as the Ace typedef was not a maven module. I

> > took the liberty of creating a Maven typedef module for ace and re-added

> > the ACE module to the Maven build and to the distribution.

> >

> > I'm currently testing a few things and will commit as soon as I'm happy

> > with my changes.

> >

> >

> > Chris

> >

> >

> > -Ursprüngliche Nachricht-

> > Von: Alina Kazi mailto:alinakazi1...@gmail.com>>

> > Gesendet: Montag, 22. Februar 2021 11:26

> > An: dev@royale.apache.org

> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

> >

> > Hi,

> > I am also facing a problem with latest SDK.

> > when I add something new in emulation and re-build SDK. when I recompile

> > the application with the latest distribution , error in application does

> > not go away that I already fixed in previous commit.

> > It seems that the distribution does not have everything latest that it

> > should have.

> >

> > -Alina

> >

> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > mailto:mjest...@iest.com>>

> > wrote:

> >

> > > I can't work either.

> > > With no Maven, Ant combination, always error: "Error  This

> > > tag could not be resolved to an ActionScript class ..."

> > >

> > > Do you know what happens? I am not able to understand or fix this.

> > >

> > > Hiedra.

> > >

> > > -Mensaje original-

> > > De: Piotr Zarzycki 
> > > mailto:piotrzarzyck...@gmail.com>> Enviado el: 
> > > lunes, 22

> > > de febrero de 2021 11:03

> > > Para: Apache Royale Development 
> > > mailto:dev@royale.apache.org>>

> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

> > >

> > > Hi Guys,

> > >

> > > I just tried new distribution and I'm able to build simple example.

> > > However our Royale project is not building - I'm getting following

> > > exception:

> > >

> > > : Exception in thread "main" java.lang.NoClassDefFoundError:

> > > org/apache/commons/lang/StringEscapeUtils

> > > : at

> > >

> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(

> > > LiteralEmitter.java:225)

> > > : at

> > >

> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.

> > > emitLiteral(JSRoyaleEmitter.java:1040)

> > > : at

> > > org.apache.royale.compiler.internal.codegen.as

> > > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)

> > > : at

> > > org.apache.royale.compiler.internal.visitor.as

> > > .ASNodeSwitch.handle(ASNodeSwitch.java:373)

> > > : at

> > > org.apache.royale.compiler.internal.visitor.as

> > > .ASNodeHandler.handle(ASNodeHandler.java:85)

> > > : at

> > > org.apache.royale.compiler.internal.visitor.as

> > > .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)

> > > : at

> > > org.apache.royale.compiler.internal.codegen.as

> > > .ASBlockWalker.walk(ASBlockWalker.java:159)

> > > : at

> > >

> > > 

RE: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Maria Jose Esteve
I think so, in one of the last commits it was reset to 0.9.8, before it was 
0.9.9.
But I have compiled the sdk on February 18 and I have the same error ... I 
DON'T UNDERSTAND ANYTHING sure there is something pre-cached ... I don't know ..

Hiedra

-Mensaje original-
De: Piotr Zarzycki  
Enviado el: lunes, 22 de febrero de 2021 12:05
Para: Apache Royale Development 
Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

We are using again compiler 0.9.8-SNAPSHOT yes ?

pon., 22 lut 2021 o 12:01 Alina Kazi  napisał(a):

> Thanks Chris.
>
> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> wrote:
>
> > Thanks Chris, I'll be listening.
> >
> > Hiedra
> > -Mensaje original-
> > De: Christofer Dutz 
> > Enviado el: lunes, 22 de febrero de 2021 11:52
> > Para: dev@royale.apache.org
> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi all,
> >
> > so I had a look and it seems the distribution was missing a number of
> > libraries, which seem to have been added, since I created the
> distribution
> > in 2016 ... Some modules were added after that, but not all. It seems all
> > probelms you are reporting result from some of them missing. I added them
> > and now they are correctly added to my distributions. I also compared
> them
> > with the ANT built version ... the last missing piece is the ACE module,
> > which was disabled in Maven as the Ace typedef was not a maven module. I
> > took the liberty of creating a Maven typedef module for ace and re-added
> > the ACE module to the Maven build and to the distribution.
> >
> > I'm currently testing a few things and will commit as soon as I'm happy
> > with my changes.
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alina Kazi 
> > Gesendet: Montag, 22. Februar 2021 11:26
> > An: dev@royale.apache.org
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi,
> > I am also facing a problem with latest SDK.
> > when I add something new in emulation and re-build SDK. when I recompile
> > the application with the latest distribution , error in application does
> > not go away that I already fixed in previous commit.
> > It seems that the distribution does not have everything latest that it
> > should have.
> >
> > -Alina
> >
> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > wrote:
> >
> > > I can't work either.
> > > With no Maven, Ant combination, always error: "Error  This
> > > tag could not be resolved to an ActionScript class ..."
> > >
> > > Do you know what happens? I am not able to understand or fix this.
> > >
> > > Hiedra.
> > >
> > > -Mensaje original-
> > > De: Piotr Zarzycki  Enviado el: lunes, 22
> > > de febrero de 2021 11:03
> > > Para: Apache Royale Development 
> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Guys,
> > >
> > > I just tried new distribution and I'm able to build simple example.
> > > However our Royale project is not building - I'm getting following
> > > exception:
> > >
> > > : Exception in thread "main" java.lang.NoClassDefFoundError:
> > > org/apache/commons/lang/StringEscapeUtils
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> > > LiteralEmitter.java:225)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitLiteral(JSRoyaleEmitter.java:1040)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeHandler.handle(ASNodeHandler.java:85)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.walk(ASBlockWalker.java:159)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> > > AssignedValue(JSGoogEmitter.java:965)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> > > tCoercion(JSEmitter.java:917)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> > > : at
> > >
> > > 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Hi all,


It seems Carlos reset the version of the compiler and updated the version in 
the asjs module.
So it looks as if that's good (I really hate when things are out of sync ;) ).

Anyways ... I just pushed some chaged to typedef to build the ACE typedef module
And updated the asjs module to build the ACE framework module and fine tuned 
the distribution to add the missing swcs (JS and SWF).

Please try out these changes.


Chris



-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Montag, 22. Februar 2021 12:05
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

We are using again compiler 0.9.8-SNAPSHOT yes ?

pon., 22 lut 2021 o 12:01 Alina Kazi  napisał(a):

> Thanks Chris.
>
> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> wrote:
>
> > Thanks Chris, I'll be listening.
> >
> > Hiedra
> > -Mensaje original-
> > De: Christofer Dutz 
> > Enviado el: lunes, 22 de febrero de 2021 11:52
> > Para: dev@royale.apache.org
> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi all,
> >
> > so I had a look and it seems the distribution was missing a number of
> > libraries, which seem to have been added, since I created the
> distribution
> > in 2016 ... Some modules were added after that, but not all. It seems all
> > probelms you are reporting result from some of them missing. I added them
> > and now they are correctly added to my distributions. I also compared
> them
> > with the ANT built version ... the last missing piece is the ACE module,
> > which was disabled in Maven as the Ace typedef was not a maven module. I
> > took the liberty of creating a Maven typedef module for ace and re-added
> > the ACE module to the Maven build and to the distribution.
> >
> > I'm currently testing a few things and will commit as soon as I'm happy
> > with my changes.
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alina Kazi 
> > Gesendet: Montag, 22. Februar 2021 11:26
> > An: dev@royale.apache.org
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi,
> > I am also facing a problem with latest SDK.
> > when I add something new in emulation and re-build SDK. when I recompile
> > the application with the latest distribution , error in application does
> > not go away that I already fixed in previous commit.
> > It seems that the distribution does not have everything latest that it
> > should have.
> >
> > -Alina
> >
> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > wrote:
> >
> > > I can't work either.
> > > With no Maven, Ant combination, always error: "Error  This
> > > tag could not be resolved to an ActionScript class ..."
> > >
> > > Do you know what happens? I am not able to understand or fix this.
> > >
> > > Hiedra.
> > >
> > > -Mensaje original-
> > > De: Piotr Zarzycki  Enviado el: lunes, 22
> > > de febrero de 2021 11:03
> > > Para: Apache Royale Development 
> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Guys,
> > >
> > > I just tried new distribution and I'm able to build simple example.
> > > However our Royale project is not building - I'm getting following
> > > exception:
> > >
> > > : Exception in thread "main" java.lang.NoClassDefFoundError:
> > > org/apache/commons/lang/StringEscapeUtils
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> > > LiteralEmitter.java:225)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitLiteral(JSRoyaleEmitter.java:1040)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeHandler.handle(ASNodeHandler.java:85)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.walk(ASBlockWalker.java:159)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> > > AssignedValue(JSGoogEmitter.java:965)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> > > tCoercion(JSEmitter.java:917)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> > > : at
> > >
> > > 

Re: Error open vsCode with ActionScript extension

2021-02-22 Thread Carlos Rovira
Hi Maria Jose,
I see you responded to the other thread so you are aware of the problems.
Hope that is fixed in a while and we could download and test all.

El lun, 22 feb 2021 a las 0:28, Maria Jose Esteve ()
escribió:

> Hello good evening.
> I have compiled, without any problem, the SDK with the latest commits from
> Carlos, with Maven.
> When I open my wrks [1] of the TDJ with vsCode the ActionScript & MXML
> extension gives an error and does not load [2].
> There are errors in the java console [3] but I don't know how to interpret
> them correctly.
>
> [1]
> {
> "folders": [
> {
>"path":
> ".\\royale-asjs\\examples\\jewel\\TourDeJewel"
> }
> ],
> "settings": {
> "as3mxml.sdk.framework": "D:\\Apache\\apache-royale-0.9.8-maven", //My
> distribution
>"as3mxml.sdk.editor":
> "D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" //source code sdk
> }
> }
>
> [2]
> The ActionScript & MXML extension failed to start.
> Internal Error
> [3]
> https://drive.google.com/file/d/18PBwXyp9sQtD2dqGGYb-R8sfhJ-PJMfQ/view?usp=sharing
> [4]
> https://drive.google.com/file/d/1VF25dN8cJndVq1PpsYP7HqeBf8z0_0jM/view?usp=sharing
> (Log de HostExtension)
>
> I had this problem "on my other pc" and I solved it by downloading asjs,
> compiler, typedef and compiling it with mvn + ant. I didn't have the
> problem setting up the Jenkins sdk.
> I have tried this myself now and it also fixes the problem.
>
> The problem occurs with my mvn distribution. Does it happen to someone
> else?
>
> Thx.
> Hiedra
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Piotr Zarzycki
We are using again compiler 0.9.8-SNAPSHOT yes ?

pon., 22 lut 2021 o 12:01 Alina Kazi  napisał(a):

> Thanks Chris.
>
> On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve 
> wrote:
>
> > Thanks Chris, I'll be listening.
> >
> > Hiedra
> > -Mensaje original-
> > De: Christofer Dutz 
> > Enviado el: lunes, 22 de febrero de 2021 11:52
> > Para: dev@royale.apache.org
> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi all,
> >
> > so I had a look and it seems the distribution was missing a number of
> > libraries, which seem to have been added, since I created the
> distribution
> > in 2016 ... Some modules were added after that, but not all. It seems all
> > probelms you are reporting result from some of them missing. I added them
> > and now they are correctly added to my distributions. I also compared
> them
> > with the ANT built version ... the last missing piece is the ACE module,
> > which was disabled in Maven as the Ace typedef was not a maven module. I
> > took the liberty of creating a Maven typedef module for ace and re-added
> > the ACE module to the Maven build and to the distribution.
> >
> > I'm currently testing a few things and will commit as soon as I'm happy
> > with my changes.
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Alina Kazi 
> > Gesendet: Montag, 22. Februar 2021 11:26
> > An: dev@royale.apache.org
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi,
> > I am also facing a problem with latest SDK.
> > when I add something new in emulation and re-build SDK. when I recompile
> > the application with the latest distribution , error in application does
> > not go away that I already fixed in previous commit.
> > It seems that the distribution does not have everything latest that it
> > should have.
> >
> > -Alina
> >
> > On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> > wrote:
> >
> > > I can't work either.
> > > With no Maven, Ant combination, always error: "Error  This
> > > tag could not be resolved to an ActionScript class ..."
> > >
> > > Do you know what happens? I am not able to understand or fix this.
> > >
> > > Hiedra.
> > >
> > > -Mensaje original-
> > > De: Piotr Zarzycki  Enviado el: lunes, 22
> > > de febrero de 2021 11:03
> > > Para: Apache Royale Development 
> > > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Guys,
> > >
> > > I just tried new distribution and I'm able to build simple example.
> > > However our Royale project is not building - I'm getting following
> > > exception:
> > >
> > > : Exception in thread "main" java.lang.NoClassDefFoundError:
> > > org/apache/commons/lang/StringEscapeUtils
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> > > LiteralEmitter.java:225)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitLiteral(JSRoyaleEmitter.java:1040)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .ASNodeHandler.handle(ASNodeHandler.java:85)
> > > : at
> > > org.apache.royale.compiler.internal.visitor.as
> > > .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> > > : at
> > > org.apache.royale.compiler.internal.codegen.as
> > > .ASBlockWalker.walk(ASBlockWalker.java:159)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> > > AssignedValue(JSGoogEmitter.java:965)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> > > tCoercion(JSEmitter.java:917)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > > sEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments
> > > (JSEmitter.java:259)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > emitArguments(JSRoyaleEmitter.java:986)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.
> > > emit(FunctionCallEmitter.java:693)
> > > : at
> > >
> > > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > > 

Re: Compiler can't recognize HierarchicalData and properties in emulation

2021-02-22 Thread Carlos Rovira
Wait a while for Chris changes to add MXRoyale and check again.
Probably is what Josh said, but since we're doing some fixes you can't
check it


El lun, 22 feb 2021 a las 10:24, Alina Kazi ()
escribió:

> Hi,
> I tried adding that also. But it didn't work.
>
> I guess there's some problem with maven distribution.
>
> --
> Alina Kazi
>
>
> On Fri, Feb 19, 2021 at 10:13 PM Josh Tynjala 
> wrote:
>
> > I don't see HierarchicalData listed in the MXRoyale manifest file. Maybe
> > that's the issue.
> >
> >
> >
> https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC 
> >
> >
> > On Fri, Feb 19, 2021 at 2:30 AM Alina Kazi 
> > wrote:
> >
> > > Hi,
> > > Compiling the application with the latest SDK.
> > > HierarchicalData is present in mx royale along with all the properties
> we
> > > are using in the application. Still I am getting errors.
> > > Screenshot attached.
> > > https://ibb.co/8dsfYXC
> > > Please if someone can see quickly, what's wrong.
> > >
> > > Thanks in Advance.
> > >
> >
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Alina Kazi
Thanks Chris.

On Mon, Feb 22, 2021 at 3:59 PM Maria Jose Esteve  wrote:

> Thanks Chris, I'll be listening.
>
> Hiedra
> -Mensaje original-
> De: Christofer Dutz 
> Enviado el: lunes, 22 de febrero de 2021 11:52
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi all,
>
> so I had a look and it seems the distribution was missing a number of
> libraries, which seem to have been added, since I created the distribution
> in 2016 ... Some modules were added after that, but not all. It seems all
> probelms you are reporting result from some of them missing. I added them
> and now they are correctly added to my distributions. I also compared them
> with the ANT built version ... the last missing piece is the ACE module,
> which was disabled in Maven as the Ace typedef was not a maven module. I
> took the liberty of creating a Maven typedef module for ace and re-added
> the ACE module to the Maven build and to the distribution.
>
> I'm currently testing a few things and will commit as soon as I'm happy
> with my changes.
>
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Alina Kazi 
> Gesendet: Montag, 22. Februar 2021 11:26
> An: dev@royale.apache.org
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi,
> I am also facing a problem with latest SDK.
> when I add something new in emulation and re-build SDK. when I recompile
> the application with the latest distribution , error in application does
> not go away that I already fixed in previous commit.
> It seems that the distribution does not have everything latest that it
> should have.
>
> -Alina
>
> On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve 
> wrote:
>
> > I can't work either.
> > With no Maven, Ant combination, always error: "Error  This
> > tag could not be resolved to an ActionScript class ..."
> >
> > Do you know what happens? I am not able to understand or fix this.
> >
> > Hiedra.
> >
> > -Mensaje original-
> > De: Piotr Zarzycki  Enviado el: lunes, 22
> > de febrero de 2021 11:03
> > Para: Apache Royale Development 
> > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Guys,
> >
> > I just tried new distribution and I'm able to build simple example.
> > However our Royale project is not building - I'm getting following
> > exception:
> >
> > : Exception in thread "main" java.lang.NoClassDefFoundError:
> > org/apache/commons/lang/StringEscapeUtils
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> > LiteralEmitter.java:225)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > emitLiteral(JSRoyaleEmitter.java:1040)
> > : at
> > org.apache.royale.compiler.internal.codegen.as
> > .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> > : at
> > org.apache.royale.compiler.internal.visitor.as
> > .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> > : at
> > org.apache.royale.compiler.internal.visitor.as
> > .ASNodeHandler.handle(ASNodeHandler.java:85)
> > : at
> > org.apache.royale.compiler.internal.visitor.as
> > .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> > : at
> > org.apache.royale.compiler.internal.codegen.as
> > .ASBlockWalker.walk(ASBlockWalker.java:159)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> > AssignedValue(JSGoogEmitter.java:965)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> > tCoercion(JSEmitter.java:917)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> > sEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments
> > (JSEmitter.java:259)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > emitArguments(JSRoyaleEmitter.java:986)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.
> > emit(FunctionCallEmitter.java:693)
> > : at
> >
> > org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> > emitFunctionCall(JSRoyaleEmitter.java:906)
> > : at
> > org.apache.royale.compiler.internal.codegen.as
> > .ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
> > : at
> > org.apache.royale.compiler.internal.visitor.as
> > .ASNodeSwitch.handle(ASNodeSwitch.java:207)
> > : at
> > org.apache.royale.compiler.internal.visitor.as
> > .ASNodeHandler.handle(ASNodeHandler.java:85)
> > : at
> > 

RE: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Maria Jose Esteve
Thanks Chris, I'll be listening.

Hiedra
-Mensaje original-
De: Christofer Dutz  
Enviado el: lunes, 22 de febrero de 2021 11:52
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

Hi all,

so I had a look and it seems the distribution was missing a number of 
libraries, which seem to have been added, since I created the distribution in 
2016 ... Some modules were added after that, but not all. It seems all probelms 
you are reporting result from some of them missing. I added them and now they 
are correctly added to my distributions. I also compared them with the ANT 
built version ... the last missing piece is the ACE module, which was disabled 
in Maven as the Ace typedef was not a maven module. I took the liberty of 
creating a Maven typedef module for ace and re-added the ACE module to the 
Maven build and to the distribution.

I'm currently testing a few things and will commit as soon as I'm happy with my 
changes.


Chris


-Ursprüngliche Nachricht-
Von: Alina Kazi 
Gesendet: Montag, 22. Februar 2021 11:26
An: dev@royale.apache.org
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi,
I am also facing a problem with latest SDK.
when I add something new in emulation and re-build SDK. when I recompile the 
application with the latest distribution , error in application does not go 
away that I already fixed in previous commit.
It seems that the distribution does not have everything latest that it should 
have.

-Alina

On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve  wrote:

> I can't work either.
> With no Maven, Ant combination, always error: "Error  This 
> tag could not be resolved to an ActionScript class ..."
>
> Do you know what happens? I am not able to understand or fix this.
>
> Hiedra.
>
> -Mensaje original-
> De: Piotr Zarzycki  Enviado el: lunes, 22 
> de febrero de 2021 11:03
> Para: Apache Royale Development 
> Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Guys,
>
> I just tried new distribution and I'm able to build simple example.
> However our Royale project is not building - I'm getting following
> exception:
>
> : Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/lang/StringEscapeUtils
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> LiteralEmitter.java:225)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitLiteral(JSRoyaleEmitter.java:1040)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> AssignedValue(JSGoogEmitter.java:965)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> tCoercion(JSEmitter.java:917)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments
> (JSEmitter.java:259)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitArguments(JSRoyaleEmitter.java:986)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.
> emit(FunctionCallEmitter.java:693)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitFunctionCall(JSRoyaleEmitter.java:906)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:207)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> AssignedValue(JSGoogEmitter.java:965)
> : at
>
> 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
Hi all,

so I had a look and it seems the distribution was missing a number of 
libraries, which seem to have been added, since I created the distribution in 
2016 ... Some modules were added after that, but not all. It seems all probelms 
you are reporting result from some of them missing. I added them and now they 
are correctly added to my distributions. I also compared them with the ANT 
built version ... the last missing piece is the ACE module, which was disabled 
in Maven as the Ace typedef was not a maven module. I took the liberty of 
creating a Maven typedef module for ace and re-added the ACE module to the 
Maven build and to the distribution.

I'm currently testing a few things and will commit as soon as I'm happy with my 
changes.


Chris


-Ursprüngliche Nachricht-
Von: Alina Kazi  
Gesendet: Montag, 22. Februar 2021 11:26
An: dev@royale.apache.org
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi,
I am also facing a problem with latest SDK.
when I add something new in emulation and re-build SDK. when I recompile the 
application with the latest distribution , error in application does not go 
away that I already fixed in previous commit.
It seems that the distribution does not have everything latest that it should 
have.

-Alina

On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve  wrote:

> I can't work either.
> With no Maven, Ant combination, always error: "Error  This 
> tag could not be resolved to an ActionScript class ..."
>
> Do you know what happens? I am not able to understand or fix this.
>
> Hiedra.
>
> -Mensaje original-
> De: Piotr Zarzycki  Enviado el: lunes, 22 
> de febrero de 2021 11:03
> Para: Apache Royale Development 
> Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Guys,
>
> I just tried new distribution and I'm able to build simple example.
> However our Royale project is not building - I'm getting following
> exception:
>
> : Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/lang/StringEscapeUtils
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(
> LiteralEmitter.java:225)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitLiteral(JSRoyaleEmitter.java:1040)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> AssignedValue(JSGoogEmitter.java:965)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> tCoercion(JSEmitter.java:917)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgument
> sEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments
> (JSEmitter.java:259)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitArguments(JSRoyaleEmitter.java:986)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.
> emit(FunctionCallEmitter.java:693)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitFunctionCall(JSRoyaleEmitter.java:906)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:207)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emit
> AssignedValue(JSGoogEmitter.java:965)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmen
> tCoercion(JSEmitter.java:917)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.
> emitAssignmentCoercion(JSRoyaleEmitter.java:1558)

Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Alina Kazi
Hi,
I am also facing a problem with latest SDK.
when I add something new in emulation and re-build SDK. when I recompile
the application with the latest distribution , error in application does
not go away that I already fixed in previous commit.
It seems that the distribution does not have everything latest that it
should have.

-Alina

On Mon, Feb 22, 2021 at 3:20 PM Maria Jose Esteve  wrote:

> I can't work either.
> With no Maven, Ant combination, always error: "Error  This tag
> could not be resolved to an ActionScript class ..."
>
> Do you know what happens? I am not able to understand or fix this.
>
> Hiedra.
>
> -Mensaje original-
> De: Piotr Zarzycki 
> Enviado el: lunes, 22 de febrero de 2021 11:03
> Para: Apache Royale Development 
> Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Guys,
>
> I just tried new distribution and I'm able to build simple example.
> However our Royale project is not building - I'm getting following
> exception:
>
> : Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/lang/StringEscapeUtils
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(LiteralEmitter.java:225)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitLiteral(JSRoyaleEmitter.java:1040)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:373)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:50)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:35)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments(JSEmitter.java:259)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitArguments(JSRoyaleEmitter.java:986)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.emit(FunctionCallEmitter.java:693)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitFunctionCall(JSRoyaleEmitter.java:906)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:207)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.super_emitBinaryOperator(BinaryOperatorEmitter.java:598)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.emit(BinaryOperatorEmitter.java:500)
> : at
>
> org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitBinaryOperator(JSRoyaleEmitter.java:1028)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.visitBinaryOperator(ASBlockWalker.java:538)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeSwitch.handle(ASNodeSwitch.java:348)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .ASNodeHandler.handle(ASNodeHandler.java:85)
> : at
> org.apache.royale.compiler.internal.visitor.as
> .BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
> : at
> org.apache.royale.compiler.internal.codegen.as
> .ASBlockWalker.walk(ASBlockWalker.java:159)
> : at
>
> 

RE: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Maria Jose Esteve
I can't work either.
With no Maven, Ant combination, always error: "Error  This tag could 
not be resolved to an ActionScript class ..."

Do you know what happens? I am not able to understand or fix this.

Hiedra.

-Mensaje original-
De: Piotr Zarzycki  
Enviado el: lunes, 22 de febrero de 2021 11:03
Para: Apache Royale Development 
Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Guys,

I just tried new distribution and I'm able to build simple example. However our 
Royale project is not building - I'm getting following exception:

: Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/lang/StringEscapeUtils
: at
org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(LiteralEmitter.java:225)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitLiteral(JSRoyaleEmitter.java:1040)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:373)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:50)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:35)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments(JSEmitter.java:259)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitArguments(JSRoyaleEmitter.java:986)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.emit(FunctionCallEmitter.java:693)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitFunctionCall(JSRoyaleEmitter.java:906)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:207)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
: at
org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.super_emitBinaryOperator(BinaryOperatorEmitter.java:598)
: at
org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.emit(BinaryOperatorEmitter.java:500)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitBinaryOperator(JSRoyaleEmitter.java:1028)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitBinaryOperator(ASBlockWalker.java:538)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:348)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter.emit(StatementEmitter.java:40)
: at
org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter.emit(StatementEmitter.java:29)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitStatement(JSEmitter.java:349)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitStatement(JSRoyaleEmitter.java:1204)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitBlock(ASBlockWalker.java:349)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:278)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at

Re: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Piotr Zarzycki
Hi Guys,

I just tried new distribution and I'm able to build simple example. However
our Royale project is not building - I'm getting following exception:

: Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/lang/StringEscapeUtils
: at
org.apache.royale.compiler.internal.codegen.js.jx.LiteralEmitter.emit(LiteralEmitter.java:225)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitLiteral(JSRoyaleEmitter.java:1040)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitLiteral(ASBlockWalker.java:479)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:373)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emitContents(FunctionCallArgumentsEmitter.java:103)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:50)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallArgumentsEmitter.emit(FunctionCallArgumentsEmitter.java:35)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitArguments(JSEmitter.java:259)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitArguments(JSRoyaleEmitter.java:986)
: at
org.apache.royale.compiler.internal.codegen.js.jx.FunctionCallEmitter.emit(FunctionCallEmitter.java:693)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitFunctionCall(JSRoyaleEmitter.java:906)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitFunctionCall(ASBlockWalker.java:330)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:207)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.goog.JSGoogEmitter.emitAssignedValue(JSGoogEmitter.java:965)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitAssignmentCoercion(JSEmitter.java:917)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitAssignmentCoercion(JSRoyaleEmitter.java:1558)
: at
org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.super_emitBinaryOperator(BinaryOperatorEmitter.java:598)
: at
org.apache.royale.compiler.internal.codegen.js.jx.BinaryOperatorEmitter.emit(BinaryOperatorEmitter.java:500)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitBinaryOperator(JSRoyaleEmitter.java:1028)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitBinaryOperator(ASBlockWalker.java:538)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:348)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter.emit(StatementEmitter.java:40)
: at
org.apache.royale.compiler.internal.codegen.js.jx.StatementEmitter.emit(StatementEmitter.java:29)
: at
org.apache.royale.compiler.internal.codegen.js.JSEmitter.emitStatement(JSEmitter.java:349)
: at
org.apache.royale.compiler.internal.codegen.js.royale.JSRoyaleEmitter.emitStatement(JSRoyaleEmitter.java:1204)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.visitBlock(ASBlockWalker.java:349)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeSwitch.handle(ASNodeSwitch.java:278)
: at
org.apache.royale.compiler.internal.visitor.as.ASNodeHandler.handle(ASNodeHandler.java:85)
: at
org.apache.royale.compiler.internal.visitor.as.BeforeAfterStrategy.handle(BeforeAfterStrategy.java:110)
: at
org.apache.royale.compiler.internal.codegen.as.ASBlockWalker.walk(ASBlockWalker.java:159)
: at
org.apache.royale.compiler.internal.codegen.as.ASEmitter.emitMethodScope(ASEmitter.java:830)
: at
org.apache.royale.compiler.internal.codegen.js.jx.MethodEmitter.emit(MethodEmitter.java:160)
: at

Re: Compiler can't recognize HierarchicalData and properties in emulation

2021-02-22 Thread Alina Kazi
Hi,
I tried adding that also. But it didn't work.

I guess there's some problem with maven distribution.

--
Alina Kazi


On Fri, Feb 19, 2021 at 10:13 PM Josh Tynjala 
wrote:

> I don't see HierarchicalData listed in the MXRoyale manifest file. Maybe
> that's the issue.
>
>
> https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
>
> --
> Josh Tynjala
> Bowler Hat LLC 
>
>
> On Fri, Feb 19, 2021 at 2:30 AM Alina Kazi 
> wrote:
>
> > Hi,
> > Compiling the application with the latest SDK.
> > HierarchicalData is present in mx royale along with all the properties we
> > are using in the application. Still I am getting errors.
> > Screenshot attached.
> > https://ibb.co/8dsfYXC
> > Please if someone can see quickly, what's wrong.
> >
> > Thanks in Advance.
> >
>