Hi, Carlos, thanks for report that you finaly get a successful build with maven. One thing that is not clear in your mail is if you need -DskipTests, I assume that without that build fails.
About IDE: Peter made a wiki page for Flash Builder: https://github.com/apache/royale-asjs/wiki/Flash-Builder-4.7 As I'm not a FB user can say if works for maven distribution, but I think it should since it must be a valid SDK. Maybe Peter could say something here Thanks Carlos 2017-11-22 6:33 GMT+01:00 Piotr Zarzycki <[email protected]>: > Carlos, > > I'm not sure whether Maven distribution package is supported in Flash > Builder. For sure it is working in Moonshine and VSCode. People who are > using VSCode can provide you guidance how to use it cause it os not yet > officially support Royale. In case of Moonshine there is an instruction > here [1] > > [1] https://github.com/apache/royale-asjs/wiki/Moonshine-IDE > > Thanks, Piotr > > On Wed, Nov 22, 2017, 04:11 Carlos Cruz <[email protected]> wrote: > >> 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]>: >> >> 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]] >> Sent: Sunday, November 19, 2017 5:59 PM >> To: [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 >> >> >> > -- Carlos Rovira http://about.me/carlosrovira
