Hi; Today I was able to build the Royale Framework (royale-asjs) and I was able to build the Royale SDK with C:\royale-asjs>mvn -s settings-template.xml -DdistributionTargetFolder=c:\royale_sdk-0.9.0 -P build-distribution clean install (-DskipTests)
* I tried with and without –DskipTests When I try to add the Royale SDK to Flash Builder 4.7 as per https://github.com/apache/royale-asjs/wiki/Flash-Builder-4.7 I get a Flex 2 is not supported…. Thx! Carlos From: [email protected] [mailto:[email protected]] On Behalf Of Carlos Rovira Sent: Tuesday, November 21, 2017 7:26 AM To: [email protected] Subject: Re: building Royale Hi Carlos, for maven, did you add to the maven instruction "-DskipTests" Test are still failing due to migration not finished yet. This mvn -s settings-template.xml clean install -DskipTests event this mvn clean install -DskipTests should work for you. Alex is Working on renaming and fix the tests is included in that work Thanks 2017-11-21 3:28 GMT+01:00 Carlos Cruz <[email protected] <mailto:[email protected]> >: I wanted to reply yesterday but I got busy. In trying to follow the instruction from : https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven the maven build fails on step #6 Build the Framework (royale-asjs) using "ant" I think the default task is "all" it fails with the previously attached console output, and just building the sdk also fails with the error out put it can't find the air sdk zip in the downloads but as I exhibited the air sdk zip is there. Thx! Carlos -----Original Message----- From: Justin Mclean [mailto:[email protected] <mailto:[email protected]> ] Sent: Sunday, November 19, 2017 5:59 PM To: [email protected] <mailto:[email protected]> Subject: Re: building Royale Hi, Note there are 3 repos you need to build not 2. We have instruction here on how to do it of the wiki [1]. However the instruction are not quite complete as the very first time you compile the royale-compiler repo you need to do this: mvn clean install -P utils mvn clean install Not the utils line first. I think that this may be the issue you are running into to get the maven build working. "-s settings-template.xml" is only needed if you haven’t set up Apache as servers in your maven settings.xml file. <server> <id>apache.releases.https</id> </server> <server> <id>apache.snapshots.https</id> </server> (You may need dummy username and password tags in the above) Thanks, Justin 1. https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven= -- Carlos Rovira http://about.me/carlosrovira
