Re: Errors building stand alone actionscript library

2021-09-03 Thread Roman Isitua
; -Alex > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Thursday, September 2, 2021 at 2:34 PM > *To: *"users@royale.apache.org" > *Subject: *Re: Errors building stand alone actionscript library > > > > > >

Re: Errors building stand alone actionscript library

2021-09-03 Thread Alex Harui
To: "users@royale.apache.org" Subject: Re: Errors building stand alone actionscript library The actionscript library has compiled successfully. However I had to change the following setting in the pom.xml from this false to true I have no idea the implication of doing this change. Wha

Re: Errors building stand alone actionscript library

2021-09-03 Thread Harbs
You’re missing Collections (and likely others) from your pom. > On Sep 2, 2021, at 11:58 PM, Roman Isitua wrote: > >

Re: Errors building stand alone actionscript library

2021-09-02 Thread Roman Isitua
onfig.xml >>> >>> >>> >>> >>> C:\Users\nyemi\.m2\repository\org\apache\royale\typedefs\royale-typedefs-gcl\0.9.8\royale-typedefs-gcl-0.9.8-typedefs.swc >>> >>> >>> >>> >>>

Re: Errors building stand alone actionscript library

2021-09-02 Thread Roman Isitua
; C:\Users\nyemi\.m2\repository\org\apache\royale\typedefs\royale-typedefs-js\0.9.8\royale-typedefs-js-0.9.8-typedefs.swc >> >> >> the royale libraries are not referenced. >> >> Could this be the issue ? >> >> This config xmls are regenerated ea

Re: Errors building stand alone actionscript library

2021-09-02 Thread Piotr Zarzycki
-extern-config.xml > > Any Ideas ? > > > > On Thu, Sep 2, 2021 at 9:15 PM Yishay Weiss > wrote: > >> I suspect you have not added the MX dependencies. In Ant you would just >> set the compiler’s configuration argument to ‘flex’, but I’m not sure how >> that

Re: Errors building stand alone actionscript library

2021-09-02 Thread Roman Isitua
Maven . It’s a bit trickier than just adding a dependency as > I recall. Let’s wait and see if someone remembers this and responds, > otherwise I’ll try to find out for you. > > > > *From: *Roman Isitua > *Sent: *Thursday, September 2, 2021 7:20 PM > *To: *users@royale.apache

Re: Errors building stand alone actionscript library

2021-09-02 Thread Greg Dove
day, September 2, 2021 7:20 PM > *To: *users@royale.apache.org > *Subject: *Re: Errors building stand alone actionscript library > > > > I have seen the announcement for the release of version 0.9.8. I will > proceed to download it. > > > > could it be that this issue is re

RE: Errors building stand alone actionscript library

2021-09-02 Thread Yishay Weiss
, otherwise I’ll try to find out for you. From: Roman Isitua<mailto:romanisi...@gmail.com> Sent: Thursday, September 2, 2021 7:20 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: Errors building stand alone actionscript library I have seen the announcement for

Re: Errors building stand alone actionscript library

2021-09-02 Thread Roman Isitua
I have seen the announcement for the release of version 0.9.8. I will proceed to download it. could it be that this issue is resolved in 0.9.8 ? Thanks, On Thu, Sep 2, 2021 at 5:14 PM Piotr Zarzycki wrote: > Could you please try 0.9.8 or 0.9.9-SNAPSHOT ? > > On Thu, 2 Sep 2021 at 18:06,

Re: Errors building stand alone actionscript library

2021-09-02 Thread Piotr Zarzycki
Could you please try 0.9.8 or 0.9.9-SNAPSHOT ? On Thu, 2 Sep 2021 at 18:06, Roman Isitua wrote: > Hi Everyone, > > I created a stand alone actionscript library to implement some custom data > types (DTO) to be used in different royale projects. > > I noticed that compilation fails at the

Errors building stand alone actionscript library

2021-09-02 Thread Roman Isitua
Hi Everyone, I created a stand alone actionscript library to implement some custom data types (DTO) to be used in different royale projects. I noticed that compilation fails at the following point. [INFO] --- royale-maven-plugin:0.9.7:compile-extern (default-compile-extern) @