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\pro

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:

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 

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

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<mailto: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<mailto: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.ap

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<mailto: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<mailto: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:

> > >

> > > : 

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)
&

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-22 Thread Christofer Dutz
tents/Home/b
> > in
> > /java
> > > -jar
> > >
> > >
> > /Users/carlosrovira/.vscode/extensions/bowlerhatllc.vscode-nextgenas
> > -1
> > .6.0/bin/asconfigc.jar
> > > --sdk /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > --debug=true
> > > --project
> > >
> > /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/jewel/Tou
> > rD
> > eJewel/asconfig.json
> > > <
> > >
> > > Error: no se ha encontrado o cargado la clase principal 
> > > org.apache.royale.compiler.clients.MXMLJSC
> > > The terminal process
> > >
> > >
> > "/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/
> > bi
> > n/java
> > > '-jar',
> > >
> > >
> > '/Users/carlosrovira/.vscode/extensions/bowlerhatllc.vscode-nextgena
> > s-
> > 1.6.0/bin/asconfigc.jar',
> > > '--sdk', 
> > > '/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven',
> > > '--debug=true', '--project',
> > >
> > >
> >
> '/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/jewel/TourDeJewel/asconfig.json'"
> > > terminated with exit code: 1.
> > >
> > > Terminal will be reused by tasks, press any key to close it.
> > >
> > >
> > > 2.- I can build with CMD+ENTER. I get:
> > >
> > > Royale Compiler Shell
> > > (fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale
> > > --source-path+=src/main/resources --source-map=true
> > > --html-template=src/main/resources/jewel-example-index-template.ht
> > > ml 
> > > --theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults
> > > .c ss -js-dynamic-access-unknown-members=true -- 
> > > src/main/royale/App.mxml
> > > fcsh: Assigned 1 as the compile target id The project 'App' has 
> > > been successfully compiled and optimized.
> > > Compile status: 0
> > > Elapsed time: 26.925719521 seconds Feb 20, 2021 3:10:42 PM 
> > > com.google.javascript.jscomp.LoggerErrorManager
> > > printSummary
> > > INFO: 0 error(s), 0 warning(s), 97.8% typed
> > > (fcsh)
> > >
> > > I don't understand fully the differences between one method and 
> > > the other and why I get different results. I guess know what's 
> > > happening is needed
> > so
> > > Chris can do the proper changes. probably there are paths and 
> > > locations mixed.
> > >
> > > @Chris, one thing I did in the past was to compare maven 
> > > distribution
> > with
> > > ant distribution so both has most of the things in the same place. 
> > > I
> > think
> > > some files where left in more than one place (like mxmlc).
> > >
> > > If you could take a look at it, that will for sure fix the issue.
> > > You
> > have
> > > TDJ and the other project to test if that works and now we know 
> > > that is better to try with CMD+SHIFT+ENTER, then "Build Debug with 
> > > AS3 Extension Tour de Jewel"
> > >
> > >
> > >
> > >
> > > El vie, 19 feb 2021 a las 18:45, Piotr Zarzycki (<
> > > piotrzarzyck...@gmail.com>)
> > > escribió:
> > >
> > > > It looks like something bad has happened with my environment. I 
> > > > changed lately Java settings a bit. You can see what is setup in 
> > > > my
> > > stacktrace.
> > > >
> > > > I will get back to that over the weekend or on Monday.
> > > >
> > > > On Fri, 19 Feb 2021 at 18:24, Maria Jose Esteve 
> > > > 
> > > wrote:
> > > >
> > > > > Hi,
> > > > > Piotr, I just tested your distribution with my project and the
> > > > compilation
> > > > > was successful, no errors.
> > > > > Running the application seems to be working fine too.
> > > > > (I compile the application with mvn)
> > > > >
> > > > > What do they need me to try now?
> > > > >
> > > > > Hiedra.
> > > > > -Mensaje original-
> > > > > De: Piotr Zarzycki  Enviado el:
> > > > > viernes,
> > > > > 19 de febrero de 2021 18:11
> > > > > Para: Apache Royale Development 
> > > > > Asunto: Re: Align Maven IDE distribution with Ant IDE 
> > > > > distribution
> > > > >
> > > > >

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-20 Thread Christofer Dutz
quot;C:\\Temp\\RoyaleSDK"
> > > }
> > >
> > > Hit STRG+Enter and waited a bit ...
> > >
> > > Then I opened the output in Chrome and have a fully functioning 
> > > TDJ application.
> > >
> > > So I wouldn't consider the build broken.
> > >
> > > Chris
> > >
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Maria Jose Esteve 
> > > Gesendet: Freitag, 19. Februar 2021 17:51
> > > An: dev@royale.apache.org
> > > Betreff: RE: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Sure, that would be "expected", but like I told you: if I change 
> > > it to MXRoyaleJS.swc, the app "does nonsense".
> > > Maybe something has gotten my way.
> > >
> > > I will read your messages and see if I can help with something.
> > >
> > > Hiedra.
> > > -Mensaje original-
> > > De: Christofer Dutz  Enviado el: 
> > > viernes,
> > > 19 de febrero de 2021 14:12
> > > Para: dev@royale.apache.org
> > > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Hiedra,
> > >
> > > well I changed the distribution to make the names like in the ANT 
> > > distribution yesterday.
> > > But you are passing in an argument telling the compiler to use the 
> > > old format and now it should be the new ...
> > >
> > > Try:
> > > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: 
> > > defaults.css; For -compiler.exclude-defaults-css-files = MXRoyaleJS.swc:
> > > defaults.css;
> > >
> > > Instead of your variant.
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Maria Jose Esteve 
> > > Gesendet: Freitag, 19. Februar 2021 14:08
> > > An: dev@royale.apache.org
> > > Betreff: RE: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Yes, until recently I also compiled only with Maven. Due to the 
> > > problem with the spark.css I started to do the double compilation 
> > > of
> > MAVEN and ANT.
> > >
> > > It's funny, now, the swc's are not generated with 
> > > "-0.9.8-SNAPSHOT-js.swc" in the distribution BUT if in the pom 
> > > of my project I change in additionalCompilerOptions:
> > > -compiler.exclude-defaults-css-files = MXRoyale - $ 
> > > {royale.framework.version} -js.swc: defaults.css; For 
> > > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: 
> > > defaults.css; My application starts to do nonsense (for example 
> > > the change of selectedContent in my ApplicationMainContent does 
> > > not display)
> > >
> > > Chris, thank you.
> > > Hiedra
> > >
> > > -Mensaje original-
> > > De: Christofer Dutz  Enviado el: 
> > > viernes,
> > > 19 de febrero de 2021 13:09
> > > Para: dev@royale.apache.org
> > > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Hiedra,
> > >
> > > I have to admit that I've never used VSCode. Every time I do any 
> > > development I usually use one of the JetBrains IDEs.
> > > Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can 
> > > be used quite well. And I always compile with Maven.
> > >
> > > But thanks for the explanation on why the other path is set
> differently.
> > >
> > > I guess we'll have to wait till some others can tell me what needs 
> > > to be changed.
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Maria Jose Esteve 
> > > Gesendet: Freitag, 19. Februar 2021 12:48
> > > An: dev@royale.apache.org
> > > Betreff: RE: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Hello Chris,
> > > so that I can debug my changes in the SDK I need to set the path 
> > > of the "as3mxml.sdk.editor" to the asjs directory of my fork, for 
> > > this reason the path of the " as3mxml.sdk.framework" points to the 
> > > directory of the maven distribution and the "as3mxml.sdk.editor" 
> > > to
> code.
> > >
> > > ">> I'm not getting any errors from VSCode. But well ... if I hit
> > > SHIFT+Enter i

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
So I did a bit more of testing. 

So after I had no issues building Carlos' example, I tried the TourDeJewl 
example.
So I opened VSCode in the directory of TDJ example ... created a settings.json 
with the folowing content:

{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

Hit STRG+Enter and waited a bit ...

Then I opened the output in Chrome and have a fully functioning TDJ application.

So I wouldn't consider the build broken.

Chris



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

Sure, that would be "expected", but like I told you: if I change it to 
MXRoyaleJS.swc, the app "does nonsense".
Maybe something has gotten my way.

I will read your messages and see if I can help with something.

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

Hi Hiedra,

well I changed the distribution to make the names like in the ANT distribution 
yesterday.
But you are passing in an argument telling the compiler to use the old format 
and now it should be the new ...

Try:
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; For 
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css;

Instead of your variant.

Chris


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

Yes, until recently I also compiled only with Maven. Due to the problem with 
the spark.css I started to do the double compilation of MAVEN and ANT.

It's funny, now, the swc's are not generated with "-0.9.8-SNAPSHOT-js.swc" 
in the distribution BUT if in the pom of my project I change in 
additionalCompilerOptions:
-compiler.exclude-defaults-css-files = MXRoyale - $ {royale.framework.version} 
-js.swc: defaults.css; For -compiler.exclude-defaults-css-files = 
MXRoyaleJS.swc: defaults.css; My application starts to do nonsense (for example 
the change of selectedContent in my ApplicationMainContent does not display)

Chris, thank you.
Hiedra

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

Hi Hiedra,

I have to admit that I've never used VSCode. Every time I do any development I 
usually use one of the JetBrains IDEs.
Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be used quite 
well. And I always compile with Maven.

But thanks for the explanation on why the other path is set differently.

I guess we'll have to wait till some others can tell me what needs to be 
changed.

Chris


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

Hello Chris,
so that I can debug my changes in the SDK I need to set the path of the 
"as3mxml.sdk.editor" to the asjs directory of my fork, for this reason the path 
of the " as3mxml.sdk.framework" points to the directory of the maven 
distribution and the "as3mxml.sdk.editor" to code.

">> I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter 
it starts doing something where if failed prior to my 
>> changes this morning and is no longer complaining, but it's also not doing 
>> much (I can't see it create a "bin" directory)"

I don't quite understand this ... possibly because of my lack of knowledge.

I have not tried Carlos's project but this afternoon I will be able to do it 
and I will be able to give more details.

Thx.
Hiedra.

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

Hi Heidra,

I just updated Carlos' example to have the same type of setting 
(C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):

setings.js:
{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

workspace-code-workspace
{
"folders": [
{
"path": ".."
}
],
"settings": {
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}
}

I'm not getting any errors from VSCode. But

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Ok ... this is strange.

I unpacked the artifacts in the distribution and they contained the old content 
... then did it again and they contained the new one (Perhaps my Text editor 
had the file still open and didn't detect the change) ... I made sure the 
versions are all correct (Greg seems to have changed the versions correctly 
about a month ago). 

Now I re-opened Carlos' project in VSCode and hit STRG+Enter and it 
successfully compiled the application.

 So I probably need a little more explanation on what's actually not working. I 
for example have no idea where to look for the log output you mentioned. In 
VSCode all I saw was a never-ending running compilation and no error output on 
the IDE console.

Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Freitag, 19. Februar 2021 15:54
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Well I hope to submit a fix asap.

It's just very difficult for me to test as it works in all the setups I use but 
the problems only occur in the ones I don't use.

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki 
Gesendet: Freitag, 19. Februar 2021 15:52
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

It was usable of course it was. I was able to build project with distribution 
without any problem previously - that's why I asked for alignment more. :) Now 
it looks like it's broken farther.

pt., 19 lut 2021 o 15:50 Christofer Dutz 
napisał(a):

> As far as I understood it was never usable for people using IDEs or Ant.
> I thought that's what we're working on here?
>
> Or did I mis-understand something here?
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Freitag, 19. Februar 2021 15:49
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> I need newest compiler version for my projects - if that what you are 
> asking.
>
> In the other word distribution is not usable right now with Nightly ?
>
> pt., 19 lut 2021 o 15:42 Christofer Dutz 
> napisał(a):
>
> > And instantly after sending off the email I found the reason:
> >
> > It's actually due to the fact that we are in this strange transition 
> > state with a half done release and compiler and framework being out 
> > of sync. I think I better change the versions of the "repackaged 
> > compiler
> artifacts"
> > to actually have the compiler version and not the ASJS version :-(
> >
> > Right now I'm creating the correct jars but packing in the old ones.
> >
> > Why are we actually in this intermediate state?
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Freitag, 19. Februar 2021 15:39
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Ok ... so I had a look at the jars created by the modules in:
> >
> > royale-asjs\distribution\jars\compc
> >
> > These contain my changes ... however in the distribution for some 
> > strange reason they do not contain them.
> >
> > I'll investigate.
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Freitag, 19. Februar 2021 15:31
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Piotr,
> >
> > then just ignore my mumbling ... seems things have changed slightly 
> > in Maven ... good for us ... makes things simpler. But gotta 
> > remember that. So sorry for the noise.
> >
> > Well I haven't built anything with the SDK as I don't know how I 
> > would actually call it (I have allways just used Maven for that).
> > That's why I asked for the command you use to compile ...
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Freitag, 19. Februar 2021 15:06
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Chris,
> >
> > No change after your latest push I still have the same error. Did 
> > you try build yourself distribution and build some hello world ?
> >
> > pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
> > napisał(a):
> >
> > > I don't understand what you are saying here at all. I know that 
> > > when I do -DdistributionTargetFolder - I'm getting distribution 
> > > build in a folder which I wanted to, so what it a

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Well I hope to submit a fix asap.

It's just very difficult for me to test as it works in all the setups I use but 
the problems only occur in the ones I don't use.

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 15:52
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

It was usable of course it was. I was able to build project with distribution 
without any problem previously - that's why I asked for alignment more. :) Now 
it looks like it's broken farther.

pt., 19 lut 2021 o 15:50 Christofer Dutz 
napisał(a):

> As far as I understood it was never usable for people using IDEs or Ant.
> I thought that's what we're working on here?
>
> Or did I mis-understand something here?
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Freitag, 19. Februar 2021 15:49
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> I need newest compiler version for my projects - if that what you are 
> asking.
>
> In the other word distribution is not usable right now with Nightly ?
>
> pt., 19 lut 2021 o 15:42 Christofer Dutz 
> napisał(a):
>
> > And instantly after sending off the email I found the reason:
> >
> > It's actually due to the fact that we are in this strange transition 
> > state with a half done release and compiler and framework being out 
> > of sync. I think I better change the versions of the "repackaged 
> > compiler
> artifacts"
> > to actually have the compiler version and not the ASJS version :-(
> >
> > Right now I'm creating the correct jars but packing in the old ones.
> >
> > Why are we actually in this intermediate state?
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Freitag, 19. Februar 2021 15:39
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Ok ... so I had a look at the jars created by the modules in:
> >
> > royale-asjs\distribution\jars\compc
> >
> > These contain my changes ... however in the distribution for some 
> > strange reason they do not contain them.
> >
> > I'll investigate.
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Freitag, 19. Februar 2021 15:31
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Piotr,
> >
> > then just ignore my mumbling ... seems things have changed slightly 
> > in Maven ... good for us ... makes things simpler. But gotta 
> > remember that. So sorry for the noise.
> >
> > Well I haven't built anything with the SDK as I don't know how I 
> > would actually call it (I have allways just used Maven for that).
> > That's why I asked for the command you use to compile ...
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Freitag, 19. Februar 2021 15:06
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Chris,
> >
> > No change after your latest push I still have the same error. Did 
> > you try build yourself distribution and build some hello world ?
> >
> > pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
> > napisał(a):
> >
> > > I don't understand what you are saying here at all. I know that 
> > > when I do -DdistributionTargetFolder - I'm getting distribution 
> > > build in a folder which I wanted to, so what it actually does ?
> > >
> > > pt., 19 lut 2021 o 15:00 Christofer Dutz 
> > > 
> > > napisał(a):
> > >
> > >> Well actually is doesn set an Environmet Variable,
> > >>
> > >> It's more or less the other way around ... an Environment 
> > >> Variable can initialize a property in maven, but not the other way 
> > >> around.
> > >> And the magic for creating the directory distribution usualy only 
> > >> kicks in if you set an environment variable. But if your 
> > >> directory is not empty, just ignore my mumbling, then something 
> > >> has changed in Maven
> > >>
> > >> Chris
> > >>
> > >> -Ursprüngliche Nachricht-
> > >> Von: Piotr Zarzycki 
> > >> Gesendet: Freitag, 19. Februar 2021 1

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
As far as I understood it was never usable for people using IDEs or Ant.
I thought that's what we're working on here?

Or did I mis-understand something here?

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 15:49
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

I need newest compiler version for my projects - if that what you are asking.

In the other word distribution is not usable right now with Nightly ?

pt., 19 lut 2021 o 15:42 Christofer Dutz 
napisał(a):

> And instantly after sending off the email I found the reason:
>
> It's actually due to the fact that we are in this strange transition 
> state with a half done release and compiler and framework being out of 
> sync. I think I better change the versions of the "repackaged compiler 
> artifacts"
> to actually have the compiler version and not the ASJS version :-(
>
> Right now I'm creating the correct jars but packing in the old ones.
>
> Why are we actually in this intermediate state?
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Freitag, 19. Februar 2021 15:39
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok ... so I had a look at the jars created by the modules in:
>
> royale-asjs\distribution\jars\compc
>
> These contain my changes ... however in the distribution for some 
> strange reason they do not contain them.
>
> I'll investigate.
>
>
> Chris
>
>
> -Ursprüngliche Nachricht-----
> Von: Christofer Dutz 
> Gesendet: Freitag, 19. Februar 2021 15:31
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Piotr,
>
> then just ignore my mumbling ... seems things have changed slightly in 
> Maven ... good for us ... makes things simpler. But gotta remember 
> that. So sorry for the noise.
>
> Well I haven't built anything with the SDK as I don't know how I would 
> actually call it (I have allways just used Maven for that).
> That's why I asked for the command you use to compile ...
>
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Freitag, 19. Februar 2021 15:06
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Chris,
>
> No change after your latest push I still have the same error. Did you 
> try build yourself distribution and build some hello world ?
>
> pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
> napisał(a):
>
> > I don't understand what you are saying here at all. I know that when 
> > I do -DdistributionTargetFolder - I'm getting distribution build in 
> > a folder which I wanted to, so what it actually does ?
> >
> > pt., 19 lut 2021 o 15:00 Christofer Dutz 
> > napisał(a):
> >
> >> Well actually is doesn set an Environmet Variable,
> >>
> >> It's more or less the other way around ... an Environment Variable 
> >> can initialize a property in maven, but not the other way around.
> >> And the magic for creating the directory distribution usualy only 
> >> kicks in if you set an environment variable. But if your directory 
> >> is not empty, just ignore my mumbling, then something has changed 
> >> in Maven
> >>
> >> Chris
> >>
> >> -Ursprüngliche Nachricht-
> >> Von: Piotr Zarzycki 
> >> Gesendet: Freitag, 19. Februar 2021 14:50
> >> An: Apache Royale Development 
> >> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >>
> >> I'm pointing an empty directory called distribution. Prefix -D sets 
> >> for me temporary env variable -> -DdistributionTargetFolder=path
> >>
> >> pt., 19 lut 2021 o 14:48 Christofer Dutz 
> >> 
> >> napisał(a):
> >>
> >> > Does this creat the directory?
> >> >
> >> > Cause I think you have to set an Environment Variable:
> >> >
> >> > set distributionTargetFolder=d:\Work\royale_ide\distribution
> >> >
> >> > mvn clean install
> >> >
> >> > Chris
> >> >
> >> >
> >> > -Ursprüngliche Nachricht-
> >> > Von: Piotr Zarzycki 
> >> > Gesendet: Freitag, 19. Februar 2021 14:41
> >> > An: Apache Royale Development 
> >> > Betreff: Re: Align Maven IDE distribution with Ant IDE 
> >> > distribution
> >> >
> >> > I have executed something like tha

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
And instantly after sending off the email I found the reason:

It's actually due to the fact that we are in this strange transition state with 
a half done release and compiler and framework being out of sync. I think I 
better change the versions of the "repackaged compiler artifacts" to actually 
have the compiler version and not the ASJS version :-(

Right now I'm creating the correct jars but packing in the old ones.

Why are we actually in this intermediate state?

Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Freitag, 19. Februar 2021 15:39
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Ok ... so I had a look at the jars created by the modules in:

royale-asjs\distribution\jars\compc

These contain my changes ... however in the distribution for some strange 
reason they do not contain them.

I'll investigate.


Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz 
Gesendet: Freitag, 19. Februar 2021 15:31
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Hi Piotr,

then just ignore my mumbling ... seems things have changed slightly in Maven 
... good for us ... makes things simpler. But gotta remember that. So sorry for 
the noise.

Well I haven't built anything with the SDK as I don't know how I would actually 
call it (I have allways just used Maven for that).
That's why I asked for the command you use to compile ...


Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki 
Gesendet: Freitag, 19. Februar 2021 15:06
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

No change after your latest push I still have the same error. Did you try build 
yourself distribution and build some hello world ?

pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
napisał(a):

> I don't understand what you are saying here at all. I know that when I 
> do -DdistributionTargetFolder - I'm getting distribution build in a 
> folder which I wanted to, so what it actually does ?
>
> pt., 19 lut 2021 o 15:00 Christofer Dutz 
> napisał(a):
>
>> Well actually is doesn set an Environmet Variable,
>>
>> It's more or less the other way around ... an Environment Variable 
>> can initialize a property in maven, but not the other way around.
>> And the magic for creating the directory distribution usualy only 
>> kicks in if you set an environment variable. But if your directory is 
>> not empty, just ignore my mumbling, then something has changed in 
>> Maven
>>
>> Chris
>>
>> -Ursprüngliche Nachricht-
>> Von: Piotr Zarzycki 
>> Gesendet: Freitag, 19. Februar 2021 14:50
>> An: Apache Royale Development 
>> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> I'm pointing an empty directory called distribution. Prefix -D sets 
>> for me temporary env variable -> -DdistributionTargetFolder=path
>>
>> pt., 19 lut 2021 o 14:48 Christofer Dutz 
>> napisał(a):
>>
>> > Does this creat the directory?
>> >
>> > Cause I think you have to set an Environment Variable:
>> >
>> > set distributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > mvn clean install
>> >
>> > Chris
>> >
>> >
>> > -Ursprüngliche Nachricht-
>> > Von: Piotr Zarzycki 
>> > Gesendet: Freitag, 19. Februar 2021 14:41
>> > An: Apache Royale Development 
>> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > I have executed something like that cause I didn't know that it 
>> > will use default compiler 0.9.9-SNAPSHOT
>> >
>> > mvn clean install -Droyale.compiler.version=0.9.9-SNAPSHOT
>> > -DdistributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > pt., 19 lut 2021 o 14:26 Christofer Dutz 
>> > 
>> > napisał(a):
>> >
>> > > Hi all,
>> > >
>> > > so I just pushed another change to the distribution that should 
>> > > fix the classpath problem.
>> > >
>> > > Piotr ... could you please try again? And if you send me the 
>> > > command you always axecute, I could test it on my side.
>> > >
>> > > Chris
>> > >
>> > >
>> > > -Ursprüngliche Nachricht-
>> > > Von: Christofer Dutz 
>> > > Gesendet: Freitag, 19. Februar 2021 14:12
>> > > An: dev@royale.apache.org
>> > > Betreff: AW: Align Maven IDE distribution with Ant IDE 
>> > > distribution
>> > >
>> > > Hi Hiedra,
>

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Ok ... so I had a look at the jars created by the modules in:

royale-asjs\distribution\jars\compc

These contain my changes ... however in the distribution for some strange 
reason they do not contain them.

I'll investigate.


Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Freitag, 19. Februar 2021 15:31
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Hi Piotr,

then just ignore my mumbling ... seems things have changed slightly in Maven 
... good for us ... makes things simpler. But gotta remember that. So sorry for 
the noise.

Well I haven't built anything with the SDK as I don't know how I would actually 
call it (I have allways just used Maven for that).
That's why I asked for the command you use to compile ...


Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki 
Gesendet: Freitag, 19. Februar 2021 15:06
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

No change after your latest push I still have the same error. Did you try build 
yourself distribution and build some hello world ?

pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
napisał(a):

> I don't understand what you are saying here at all. I know that when I 
> do -DdistributionTargetFolder - I'm getting distribution build in a 
> folder which I wanted to, so what it actually does ?
>
> pt., 19 lut 2021 o 15:00 Christofer Dutz 
> napisał(a):
>
>> Well actually is doesn set an Environmet Variable,
>>
>> It's more or less the other way around ... an Environment Variable 
>> can initialize a property in maven, but not the other way around.
>> And the magic for creating the directory distribution usualy only 
>> kicks in if you set an environment variable. But if your directory is 
>> not empty, just ignore my mumbling, then something has changed in 
>> Maven
>>
>> Chris
>>
>> -Ursprüngliche Nachricht-
>> Von: Piotr Zarzycki 
>> Gesendet: Freitag, 19. Februar 2021 14:50
>> An: Apache Royale Development 
>> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> I'm pointing an empty directory called distribution. Prefix -D sets 
>> for me temporary env variable -> -DdistributionTargetFolder=path
>>
>> pt., 19 lut 2021 o 14:48 Christofer Dutz 
>> napisał(a):
>>
>> > Does this creat the directory?
>> >
>> > Cause I think you have to set an Environment Variable:
>> >
>> > set distributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > mvn clean install
>> >
>> > Chris
>> >
>> >
>> > -Ursprüngliche Nachricht-
>> > Von: Piotr Zarzycki 
>> > Gesendet: Freitag, 19. Februar 2021 14:41
>> > An: Apache Royale Development 
>> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > I have executed something like that cause I didn't know that it 
>> > will use default compiler 0.9.9-SNAPSHOT
>> >
>> > mvn clean install -Droyale.compiler.version=0.9.9-SNAPSHOT
>> > -DdistributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > pt., 19 lut 2021 o 14:26 Christofer Dutz 
>> > 
>> > napisał(a):
>> >
>> > > Hi all,
>> > >
>> > > so I just pushed another change to the distribution that should 
>> > > fix the classpath problem.
>> > >
>> > > Piotr ... could you please try again? And if you send me the 
>> > > command you always axecute, I could test it on my side.
>> > >
>> > > Chris
>> > >
>> > >
>> > > -Ursprüngliche Nachricht-
>> > > Von: Christofer Dutz 
>> > > Gesendet: Freitag, 19. Februar 2021 14:12
>> > > An: dev@royale.apache.org
>> > > Betreff: AW: Align Maven IDE distribution with Ant IDE 
>> > > distribution
>> > >
>> > > Hi Hiedra,
>> > >
>> > > well I changed the distribution to make the names like in the ANT 
>> > > distribution yesterday.
>> > > But you are passing in an argument telling the compiler to use 
>> > > the old format and now it should be the new ...
>> > >
>> > > Try:
>> > > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: 
>> > > defaults.css; For -compiler.exclude-defaults-css-files = MXRoyaleJS.swc:
>> > > defaults.css;
>> > >
>> > > Instead of your variant.
>> > >
>> > > Chris
>> > >
>> > >
>> > 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Piotr,

then just ignore my mumbling ... seems things have changed slightly in Maven 
... good for us ... makes things simpler. But gotta remember that. So sorry for 
the noise.

Well I haven't built anything with the SDK as I don't know how I would actually 
call it (I have allways just used Maven for that).
That's why I asked for the command you use to compile ...


Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 15:06
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

No change after your latest push I still have the same error. Did you try build 
yourself distribution and build some hello world ?

pt., 19 lut 2021 o 15:04 Piotr Zarzycki 
napisał(a):

> I don't understand what you are saying here at all. I know that when I 
> do -DdistributionTargetFolder - I'm getting distribution build in a 
> folder which I wanted to, so what it actually does ?
>
> pt., 19 lut 2021 o 15:00 Christofer Dutz 
> napisał(a):
>
>> Well actually is doesn set an Environmet Variable,
>>
>> It's more or less the other way around ... an Environment Variable 
>> can initialize a property in maven, but not the other way around.
>> And the magic for creating the directory distribution usualy only 
>> kicks in if you set an environment variable. But if your directory is 
>> not empty, just ignore my mumbling, then something has changed in 
>> Maven
>>
>> Chris
>>
>> -Ursprüngliche Nachricht-
>> Von: Piotr Zarzycki 
>> Gesendet: Freitag, 19. Februar 2021 14:50
>> An: Apache Royale Development 
>> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> I'm pointing an empty directory called distribution. Prefix -D sets 
>> for me temporary env variable -> -DdistributionTargetFolder=path
>>
>> pt., 19 lut 2021 o 14:48 Christofer Dutz 
>> napisał(a):
>>
>> > Does this creat the directory?
>> >
>> > Cause I think you have to set an Environment Variable:
>> >
>> > set distributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > mvn clean install
>> >
>> > Chris
>> >
>> >
>> > -Ursprüngliche Nachricht-
>> > Von: Piotr Zarzycki 
>> > Gesendet: Freitag, 19. Februar 2021 14:41
>> > An: Apache Royale Development 
>> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > I have executed something like that cause I didn't know that it 
>> > will use default compiler 0.9.9-SNAPSHOT
>> >
>> > mvn clean install -Droyale.compiler.version=0.9.9-SNAPSHOT
>> > -DdistributionTargetFolder=d:\Work\royale_ide\distribution
>> >
>> > pt., 19 lut 2021 o 14:26 Christofer Dutz 
>> > 
>> > napisał(a):
>> >
>> > > Hi all,
>> > >
>> > > so I just pushed another change to the distribution that should 
>> > > fix the classpath problem.
>> > >
>> > > Piotr ... could you please try again? And if you send me the 
>> > > command you always axecute, I could test it on my side.
>> > >
>> > > Chris
>> > >
>> > >
>> > > -Ursprüngliche Nachricht-
>> > > Von: Christofer Dutz 
>> > > Gesendet: Freitag, 19. Februar 2021 14:12
>> > > An: dev@royale.apache.org
>> > > Betreff: AW: Align Maven IDE distribution with Ant IDE 
>> > > distribution
>> > >
>> > > Hi Hiedra,
>> > >
>> > > well I changed the distribution to make the names like in the ANT 
>> > > distribution yesterday.
>> > > But you are passing in an argument telling the compiler to use 
>> > > the old format and now it should be the new ...
>> > >
>> > > Try:
>> > > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: 
>> > > defaults.css; For -compiler.exclude-defaults-css-files = MXRoyaleJS.swc:
>> > > defaults.css;
>> > >
>> > > Instead of your variant.
>> > >
>> > > Chris
>> > >
>> > >
>> > > -Ursprüngliche Nachricht-
>> > > Von: Maria Jose Esteve 
>> > > Gesendet: Freitag, 19. Februar 2021 14:08
>> > > An: dev@royale.apache.org
>> > > Betreff: RE: Align Maven IDE distribution with Ant IDE 
>> > > distribution
>> > >
>> > > Yes, until recently I also compiled only with Maven. Due to the 
>> > > problem 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Well actually is doesn set an Environmet Variable,

It's more or less the other way around ... an Environment Variable can 
initialize a property in maven, but not the other way around.
And the magic for creating the directory distribution usualy only kicks in if 
you set an environment variable. But if your directory is not empty, just 
ignore my mumbling, then something has changed in Maven

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 14:50
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

I'm pointing an empty directory called distribution. Prefix -D sets for me 
temporary env variable -> -DdistributionTargetFolder=path

pt., 19 lut 2021 o 14:48 Christofer Dutz 
napisał(a):

> Does this creat the directory?
>
> Cause I think you have to set an Environment Variable:
>
> set distributionTargetFolder=d:\Work\royale_ide\distribution
>
> mvn clean install
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Freitag, 19. Februar 2021 14:41
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> I have executed something like that cause I didn't know that it will 
> use default compiler 0.9.9-SNAPSHOT
>
> mvn clean install -Droyale.compiler.version=0.9.9-SNAPSHOT
> -DdistributionTargetFolder=d:\Work\royale_ide\distribution
>
> pt., 19 lut 2021 o 14:26 Christofer Dutz 
> napisał(a):
>
> > Hi all,
> >
> > so I just pushed another change to the distribution that should fix 
> > the classpath problem.
> >
> > Piotr ... could you please try again? And if you send me the command 
> > you always axecute, I could test it on my side.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Freitag, 19. Februar 2021 14:12
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Hiedra,
> >
> > well I changed the distribution to make the names like in the ANT 
> > distribution yesterday.
> > But you are passing in an argument telling the compiler to use the 
> > old format and now it should be the new ...
> >
> > Try:
> > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; 
> > For -compiler.exclude-defaults-css-files = MXRoyaleJS.swc:
> > defaults.css;
> >
> > Instead of your variant.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Maria Jose Esteve 
> > Gesendet: Freitag, 19. Februar 2021 14:08
> > An: dev@royale.apache.org
> > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
> >
> > Yes, until recently I also compiled only with Maven. Due to the 
> > problem with the spark.css I started to do the double compilation of
> MAVEN and ANT.
> >
> > It's funny, now, the swc's are not generated with 
> > "-0.9.8-SNAPSHOT-js.swc" in the distribution BUT if in the pom 
> > of my project I change in additionalCompilerOptions:
> > -compiler.exclude-defaults-css-files = MXRoyale - $ 
> > {royale.framework.version} -js.swc: defaults.css; For 
> > -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; 
> > My application starts to do nonsense (for example the change of 
> > selectedContent in my ApplicationMainContent does not display)
> >
> > Chris, thank you.
> > Hiedra
> >
> > -Mensaje original-
> > De: Christofer Dutz  Enviado el: viernes,
> > 19 de febrero de 2021 13:09
> > Para: dev@royale.apache.org
> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Hiedra,
> >
> > I have to admit that I've never used VSCode. Every time I do any 
> > development I usually use one of the JetBrains IDEs.
> > Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be 
> > used quite well. And I always compile with Maven.
> >
> > But thanks for the explanation on why the other path is set differently.
> >
> > I guess we'll have to wait till some others can tell me what needs 
> > to be changed.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Maria Jose Esteve 
> > Gesendet: Freitag, 19. Februar 2021 12:48
> > An: dev@royale.apache.org
> > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hello Chris,
> > so that I can debug my changes in the SDK I need to set the path of 
> > the "as3

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Does this creat the directory?

Cause I think you have to set an Environment Variable:

set distributionTargetFolder=d:\Work\royale_ide\distribution 

mvn clean install

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 14:41
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

I have executed something like that cause I didn't know that it will use 
default compiler 0.9.9-SNAPSHOT

mvn clean install -Droyale.compiler.version=0.9.9-SNAPSHOT
-DdistributionTargetFolder=d:\Work\royale_ide\distribution

pt., 19 lut 2021 o 14:26 Christofer Dutz 
napisał(a):

> Hi all,
>
> so I just pushed another change to the distribution that should fix 
> the classpath problem.
>
> Piotr ... could you please try again? And if you send me the command 
> you always axecute, I could test it on my side.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Freitag, 19. Februar 2021 14:12
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Hiedra,
>
> well I changed the distribution to make the names like in the ANT 
> distribution yesterday.
> But you are passing in an argument telling the compiler to use the old 
> format and now it should be the new ...
>
> Try:
> -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; 
> For -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: 
> defaults.css;
>
> Instead of your variant.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Freitag, 19. Februar 2021 14:08
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Yes, until recently I also compiled only with Maven. Due to the 
> problem with the spark.css I started to do the double compilation of MAVEN 
> and ANT.
>
> It's funny, now, the swc's are not generated with 
> "-0.9.8-SNAPSHOT-js.swc" in the distribution BUT if in the pom of 
> my project I change in additionalCompilerOptions:
> -compiler.exclude-defaults-css-files = MXRoyale - $ 
> {royale.framework.version} -js.swc: defaults.css; For 
> -compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; 
> My application starts to do nonsense (for example the change of 
> selectedContent in my ApplicationMainContent does not display)
>
> Chris, thank you.
> Hiedra
>
> -----Mensaje original-
> De: Christofer Dutz  Enviado el: viernes, 
> 19 de febrero de 2021 13:09
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Hiedra,
>
> I have to admit that I've never used VSCode. Every time I do any 
> development I usually use one of the JetBrains IDEs.
> Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be 
> used quite well. And I always compile with Maven.
>
> But thanks for the explanation on why the other path is set differently.
>
> I guess we'll have to wait till some others can tell me what needs to 
> be changed.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Freitag, 19. Februar 2021 12:48
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Hello Chris,
> so that I can debug my changes in the SDK I need to set the path of 
> the "as3mxml.sdk.editor" to the asjs directory of my fork, for this 
> reason the path of the " as3mxml.sdk.framework" points to the 
> directory of the maven distribution and the "as3mxml.sdk.editor" to code.
>
> ">> I'm not getting any errors from VSCode. But well ... if I hit
> SHIFT+Enter it starts doing something where if failed prior to my
> >> changes this morning and is no longer complaining, but it's also 
> >> not
> doing much (I can't see it create a "bin" directory)"
>
> I don't quite understand this ... possibly because of my lack of knowledge.
>
> I have not tried Carlos's project but this afternoon I will be able to 
> do it and I will be able to give more details.
>
> Thx.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz  Enviado el: viernes, 
> 19 de febrero de 2021 11:51
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Heidra,
>
> I just updated Carlos' example to have the same type of setting 
> (C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):
>
> setings.js:
> {
> "as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
> "as3mxml.

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi all,

so I just pushed another change to the distribution that should fix the 
classpath problem. 

Piotr ... could you please try again? And if you send me the command you always 
axecute, I could test it on my side.

Chris


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

Hi Hiedra,

well I changed the distribution to make the names like in the ANT distribution 
yesterday.
But you are passing in an argument telling the compiler to use the old format 
and now it should be the new ...

Try:
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; For 
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css;

Instead of your variant.

Chris


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

Yes, until recently I also compiled only with Maven. Due to the problem with 
the spark.css I started to do the double compilation of MAVEN and ANT.

It's funny, now, the swc's are not generated with "-0.9.8-SNAPSHOT-js.swc" 
in the distribution BUT if in the pom of my project I change in 
additionalCompilerOptions:
-compiler.exclude-defaults-css-files = MXRoyale - $ {royale.framework.version} 
-js.swc: defaults.css; For -compiler.exclude-defaults-css-files = 
MXRoyaleJS.swc: defaults.css; My application starts to do nonsense (for example 
the change of selectedContent in my ApplicationMainContent does not display)

Chris, thank you.
Hiedra

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

Hi Hiedra,

I have to admit that I've never used VSCode. Every time I do any development I 
usually use one of the JetBrains IDEs.
Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be used quite 
well. And I always compile with Maven.

But thanks for the explanation on why the other path is set differently.

I guess we'll have to wait till some others can tell me what needs to be 
changed.

Chris


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

Hello Chris,
so that I can debug my changes in the SDK I need to set the path of the 
"as3mxml.sdk.editor" to the asjs directory of my fork, for this reason the path 
of the " as3mxml.sdk.framework" points to the directory of the maven 
distribution and the "as3mxml.sdk.editor" to code.

">> I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter 
it starts doing something where if failed prior to my 
>> changes this morning and is no longer complaining, but it's also not doing 
>> much (I can't see it create a "bin" directory)"

I don't quite understand this ... possibly because of my lack of knowledge.

I have not tried Carlos's project but this afternoon I will be able to do it 
and I will be able to give more details.

Thx.
Hiedra.

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

Hi Heidra,

I just updated Carlos' example to have the same type of setting 
(C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):

setings.js:
{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

workspace-code-workspace
{
"folders": [
{
"path": ".."
}
],
"settings": {
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}
}

I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter it 
starts doing something where if failed prior to my changes this morning and is 
no longer complaining, but it's also not doing much (I can't see it create a 
"bin" directory)

Chris


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

If I don't compile with ANT, the mxml extension in vsCode IDE, it doesn't 
recognize the valid asjs directory for "as3mxml.sdk.editor":
...
"settings": {
"as3mxml.sdk.framework": 
"d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
"as3mxml.sdk.editor&qu

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Hiedra,

well I changed the distribution to make the names like in the ANT distribution 
yesterday.
But you are passing in an argument telling the compiler to use the old format 
and now it should be the new ...

Try:
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css; For 
-compiler.exclude-defaults-css-files = MXRoyaleJS.swc: defaults.css;

Instead of your variant.

Chris


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

Yes, until recently I also compiled only with Maven. Due to the problem with 
the spark.css I started to do the double compilation of MAVEN and ANT.

It's funny, now, the swc's are not generated with "-0.9.8-SNAPSHOT-js.swc" 
in the distribution BUT if in the pom of my project I change in 
additionalCompilerOptions:
-compiler.exclude-defaults-css-files = MXRoyale - $ {royale.framework.version} 
-js.swc: defaults.css; For -compiler.exclude-defaults-css-files = 
MXRoyaleJS.swc: defaults.css; My application starts to do nonsense (for example 
the change of selectedContent in my ApplicationMainContent does not display)

Chris, thank you.
Hiedra

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

Hi Hiedra,

I have to admit that I've never used VSCode. Every time I do any development I 
usually use one of the JetBrains IDEs.
Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be used quite 
well. And I always compile with Maven.

But thanks for the explanation on why the other path is set differently.

I guess we'll have to wait till some others can tell me what needs to be 
changed.

Chris


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

Hello Chris,
so that I can debug my changes in the SDK I need to set the path of the 
"as3mxml.sdk.editor" to the asjs directory of my fork, for this reason the path 
of the " as3mxml.sdk.framework" points to the directory of the maven 
distribution and the "as3mxml.sdk.editor" to code.

">> I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter 
it starts doing something where if failed prior to my 
>> changes this morning and is no longer complaining, but it's also not doing 
>> much (I can't see it create a "bin" directory)"

I don't quite understand this ... possibly because of my lack of knowledge.

I have not tried Carlos's project but this afternoon I will be able to do it 
and I will be able to give more details.

Thx.
Hiedra.

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

Hi Heidra,

I just updated Carlos' example to have the same type of setting 
(C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):

setings.js:
{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

workspace-code-workspace
{
"folders": [
{
"path": ".."
}
],
"settings": {
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}
}

I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter it 
starts doing something where if failed prior to my changes this morning and is 
no longer complaining, but it's also not doing much (I can't see it create a 
"bin" directory)

Chris


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

If I don't compile with ANT, the mxml extension in vsCode IDE, it doesn't 
recognize the valid asjs directory for "as3mxml.sdk.editor":
...
"settings": {
"as3mxml.sdk.framework": 
"d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
"as3mxml.sdk.editor": 
"D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" < [download 
folder repo royale-asjs]
}
}

The error is:
" as3mxml.sdk.editor in settings does not point to a valid SDK. Requires..."

Thx.
Hiedra.

-Mensaje original-
De: Piotr Zarzycki  Enviado el: viernes, 19 de 
febrero de 2021 10:44
Para: Apache Royale Development 
Asunto: Re: Align Maven IDE distribution with Ant IDE

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Piotr,

It will use the one defined in the parent pom (framework) ... That's currently 
set to:

1.1.0
0.9.9-SNAPSHOT
0.9.8-SNAPSHOT

Hope that helps.

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 13:58
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris If I do this ->  mvn package in distribution directory - what compiler 
version will be used 0.9.8-SNAPSHOT or 0.9.9-SNAPSHOT ?

pt., 19 lut 2021 o 13:57 Christofer Dutz 
napisał(a):

> Hi Piotr,
>
> if you want the build to create the zip, simply cange into the 
> distribution directory and tun "mvn package" ... that should be enough.
> If you want the build to create an exploded installation in a given 
> directory, simply set a environment variable named 
> "distributionTargetFolder" to the path you want it created to and then 
> run "mvn package" ... or "mvn clean package" if you want to make sure 
> any previous distribution is cleaned up before deploying the new one there.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Freitag, 19. Februar 2021 13:52
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Thanks Maria, but it is Maven compilation of a whole sdk - I'm 
> interested in command line for distribution only.
>
> pt., 19 lut 2021 o 13:49 Maria Jose Esteve  napisał(a):
>
> > Piotr this is an excerpt from the MAVEN compilation of the last bat 
> > that I have released:
> >
> > set SDK_FOLDER=D:\Apache\apache-royale-0.9.8-iest
> > set 
> > ROYALE_ASJS_HOME=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs
> >
> > set MAVEN_OPTS=-Xms256m -Xmx1536m
> > set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xmx1024m cd 
> > %ROYALE_ASJS_HOME% call mvn clean install -P with-distribution 
> > -DdistributionTargetFolder="%SDK_FOLDER%"
> >
> > Hiedra
> >
> > -Mensaje original-
> > De: Piotr Zarzycki  Enviado el: viernes, 
> > 19 de febrero de 2021 13:21
> > Para: Apache Royale Development 
> > Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > How do you guys build distributions? What is the commandline in your
> case ?
> >
> > pt., 19 lut 2021 o 13:10 Piotr Zarzycki 
> > napisał(a):
> >
> > > I just tried generated distribution in VSCode to build TourDeJewel 
> > > and I have the same results!
> > >
> > > > Executing task: c:\Program Files\Java\jdk-11\bin\java.exe -jar
> > > c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.
> > > 0\ bin\asconfigc.jar --sdk d:\Work\royale_ide\distribution 
> > > --debug=true --project 
> > > d:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asco
> > > nf
> > > ig
> > > .json
> > > <
> > >
> > > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m 
> > > -Xmx3000m Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 
> > > -Xms356m -Xmx3000m
> > > Error: Could not find or load main class 
> > > org.apache.royale.compiler.clients.MXMLJSC
> > > Caused by: java.lang.NoClassDefFoundError:
> > > org/apache/flex/tools/FlexTool The terminal process "c:\Program 
> > > Files\Java\jdk-11\bin\java.exe '-jar',
> > > 'c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1
> > > .6
> > > .0 \bin\asconfigc.jar', '--sdk', 
> > > 'd:\Work\royale_ide\distribution',
> > > '--debug=true', '--project',
> > >
> >
> 'd:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig.json'"
> > > terminated with exit code: 1.
> > >
> > > What could be wrong with generation of that distribution? Carlos 
> > > doesn't have such problems...
> > >
> > >
> > > pt., 19 lut 2021 o 12:48 Maria Jose Esteve 
> > napisał(a):
> > >
> > >> Hello Chris,
> > >> so that I can debug my changes in the SDK I need to set the path 
> > >> of the "as3mxml.sdk.editor" to the asjs directory of my fork, for 
> > >> this reason the path of the " as3mxml.sdk.framework" points to 
> > >> the directory of the maven distribution and the 
> > >> "as3mxml.sdk.editor" to
> > code.
> > >>
> > >> ">> I'm not getting any errors from VSCode. But well ... if I hit
> > >> SHIFT+Enter it starts doing something where if failed prior t

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
I think I might have found out what's going on.

When simply calling a jar it will have the current jar in it's classpath and 
anything mentioned in the "META-INF/MANIFEST.MF" ... it seems that the 
repackaged Jars we create as part of the distribution build reference all jars 
correctly, however some of them are in the same directory and some are in the 
"external" subdirectory.

I think I have to find a way to update the MANIFEST.MF to add the "external" to 
the paths of the dependencies.

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 13:11
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

I just tried generated distribution in VSCode to build TourDeJewel and I have 
the same results!

> Executing task: c:\Program Files\Java\jdk-11\bin\java.exe -jar
c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.0\bin\asconfigc.jar
--sdk d:\Work\royale_ide\distribution --debug=true --project 
d:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig.json
<

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m -Xmx3000m Picked up 
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m -Xmx3000m
Error: Could not find or load main class 
org.apache.royale.compiler.clients.MXMLJSC
Caused by: java.lang.NoClassDefFoundError: org/apache/flex/tools/FlexTool The 
terminal process "c:\Program Files\Java\jdk-11\bin\java.exe '-jar', 
'c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.0\bin\asconfigc.jar',
'--sdk', 'd:\Work\royale_ide\distribution', '--debug=true', '--project', 
'd:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig.json'"
terminated with exit code: 1.

What could be wrong with generation of that distribution? Carlos doesn't have 
such problems...


pt., 19 lut 2021 o 12:48 Maria Jose Esteve  napisał(a):

> Hello Chris,
> so that I can debug my changes in the SDK I need to set the path of 
> the "as3mxml.sdk.editor" to the asjs directory of my fork, for this 
> reason the path of the " as3mxml.sdk.framework" points to the 
> directory of the maven distribution and the "as3mxml.sdk.editor" to code.
>
> ">> I'm not getting any errors from VSCode. But well ... if I hit
> SHIFT+Enter it starts doing something where if failed prior to my
> >> changes this morning and is no longer complaining, but it's also 
> >> not
> doing much (I can't see it create a "bin" directory)"
>
> I don't quite understand this ... possibly because of my lack of knowledge.
>
> I have not tried Carlos's project but this afternoon I will be able to 
> do it and I will be able to give more details.
>
> Thx.
> Hiedra.
>
> -----Mensaje original-
> De: Christofer Dutz  Enviado el: viernes, 
> 19 de febrero de 2021 11:51
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Heidra,
>
> I just updated Carlos' example to have the same type of setting 
> (C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):
>
> setings.js:
> {
> "as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
> "as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
> }
>
> workspace-code-workspace
> {
> "folders": [
> {
> "path": ".."
> }
> ],
> "settings": {
> "as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
> "as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
> }
> }
>
> I'm not getting any errors from VSCode. But well ... if I hit 
> SHIFT+Enter it starts doing something where if failed prior to my 
> changes this morning and is no longer complaining, but it's also not 
> doing much (I can't see it create a "bin" directory)
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Freitag, 19. Februar 2021 10:53
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> If I don't compile with ANT, the mxml extension in vsCode IDE, it 
> doesn't recognize the valid asjs directory for "as3mxml.sdk.editor":
> ...
> "settings": {
> "as3mxml.sdk.framework":
> "d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
> "as3mxml.sdk.editor":
> "D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" < 
> [download folder repo royale-asjs]
> }
> }
>
> The error is:
> " as3mxml.sdk.editor in settings does no

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Piotr,

if you want the build to create the zip, simply cange into the distribution 
directory and tun "mvn package" ... that should be enough.
If you want the build to create an exploded installation in a given directory, 
simply set a environment variable named "distributionTargetFolder" to the path 
you want it created to and then run "mvn package" ... or "mvn clean package" if 
you want to make sure any previous distribution is cleaned up before deploying 
the new one there.

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Freitag, 19. Februar 2021 13:52
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Thanks Maria, but it is Maven compilation of a whole sdk - I'm interested in 
command line for distribution only.

pt., 19 lut 2021 o 13:49 Maria Jose Esteve  napisał(a):

> Piotr this is an excerpt from the MAVEN compilation of the last bat 
> that I have released:
>
> set SDK_FOLDER=D:\Apache\apache-royale-0.9.8-iest
> set ROYALE_ASJS_HOME=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs
>
> set MAVEN_OPTS=-Xms256m -Xmx1536m
> set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xmx1024m cd 
> %ROYALE_ASJS_HOME% call mvn clean install -P with-distribution 
> -DdistributionTargetFolder="%SDK_FOLDER%"
>
> Hiedra
>
> -Mensaje original-
> De: Piotr Zarzycki  Enviado el: viernes, 19 
> de febrero de 2021 13:21
> Para: Apache Royale Development 
> Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
>
> How do you guys build distributions? What is the commandline in your case ?
>
> pt., 19 lut 2021 o 13:10 Piotr Zarzycki 
> napisał(a):
>
> > I just tried generated distribution in VSCode to build TourDeJewel 
> > and I have the same results!
> >
> > > Executing task: c:\Program Files\Java\jdk-11\bin\java.exe -jar
> > c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.
> > 0\ bin\asconfigc.jar --sdk d:\Work\royale_ide\distribution 
> > --debug=true --project 
> > d:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconf
> > ig
> > .json
> > <
> >
> > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m 
> > -Xmx3000m Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 
> > -Xms356m -Xmx3000m
> > Error: Could not find or load main class 
> > org.apache.royale.compiler.clients.MXMLJSC
> > Caused by: java.lang.NoClassDefFoundError:
> > org/apache/flex/tools/FlexTool The terminal process "c:\Program 
> > Files\Java\jdk-11\bin\java.exe '-jar',
> > 'c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6
> > .0 \bin\asconfigc.jar', '--sdk', 'd:\Work\royale_ide\distribution',
> > '--debug=true', '--project',
> >
> 'd:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig.json'"
> > terminated with exit code: 1.
> >
> > What could be wrong with generation of that distribution? Carlos 
> > doesn't have such problems...
> >
> >
> > pt., 19 lut 2021 o 12:48 Maria Jose Esteve 
> napisał(a):
> >
> >> Hello Chris,
> >> so that I can debug my changes in the SDK I need to set the path of 
> >> the "as3mxml.sdk.editor" to the asjs directory of my fork, for this 
> >> reason the path of the " as3mxml.sdk.framework" points to the 
> >> directory of the maven distribution and the "as3mxml.sdk.editor" to
> code.
> >>
> >> ">> I'm not getting any errors from VSCode. But well ... if I hit
> >> SHIFT+Enter it starts doing something where if failed prior to my
> >> >> changes this morning and is no longer complaining, but it's also 
> >> >> not
> >> doing much (I can't see it create a "bin" directory)"
> >>
> >> I don't quite understand this ... possibly because of my lack of 
> >> knowledge.
> >>
> >> I have not tried Carlos's project but this afternoon I will be able 
> >> to do it and I will be able to give more details.
> >>
> >> Thx.
> >> Hiedra.
> >>
> >> -Mensaje original-
> >> De: Christofer Dutz  Enviado el: 
> >> viernes,
> >> 19 de febrero de 2021 11:51
> >> Para: dev@royale.apache.org
> >> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
> >>
> >> Hi Heidra,
> >>
> >> I just updated Carlos' example to have the same type of setting 
> >> (C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):
> >>
> >> setings.js:
> >>

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Hiedra,

I have to admit that I've never used VSCode. Every time I do any development I 
usually use one of the JetBrains IDEs.
Royale Stuff I do in IntelliJ ... with my "Flexmojos Hack" it can be used quite 
well. And I always compile with Maven.

But thanks for the explanation on why the other path is set differently.

I guess we'll have to wait till some others can tell me what needs to be 
changed.

Chris


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

Hello Chris,
so that I can debug my changes in the SDK I need to set the path of the 
"as3mxml.sdk.editor" to the asjs directory of my fork, for this reason the path 
of the " as3mxml.sdk.framework" points to the directory of the maven 
distribution and the "as3mxml.sdk.editor" to code.

">> I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter 
it starts doing something where if failed prior to my 
>> changes this morning and is no longer complaining, but it's also not doing 
>> much (I can't see it create a "bin" directory)"

I don't quite understand this ... possibly because of my lack of knowledge.

I have not tried Carlos's project but this afternoon I will be able to do it 
and I will be able to give more details.

Thx.
Hiedra.

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

Hi Heidra,

I just updated Carlos' example to have the same type of setting 
(C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):

setings.js:
{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

workspace-code-workspace
{
"folders": [
{
"path": ".."
}
],
"settings": {
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}
}

I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter it 
starts doing something where if failed prior to my changes this morning and is 
no longer complaining, but it's also not doing much (I can't see it create a 
"bin" directory)

Chris


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

If I don't compile with ANT, the mxml extension in vsCode IDE, it doesn't 
recognize the valid asjs directory for "as3mxml.sdk.editor":
...
"settings": {
"as3mxml.sdk.framework": 
"d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
"as3mxml.sdk.editor": 
"D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" < [download 
folder repo royale-asjs]
}
}

The error is:
" as3mxml.sdk.editor in settings does not point to a valid SDK. Requires..."

Thx.
Hiedra.

-Mensaje original-
De: Piotr Zarzycki  Enviado el: viernes, 19 de 
febrero de 2021 10:44
Para: Apache Royale Development 
Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Chris,

I just tried your changes and I have same issue. I need to understand what has 
change enough significantly that it causes compilation fail in such way. It 
doesn't happen with SDK prepared by ANT.

Thanks,
Piotr

pt., 19 lut 2021 o 10:33 Maria Jose Esteve  napisał(a):

> @Chris you're right, sorry, I didn't download your last commit.
> I'm sorry.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz  Enviado el: viernes,
> 19 de febrero de 2021 10:17
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> I'll try to guess what you wanted to say here ...
>
> But I think these are exactly the changes I comitted a an hour ago, right?
> At least in general I replaced all the references to names with 
> versions to the changed ones.
>
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Freitag, 19. Februar 2021 10:01
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Hi,
> Mi distribución hace referencia en el fichero 
> "./frameworks/royale-config.xml" a las librerías:
>
>   
>
> ../js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.sw
> c
>
> ../js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc
>   
>
> Las correc

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Hi Heidra,

I just updated Carlos' example to have the same type of setting 
(C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):

setings.js:
{
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}

workspace-code-workspace
{
"folders": [
{
"path": ".."
}
],
"settings": {
"as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
"as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
}
}

I'm not getting any errors from VSCode. But well ... if I hit SHIFT+Enter it 
starts doing something where if failed prior to my changes this morning and is 
no longer complaining, but it's also not doing much (I can't see it create a 
"bin" directory)

Chris


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

If I don't compile with ANT, the mxml extension in vsCode IDE, it doesn't 
recognize the valid asjs directory for "as3mxml.sdk.editor":
...
"settings": {
"as3mxml.sdk.framework": 
"d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
"as3mxml.sdk.editor": 
"D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" < [download 
folder repo royale-asjs]
}
}

The error is:
" as3mxml.sdk.editor in settings does not point to a valid SDK. Requires..."

Thx.
Hiedra.

-Mensaje original-
De: Piotr Zarzycki  Enviado el: viernes, 19 de 
febrero de 2021 10:44
Para: Apache Royale Development 
Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Chris,

I just tried your changes and I have same issue. I need to understand what has 
change enough significantly that it causes compilation fail in such way. It 
doesn't happen with SDK prepared by ANT.

Thanks,
Piotr

pt., 19 lut 2021 o 10:33 Maria Jose Esteve  napisał(a):

> @Chris you're right, sorry, I didn't download your last commit.
> I'm sorry.
> Hiedra.
>
> -Mensaje original-
> De: Christofer Dutz  Enviado el: viernes,
> 19 de febrero de 2021 10:17
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> I'll try to guess what you wanted to say here ...
>
> But I think these are exactly the changes I comitted a an hour ago, right?
> At least in general I replaced all the references to names with 
> versions to the changed ones.
>
>
> Chris
>
>
>
> -Ursprüngliche Nachricht-
> Von: Maria Jose Esteve 
> Gesendet: Freitag, 19. Februar 2021 10:01
> An: dev@royale.apache.org
> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>
> Hi,
> Mi distribución hace referencia en el fichero 
> "./frameworks/royale-config.xml" a las librerías:
>
>   
>
> ../js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.sw
> c
>
> ../js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc
>   
>
> Las correctas son:
>
>   
>   ../js/libs/royale-typedefs-js.swc
>   ../js/libs/royale-typedefs-gcl.swc
>   
>
> Hiedra
>
> -Mensaje original-
> De: Christofer Dutz  Enviado el: viernes,
> 19 de febrero de 2021 9:39
> Para: dev@royale.apache.org
> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok,
>
> so the config xml files in the distribution were still pointing to the 
> old names. I updated them all to now refer to the names.
> I tried things in Carlos' demo project, and I'm no-longer getting the 
> errors, however compilation seems to take for ever.
>
> Please try out the changes and tell me if there are any problems with them.
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Donnerstag, 18. Februar 2021 23:17
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Carlos,
>
> I'll look into this tomorrow.
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Carlos Rovira 
> Gesendet: Donnerstag, 18. Februar 2021 17:49
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi, I think I talked very quickly, sorry, there seems to be a problem.
>
> @Christofer Dutz  you can download this
> project:
>
>
> https://github.com/apache/royale-asjs/files/6004363/ToggleButtonBarIss
> ue.zip
>
> Then using VSCode with AS3 and adding the Maven distribution.
> Then hit CTRL+ENTER and y

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
I'll try to guess what you wanted to say here ...

But I think these are exactly the changes I comitted a an hour ago, right?
At least in general I replaced all the references to names with versions to the 
changed ones.


Chris



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

Hi,
Mi distribución hace referencia en el fichero "./frameworks/royale-config.xml" 
a las librerías:

  
  
../js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.swc
  
../js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc
  

Las correctas son:

  
  ../js/libs/royale-typedefs-js.swc
  ../js/libs/royale-typedefs-gcl.swc
  

Hiedra

-Mensaje original-
De: Christofer Dutz  Enviado el: viernes, 19 de 
febrero de 2021 9:39
Para: dev@royale.apache.org
Asunto: AW: Align Maven IDE distribution with Ant IDE distribution

Ok,

so the config xml files in the distribution were still pointing to the old 
names. I updated them all to now refer to the names.
I tried things in Carlos' demo project, and I'm no-longer getting the errors, 
however compilation seems to take for ever.

Please try out the changes and tell me if there are any problems with them.

Chris

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

Hi Carlos,

I'll look into this tomorrow.

Chris

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

Hi, I think I talked very quickly, sorry, there seems to be a problem.

@Christofer Dutz  you can download this project:

https://github.com/apache/royale-asjs/files/6004363/ToggleButtonBarIssue.zip

Then using VSCode with AS3 and adding the Maven distribution.
Then hit CTRL+ENTER and you will get the following fail. Using ANT distribution 
is working fine.
Can you take a look?

Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id The project 'App' has been 
successfully compiled and optimized.
Compile status: 0
Elapsed time: 14.211105399 seconds
Feb 18, 2021 5:43:40 PM com.google.javascript.jscomp.LoggerErrorManager
printSummary
INFO: 0 error(s), 0 warning(s), 96.5% typed
(fcsh) quit
Compiler shell exited with code: 0
Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id Compile status: 5 Elapsed time: 
0.618407478 seconds
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)




/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)


(fcsh)
Quick Compile failed. Errors in compiler output.

El jue, 18 feb 2021 a las 17:26, Carlos Rovira ()
escribió:

> Hi,
>
> I rebuilt all from scratch just now and finally the distribution too 
> and tried in VSCode and all seems to work fine for me.
>
> El jue, 18 feb 2021 a las 16:30, Christofer Dutz (<
> christofer.d...@c-ware.de>) escribió:
>
>> Hi Piotr,
>>
>> that class is located in lib\external\flex-tool-api.jar At least in 
>> my distribution it's there and it contains the class.
>>
>> How are you calling the build that's failing?
>>
>> Chris
>>
>> -Ursprüngliche Nachric

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-19 Thread Christofer Dutz
Ok,

so the config xml files in the distribution were still pointing to the old 
names. I updated them all to now refer to the names.
I tried things in Carlos' demo project, and I'm no-longer getting the errors, 
however compilation seems to take for ever.

Please try out the changes and tell me if there are any problems with them.

Chris

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

Hi Carlos,

I'll look into this tomorrow.

Chris

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

Hi, I think I talked very quickly, sorry, there seems to be a problem.

@Christofer Dutz  you can download this project:

https://github.com/apache/royale-asjs/files/6004363/ToggleButtonBarIssue.zip

Then using VSCode with AS3 and adding the Maven distribution.
Then hit CTRL+ENTER and you will get the following fail. Using ANT distribution 
is working fine.
Can you take a look?

Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id The project 'App' has been 
successfully compiled and optimized.
Compile status: 0
Elapsed time: 14.211105399 seconds
Feb 18, 2021 5:43:40 PM com.google.javascript.jscomp.LoggerErrorManager
printSummary
INFO: 0 error(s), 0 warning(s), 96.5% typed
(fcsh) quit
Compiler shell exited with code: 0
Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id Compile status: 5 Elapsed time: 
0.618407478 seconds
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)




/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)


(fcsh)
Quick Compile failed. Errors in compiler output.

El jue, 18 feb 2021 a las 17:26, Carlos Rovira ()
escribió:

> Hi,
>
> I rebuilt all from scratch just now and finally the distribution too 
> and tried in VSCode and all seems to work fine for me.
>
> El jue, 18 feb 2021 a las 16:30, Christofer Dutz (<
> christofer.d...@c-ware.de>) escribió:
>
>> Hi Piotr,
>>
>> that class is located in lib\external\flex-tool-api.jar At least in 
>> my distribution it's there and it contains the class.
>>
>> How are you calling the build that's failing?
>>
>> Chris
>>
>> -Ursprüngliche Nachricht-
>> Von: Piotr Zarzycki 
>> Gesendet: Donnerstag, 18. Februar 2021 16:22
>> An: Apache Royale Development 
>> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> Chris,
>>
>> I just checked and I'm not able build project anymore using distribution:
>>
>> : Using Royale SDK: "D:\Work\royale_ide\distribution"
>> : Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m 
>> -Xmx3000m
>> : Error: Could not find or load main class 
>> org.apache.royale.compiler.clients.MXMLJSC
>> : Caused by: java.lang.NoClassDefFoundError:
>> org/apache/flex/tools/FlexTool
>>
>> I'm done for today, so I will answer anything tomorrow.
>>
>> czw., 18 lut 2021 o 16:05 Christofer Dutz 
>> napisał(a):
>>
>> > Ok ...
>> >
>> > so I just pushed another change. Now the distribution should also 
>> > contain an empty spark.css, 

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Hi Carlos,

I'll look into this tomorrow.

Chris

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

Hi, I think I talked very quickly, sorry, there seems to be a problem.

@Christofer Dutz  you can download this project:

https://github.com/apache/royale-asjs/files/6004363/ToggleButtonBarIssue.zip

Then using VSCode with AS3 and adding the Maven distribution.
Then hit CTRL+ENTER and you will get the following fail. Using ANT distribution 
is working fine.
Can you take a look?

Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id The project 'App' has been 
successfully compiled and optimized.
Compile status: 0
Elapsed time: 14.211105399 seconds
Feb 18, 2021 5:43:40 PM com.google.javascript.jscomp.LoggerErrorManager
printSummary
INFO: 0 error(s), 0 warning(s), 96.5% typed
(fcsh) quit
Compiler shell exited with code: 0
Royale Compiler Shell
(fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
--source-map=true --html-template=src/html/jewel-example-index-template.html
--theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme/src/main/resources/defaults.css
--source-path+=src --library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
--js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
-js-dynamic-access-unknown-members=true -- src/App.mxml
fcsh: Assigned 1 as the compile target id Compile status: 5 Elapsed time: 
0.618407478 seconds
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)




/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
col: 0 Error: unable to open
'/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc'.
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml
(line: 81)


(fcsh)
Quick Compile failed. Errors in compiler output.

El jue, 18 feb 2021 a las 17:26, Carlos Rovira ()
escribió:

> Hi,
>
> I rebuilt all from scratch just now and finally the distribution too 
> and tried in VSCode and all seems to work fine for me.
>
> El jue, 18 feb 2021 a las 16:30, Christofer Dutz (<
> christofer.d...@c-ware.de>) escribió:
>
>> Hi Piotr,
>>
>> that class is located in lib\external\flex-tool-api.jar At least in 
>> my distribution it's there and it contains the class.
>>
>> How are you calling the build that's failing?
>>
>> Chris
>>
>> -Ursprüngliche Nachricht-
>> Von: Piotr Zarzycki 
>> Gesendet: Donnerstag, 18. Februar 2021 16:22
>> An: Apache Royale Development 
>> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> Chris,
>>
>> I just checked and I'm not able build project anymore using distribution:
>>
>> : Using Royale SDK: "D:\Work\royale_ide\distribution"
>> : Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m 
>> -Xmx3000m
>> : Error: Could not find or load main class 
>> org.apache.royale.compiler.clients.MXMLJSC
>> : Caused by: java.lang.NoClassDefFoundError:
>> org/apache/flex/tools/FlexTool
>>
>> I'm done for today, so I will answer anything tomorrow.
>>
>> czw., 18 lut 2021 o 16:05 Christofer Dutz 
>> napisał(a):
>>
>> > Ok ...
>> >
>> > so I just pushed another change. Now the distribution should also 
>> > contain an empty spark.css, just like the Ant one.
>> >
>> > Chris
>> >
>> >
>> > -Ursprüngliche Nachricht-
>> > Von: Christofer Dutz 
>> > Gesendet: Donnerstag, 18. Februar 2021 15:58
>> > An: dev@royale.apache.org
>> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > Ok,
>> >
>> > so that should now be fixed. Leaves the "spark.css"
>> > Having had a look, it seems as if the Ant build creat

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Hi Piotr,

that class is located in lib\external\flex-tool-api.jar
At least in my distribution it's there and it contains the class.

How are you calling the build that's failing?

Chris

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

Chris,

I just checked and I'm not able build project anymore using distribution:

: Using Royale SDK: "D:\Work\royale_ide\distribution"
: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m -Xmx3000m
: Error: Could not find or load main class 
org.apache.royale.compiler.clients.MXMLJSC
: Caused by: java.lang.NoClassDefFoundError: org/apache/flex/tools/FlexTool

I'm done for today, so I will answer anything tomorrow.

czw., 18 lut 2021 o 16:05 Christofer Dutz 
napisał(a):

> Ok ...
>
> so I just pushed another change. Now the distribution should also 
> contain an empty spark.css, just like the Ant one.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Donnerstag, 18. Februar 2021 15:58
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> Ok,
>
> so that should now be fixed. Leaves the "spark.css"
> Having had a look, it seems as if the Ant build creates an empty spark.css.
>
> Is this all we need? If yes, then I'll have that in ther in no time.
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 15:54
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> *(I assume that's in the "frameworks/js/libs" directory? *
>
> Yes this is the directory.
>
> czw., 18 lut 2021 o 15:51 Christofer Dutz 
> napisał(a):
>
> > Hi Piotr,
> >
> > Ok ... so Ant seems to be adding a "JS" to the end of every name (I 
> > assume that's in the "frameworks/js/libs" directory?
> >
> > Also I'll try to find out where the "spark.css" should come from ...
> > and where it should go to.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 15:47
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Chris,
> >
> > Looks better but here is the comparision what I have in Ant 
> > distribution vs Maven distribution in case of names. On the left Ant 
> > distribution, on the right Maven. It is folder: frameworks\js\libs\ 
> > [1]
> >
> > [1] https://ibb.co/W2DzcDb
> >
> > czw., 18 lut 2021 o 15:22 Christofer Dutz 
> > 
> > napisał(a):
> >
> > > And done ...
> > >
> > > Now all elements in the distribution only consist of their name 
> > > and file-ending ... all versions and classifiers have been removed.
> > > Please provide me with feedback on if this solves the issues.
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Christofer Dutz 
> > > Gesendet: Donnerstag, 18. Februar 2021 15:08
> > > An: dev@royale.apache.org
> > > Betreff: AW: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > I'll probably have a fix for that in a few minuntes ...
> > >
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Piotr Zarzycki 
> > > Gesendet: Donnerstag, 18. Februar 2021 15:00
> > > An: Apache Royale Development 
> > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Chris,
> > >
> > > No it's not about not picking up by IDE at all. Moonshine and 
> > > VSCode are able to build projects using Maven distribution 
> > > package! It is about project which are mixed for example when user 
> > > wanted to use Jewel module + RemoteObject class from MXRoyale 
> > > module. In that case user need to point explicilty as a compiler 
> > > options in IDE that he wanted to have SWC included and need to 
> > > exclude css from that swc to
> > avoid problems.
> > >
> > > It is happen like that:
> > >
> > >   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
> > > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
> > >
> > > If I would like to use maven 

AW: Align Maven IDE distribution with Ant IDE distribution

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

so I just pushed another change. Now the distribution should also contain an 
empty spark.css, just like the Ant one.

Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Donnerstag, 18. Februar 2021 15:58
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

Ok,

so that should now be fixed. Leaves the "spark.css"
Having had a look, it seems as if the Ant build creates an empty spark.css.

Is this all we need? If yes, then I'll have that in ther in no time.

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki 
Gesendet: Donnerstag, 18. Februar 2021 15:54
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

*(I assume that's in the "frameworks/js/libs" directory? *

Yes this is the directory.

czw., 18 lut 2021 o 15:51 Christofer Dutz 
napisał(a):

> Hi Piotr,
>
> Ok ... so Ant seems to be adding a "JS" to the end of every name (I 
> assume that's in the "frameworks/js/libs" directory?
>
> Also I'll try to find out where the "spark.css" should come from ... 
> and where it should go to.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 15:47
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Chris,
>
> Looks better but here is the comparision what I have in Ant 
> distribution vs Maven distribution in case of names. On the left Ant 
> distribution, on the right Maven. It is folder: frameworks\js\libs\ 
> [1]
>
> [1] https://ibb.co/W2DzcDb
>
> czw., 18 lut 2021 o 15:22 Christofer Dutz 
> napisał(a):
>
> > And done ...
> >
> > Now all elements in the distribution only consist of their name and 
> > file-ending ... all versions and classifiers have been removed.
> > Please provide me with feedback on if this solves the issues.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Donnerstag, 18. Februar 2021 15:08
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > I'll probably have a fix for that in a few minuntes ...
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 15:00
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Chris,
> >
> > No it's not about not picking up by IDE at all. Moonshine and VSCode 
> > are able to build projects using Maven distribution package! It is 
> > about project which are mixed for example when user wanted to use 
> > Jewel module + RemoteObject class from MXRoyale module. In that case 
> > user need to point explicilty as a compiler options in IDE that he 
> > wanted to have SWC included and need to exclude css from that swc to
> avoid problems.
> >
> > It is happen like that:
> >
> >   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
> > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
> >
> > If I would like to use maven distribution user need to know version 
> > for that compiler options. It is even more tricky when your swc is 
> > called
> > -> MXRoyale-0.9.8-20210217.181012-913-js.swc
> >
> > -exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css
> >
> > Thanks,
> > Piotr
> >
> >
> >
> >
> > czw., 18 lut 2021 o 14:47 Christofer Dutz 
> > 
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > And is really the version-suffix causing it to not be picked up by 
> > > the IDEs?
> > >
> > > Chris
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Piotr Zarzycki 
> > > Gesendet: Donnerstag, 18. Februar 2021 11:42
> > > An: dev@royale.apache.org
> > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Hi Chris,
> > >
> > > This is the only thing which seems to be a constant problem here. 
> > > I personally and some users will be much more happy having that change.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
> > > 
> > > wrote:
> > >
> > > > Hi Piotr,
> > > >
> > > > I'd be happy to help with that.
> > > >
>

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Ok,

so that should now be fixed. Leaves the "spark.css"
Having had a look, it seems as if the Ant build creates an empty spark.css.

Is this all we need? If yes, then I'll have that in ther in no time.

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Donnerstag, 18. Februar 2021 15:54
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

*(I assume that's in the "frameworks/js/libs" directory? *

Yes this is the directory.

czw., 18 lut 2021 o 15:51 Christofer Dutz 
napisał(a):

> Hi Piotr,
>
> Ok ... so Ant seems to be adding a "JS" to the end of every name (I 
> assume that's in the "frameworks/js/libs" directory?
>
> Also I'll try to find out where the "spark.css" should come from ... 
> and where it should go to.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 15:47
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Chris,
>
> Looks better but here is the comparision what I have in Ant 
> distribution vs Maven distribution in case of names. On the left Ant 
> distribution, on the right Maven. It is folder: frameworks\js\libs\ 
> [1]
>
> [1] https://ibb.co/W2DzcDb
>
> czw., 18 lut 2021 o 15:22 Christofer Dutz 
> napisał(a):
>
> > And done ...
> >
> > Now all elements in the distribution only consist of their name and 
> > file-ending ... all versions and classifiers have been removed.
> > Please provide me with feedback on if this solves the issues.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Christofer Dutz 
> > Gesendet: Donnerstag, 18. Februar 2021 15:08
> > An: dev@royale.apache.org
> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
> >
> > I'll probably have a fix for that in a few minuntes ...
> >
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 15:00
> > An: Apache Royale Development 
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Chris,
> >
> > No it's not about not picking up by IDE at all. Moonshine and VSCode 
> > are able to build projects using Maven distribution package! It is 
> > about project which are mixed for example when user wanted to use 
> > Jewel module + RemoteObject class from MXRoyale module. In that case 
> > user need to point explicilty as a compiler options in IDE that he 
> > wanted to have SWC included and need to exclude css from that swc to
> avoid problems.
> >
> > It is happen like that:
> >
> >   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
> > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
> >
> > If I would like to use maven distribution user need to know version 
> > for that compiler options. It is even more tricky when your swc is 
> > called
> > -> MXRoyale-0.9.8-20210217.181012-913-js.swc
> >
> > -exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css
> >
> > Thanks,
> > Piotr
> >
> >
> >
> >
> > czw., 18 lut 2021 o 14:47 Christofer Dutz 
> > 
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > And is really the version-suffix causing it to not be picked up by 
> > > the IDEs?
> > >
> > > Chris
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Piotr Zarzycki 
> > > Gesendet: Donnerstag, 18. Februar 2021 11:42
> > > An: dev@royale.apache.org
> > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
> > > distribution
> > >
> > > Hi Chris,
> > >
> > > This is the only thing which seems to be a constant problem here. 
> > > I personally and some users will be much more happy having that change.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
> > > 
> > > wrote:
> > >
> > > > Hi Piotr,
> > > >
> > > > I'd be happy to help with that.
> > > >
> > > > I did simply ask for a list of things that need to be changed in 
> > > > order to get things working, but never got said list, so I never 
> > > > knew what I could do to make the Maven distribution match up to 
> > > > the
> > Ant built one.
> > > >
>

AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Hi Piotr,

Ok ... so Ant seems to be adding a "JS" to the end of every name (I assume 
that's in the "frameworks/js/libs" directory?

Also I'll try to find out where the "spark.css" should come from ... and where 
it should go to.

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Donnerstag, 18. Februar 2021 15:47
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

Looks better but here is the comparision what I have in Ant distribution vs 
Maven distribution in case of names. On the left Ant distribution, on the right 
Maven. It is folder: frameworks\js\libs\ [1]

[1] https://ibb.co/W2DzcDb

czw., 18 lut 2021 o 15:22 Christofer Dutz 
napisał(a):

> And done ...
>
> Now all elements in the distribution only consist of their name and 
> file-ending ... all versions and classifiers have been removed.
> Please provide me with feedback on if this solves the issues.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Christofer Dutz 
> Gesendet: Donnerstag, 18. Februar 2021 15:08
> An: dev@royale.apache.org
> Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>
> I'll probably have a fix for that in a few minuntes ...
>
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 15:00
> An: Apache Royale Development 
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Chris,
>
> No it's not about not picking up by IDE at all. Moonshine and VSCode 
> are able to build projects using Maven distribution package! It is 
> about project which are mixed for example when user wanted to use 
> Jewel module + RemoteObject class from MXRoyale module. In that case 
> user need to point explicilty as a compiler options in IDE that he 
> wanted to have SWC included and need to exclude css from that swc to avoid 
> problems.
>
> It is happen like that:
>
>   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
> -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
>
> If I would like to use maven distribution user need to know version 
> for that compiler options. It is even more tricky when your swc is 
> called
> -> MXRoyale-0.9.8-20210217.181012-913-js.swc
>
> -exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css
>
> Thanks,
> Piotr
>
>
>
>
> czw., 18 lut 2021 o 14:47 Christofer Dutz 
> napisał(a):
>
> > Hi Piotr,
> >
> > And is really the version-suffix causing it to not be picked up by 
> > the IDEs?
> >
> > Chris
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 11:42
> > An: dev@royale.apache.org
> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Chris,
> >
> > This is the only thing which seems to be a constant problem here. I 
> > personally and some users will be much more happy having that change.
> >
> > Thanks,
> > Piotr
> >
> > On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
> > 
> > wrote:
> >
> > > Hi Piotr,
> > >
> > > I'd be happy to help with that.
> > >
> > > I did simply ask for a list of things that need to be changed in 
> > > order to get things working, but never got said list, so I never 
> > > knew what I could do to make the Maven distribution match up to 
> > > the
> Ant built one.
> > >
> > > Chris
> > >
> > >
> > > -Ursprüngliche Nachricht-
> > > Von: Piotr Zarzycki 
> > > Gesendet: Donnerstag, 18. Februar 2021 11:01
> > > An: Apache Royale Development 
> > > Betreff: Align Maven IDE distribution with Ant IDE distribution
> > >
> > > Hi Guys,
> > >
> > > It's been couple of times when user complains that he have 
> > > problems with using Maven distribution vs Ant distribution in IDE 
> > > in a mixed project Jewel + MX/Spark etc.
> > >
> > > Can we have that resolve once for all and adjust Maven 
> > > distribution folder to produce proper names of swcs ?
> > >
> > > Currently when I build Maven IDE distribution I have:
> > >
> > > MXRoyale-0.9.8-20210215.234230-908-js.swc
> > >
> > > When I build Ant IDE distribution I have:
> > >
> > >   MXRoyale-js.swc
> > >
> > > Thanks,
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > --
> >
> > Piotr Zarzycki
> >
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
And done ...

Now all elements in the distribution only consist of their name and file-ending 
... all versions and classifiers have been removed.
Please provide me with feedback on if this solves the issues.

Chris


-Ursprüngliche Nachricht-
Von: Christofer Dutz  
Gesendet: Donnerstag, 18. Februar 2021 15:08
An: dev@royale.apache.org
Betreff: AW: Align Maven IDE distribution with Ant IDE distribution

I'll probably have a fix for that in a few minuntes ...


Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki 
Gesendet: Donnerstag, 18. Februar 2021 15:00
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

No it's not about not picking up by IDE at all. Moonshine and VSCode are able 
to build projects using Maven distribution package! It is about project which 
are mixed for example when user wanted to use Jewel module + RemoteObject class 
from MXRoyale module. In that case user need to point explicilty as a compiler 
options in IDE that he wanted to have SWC included and need to exclude css from 
that swc to avoid problems.

It is happen like that:

  -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css

If I would like to use maven distribution user need to know version for that 
compiler options. It is even more tricky when your swc is called
-> MXRoyale-0.9.8-20210217.181012-913-js.swc

-exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css

Thanks,
Piotr




czw., 18 lut 2021 o 14:47 Christofer Dutz 
napisał(a):

> Hi Piotr,
>
> And is really the version-suffix causing it to not be picked up by the 
> IDEs?
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 11:42
> An: dev@royale.apache.org
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Chris,
>
> This is the only thing which seems to be a constant problem here. I 
> personally and some users will be much more happy having that change.
>
> Thanks,
> Piotr
>
> On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
> 
> wrote:
>
> > Hi Piotr,
> >
> > I'd be happy to help with that.
> >
> > I did simply ask for a list of things that need to be changed in 
> > order to get things working, but never got said list, so I never 
> > knew what I could do to make the Maven distribution match up to the Ant 
> > built one.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 11:01
> > An: Apache Royale Development 
> > Betreff: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Guys,
> >
> > It's been couple of times when user complains that he have problems 
> > with using Maven distribution vs Ant distribution in IDE in a mixed 
> > project Jewel + MX/Spark etc.
> >
> > Can we have that resolve once for all and adjust Maven distribution 
> > folder to produce proper names of swcs ?
> >
> > Currently when I build Maven IDE distribution I have:
> >
> > MXRoyale-0.9.8-20210215.234230-908-js.swc
> >
> > When I build Ant IDE distribution I have:
> >
> >   MXRoyale-js.swc
> >
> > Thanks,
> > --
> >
> > Piotr Zarzycki
> >
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
I'll probably have a fix for that in a few minuntes ...


Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Donnerstag, 18. Februar 2021 15:00
An: Apache Royale Development 
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Chris,

No it's not about not picking up by IDE at all. Moonshine and VSCode are able 
to build projects using Maven distribution package! It is about project which 
are mixed for example when user wanted to use Jewel module + RemoteObject class 
from MXRoyale module. In that case user need to point explicilty as a compiler 
options in IDE that he wanted to have SWC included and need to exclude css from 
that swc to avoid problems.

It is happen like that:

  -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
-compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css

If I would like to use maven distribution user need to know version for that 
compiler options. It is even more tricky when your swc is called
-> MXRoyale-0.9.8-20210217.181012-913-js.swc

-exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css

Thanks,
Piotr




czw., 18 lut 2021 o 14:47 Christofer Dutz 
napisał(a):

> Hi Piotr,
>
> And is really the version-suffix causing it to not be picked up by the 
> IDEs?
>
> Chris
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 11:42
> An: dev@royale.apache.org
> Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Chris,
>
> This is the only thing which seems to be a constant problem here. I 
> personally and some users will be much more happy having that change.
>
> Thanks,
> Piotr
>
> On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
> 
> wrote:
>
> > Hi Piotr,
> >
> > I'd be happy to help with that.
> >
> > I did simply ask for a list of things that need to be changed in 
> > order to get things working, but never got said list, so I never 
> > knew what I could do to make the Maven distribution match up to the Ant 
> > built one.
> >
> > Chris
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Piotr Zarzycki 
> > Gesendet: Donnerstag, 18. Februar 2021 11:01
> > An: Apache Royale Development 
> > Betreff: Align Maven IDE distribution with Ant IDE distribution
> >
> > Hi Guys,
> >
> > It's been couple of times when user complains that he have problems 
> > with using Maven distribution vs Ant distribution in IDE in a mixed 
> > project Jewel + MX/Spark etc.
> >
> > Can we have that resolve once for all and adjust Maven distribution 
> > folder to produce proper names of swcs ?
> >
> > Currently when I build Maven IDE distribution I have:
> >
> > MXRoyale-0.9.8-20210215.234230-908-js.swc
> >
> > When I build Ant IDE distribution I have:
> >
> >   MXRoyale-js.swc
> >
> > Thanks,
> > --
> >
> > Piotr Zarzycki
> >
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Hi Piotr,

And is really the version-suffix causing it to not be picked up by the IDEs?

Chris

-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Donnerstag, 18. Februar 2021 11:42
An: dev@royale.apache.org
Betreff: Re: Align Maven IDE distribution with Ant IDE distribution

Hi Chris,

This is the only thing which seems to be a constant problem here. I personally 
and some users will be much more happy having that change.

Thanks,
Piotr

On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
wrote:

> Hi Piotr,
>
> I'd be happy to help with that.
>
> I did simply ask for a list of things that need to be changed in order 
> to get things working, but never got said list, so I never knew what I 
> could do to make the Maven distribution match up to the Ant built one.
>
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Piotr Zarzycki 
> Gesendet: Donnerstag, 18. Februar 2021 11:01
> An: Apache Royale Development 
> Betreff: Align Maven IDE distribution with Ant IDE distribution
>
> Hi Guys,
>
> It's been couple of times when user complains that he have problems 
> with using Maven distribution vs Ant distribution in IDE in a mixed 
> project Jewel + MX/Spark etc.
>
> Can we have that resolve once for all and adjust Maven distribution 
> folder to produce proper names of swcs ?
>
> Currently when I build Maven IDE distribution I have:
>
> MXRoyale-0.9.8-20210215.234230-908-js.swc
>
> When I build Ant IDE distribution I have:
>
>   MXRoyale-js.swc
>
> Thanks,
> --
>
> Piotr Zarzycki
>
-- 

Piotr Zarzycki


AW: Align Maven IDE distribution with Ant IDE distribution

2021-02-18 Thread Christofer Dutz
Hi Piotr,

I'd be happy to help with that. 

I did simply ask for a list of things that need to be changed in order to get 
things working, but never got said list, so I never knew what I could do to 
make the Maven distribution match up to the Ant built one.

Chris


-Ursprüngliche Nachricht-
Von: Piotr Zarzycki  
Gesendet: Donnerstag, 18. Februar 2021 11:01
An: Apache Royale Development 
Betreff: Align Maven IDE distribution with Ant IDE distribution

Hi Guys,

It's been couple of times when user complains that he have problems with using 
Maven distribution vs Ant distribution in IDE in a mixed project Jewel + 
MX/Spark etc.

Can we have that resolve once for all and adjust Maven distribution folder to 
produce proper names of swcs ?

Currently when I build Maven IDE distribution I have:

MXRoyale-0.9.8-20210215.234230-908-js.swc

When I build Ant IDE distribution I have:

  MXRoyale-js.swc

Thanks,
-- 

Piotr Zarzycki