Carlos, Look into the following comments from Chris [1]. Let me know if it helps.
[1] https://github.com/apache/royale-compiler/blob/841872796f518f65129723e78c423f5ee7e44c62/pom.xml#L99 Piotr 2017-11-16 13:01 GMT+01:00 Carlos Rovira <[email protected]>: > Hi Piotr, > > the sequence was always : compiler -> typedefs -> asjs > and that worked in flexjs (I could try to remove all and try for flexjs, > but I remember I did that at the begging ) > so if the artifacts that are causing problems (flash and flex related) are > not working, I think is something of our build > As I said, building compiler is bringing jburg without problems, so no > need to do anything for that artifact in concrete. > > The problem with this is that people coming and trying to build with maven > will find that not work out-of the box without hacking > so I think we have a problem there. > > Maybe I'm missing something here > > Thanks! > > > > 2017-11-16 12:03 GMT+01:00 Piotr Zarzycki <[email protected]>: > > > Carlos, > > > > Not necessary, cause remember that we are building Royale by Maven and we > > didn't teach that part of the code build JS only artifacts. Dependencies > to > > flash will be needed. Try to build first this two project which I have > > mention, than try to build "asjs" if it's not work, build compiler. > > > > Piotr > > > > > > 2017-11-16 11:36 GMT+01:00 Carlos Rovira <[email protected]>: > > > > > Hi Piotr, > > > > > > ok, I was think you refer to Royale itself. > > > About solution, jburg is ok, the problem is about flash and flex > > artifacts > > > not found. See the following excerpt: > > > > > > The following > > > > artifacts could not be resolved: > > > > com.adobe.flash.framework:playerglobal:swc:20.0, > > > > org.apache.flex.framework:framework:swc:4.15.0, > > > > org.apache.flex.framework:rpc:swc:4.15.0, > > > > org.apache.flex.framework:spark:swc:4.15.0, > > > > org.apache.flex.framework:framework:zip:configs:4.15.0: Could not > find > > > > artifact com.adobe.flash.framework:playerglobal:swc:20.0 in > > > apache-release > > > > (https://repository.apache.org/content/repositories/releases > > > > <https://repository.apache.org/content/repositories/releases > > > > > > I think this is working in Apache Flex...don't know what could be > happen > > in > > > Royale :? > > > > > > > > > > > > > > > 2017-11-16 11:18 GMT+01:00 Piotr Zarzycki <[email protected]>: > > > > > > > Carlos, > > > > > > > > You didn't understand me :) I wasn't talking about building > Framework. > > I > > > > was talking about building your application. If framework is failing > > > that's > > > > probably other story. You have to build first in compiler project > > > > "compiler-jburg-types" > > > > and "compiler-build-tools", than try to build framework itself. > > > > > > > > Piotr > > > > > > > > > > > > 2017-11-16 11:10 GMT+01:00 Carlos Rovira <[email protected]>: > > > > > > > > > Hi Piotr, > > > > > > > > > > I removed .m2 completely and start to build compiler with maven: > "man > > > > clean > > > > > install -DskipTests" > > > > > > > > > > but it fails the same way as before, here's the error report: > > > > > > > > > > > > > > > [*INFO*] > > > > > *----------------------------------------------------------- > > > > -------------* > > > > > > > > > > [*INFO*] *Reactor Summary:* > > > > > > > > > > [*INFO*] > > > > > > > > > > [*INFO*] Apache Royale: Compiler: Parent .................... > > *SUCCESS* > > > > > [05:04 min] > > > > > > > > > > [*INFO*] Apache Royale: Compiler: Test Utils ................ > > > *SUCCESS* [ > > > > > 23.877 s] > > > > > > > > > > [*INFO*] Apache Royale: Compiler: Compiler .................. > > > *FAILURE* [ > > > > > 16.369 s] > > > > > > > > > > [*INFO*] Apache Royale: Compiler: Compiler-JX ............... > > *SKIPPED* > > > > > > > > > > [*INFO*] Apache Royale: Compiler: Debugger .................. > > *SKIPPED* > > > > > > > > > > [*INFO*] Apache Royale: Compiler: OEM Layer ................. > > *SKIPPED* > > > > > > > > > > [*INFO*] Apache Royale: Royale Ant Tasks .................... > > *SKIPPED* > > > > > > > > > > [*INFO*] Apache Royale: Royale Maven Plugin ................. > > *SKIPPED* > > > > > > > > > > [*INFO*] > > > > > *----------------------------------------------------------- > > > > -------------* > > > > > > > > > > [*INFO*] *BUILD FAILURE* > > > > > > > > > > [*INFO*] > > > > > *----------------------------------------------------------- > > > > -------------* > > > > > > > > > > [*INFO*] Total time: 06:11 min > > > > > > > > > > [*INFO*] Finished at: 2017-11-16T11:00:39+01:00 > > > > > > > > > > [*INFO*] Final Memory: 34M/495M > > > > > > > > > > [*INFO*] > > > > > *----------------------------------------------------------- > > > > -------------* > > > > > > > > > > [*ERROR*] Failed to execute goal on project compiler: *Could not > > > resolve > > > > > dependencies for project > > > > > org.apache.royale.compiler:compiler:jar:0.9.0-SNAPSHOT: The > > following > > > > > artifacts could not be resolved: > > > > > com.adobe.flash.framework:playerglobal:swc:20.0, > > > > > org.apache.flex.framework:framework:swc:4.15.0, > > > > > org.apache.flex.framework:rpc:swc:4.15.0, > > > > > org.apache.flex.framework:spark:swc:4.15.0, > > > > > org.apache.flex.framework:framework:zip:configs:4.15.0: Could not > > find > > > > > artifact com.adobe.flash.framework:playerglobal:swc:20.0 in > > > > apache-release > > > > > (https://repository.apache.org/content/repositories/releases > > > > > <https://repository.apache.org/content/repositories/releases>)* -> > > > > *[Help > > > > > 1]* > > > > > > > > > > [*ERROR*] > > > > > > > > > > > > > > > 2017-11-16 10:53 GMT+01:00 Carlos Rovira <[email protected] > >: > > > > > > > > > > > Hi Piotr, > > > > > > > > > > > > that's awesome! I was having that issue but didn't notice that > the > > > > > problem > > > > > > was that > > > > > > Thanks foro fixing it! :) > > > > > > > > > > > > I'll be trying it soon. That was very needed :) > > > > > > > > > > > > Carlos > > > > > > > > > > > > > > > > > > 2017-11-15 19:46 GMT+01:00 Piotr Zarzycki < > > [email protected] > > > >: > > > > > > > > > > > >> Hi Guys, > > > > > >> > > > > > >> About one week ago I have discovered that Maven artifacts for > > Royale > > > > > >> framework are not available in the central Apache repository. > > Anyone > > > > who > > > > > >> tried build Hello World with cleaned ".m2" maven folder failed. > > > > > >> > > > > > >> I just fixed that issue and you can now remove everything from > .m2 > > > and > > > > > >> build your application without worry that something is missing - > > > Maven > > > > > >> download everything from the Apache central repository. :) > > > > > >> > > > > > >> Thanks, > > > > > >> -- > > > > > >> > > > > > >> Piotr Zarzycki > > > > > >> > > > > > >> Patreon: *https://www.patreon.com/piotrzarzycki > > > > > >> <https://www.patreon.com/piotrzarzycki>* > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Carlos Rovira > > > > > > http://about.me/carlosrovira > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Carlos Rovira > > > > > http://about.me/carlosrovira > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > Piotr Zarzycki > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > > > <https://www.patreon.com/piotrzarzycki>* > > > > > > > > > > > > > > > > -- > > > Carlos Rovira > > > http://about.me/carlosrovira > > > > > > > > > > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > > > > > -- > Carlos Rovira > http://about.me/carlosrovira > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
