Hi Justin, just made the patch in wiki instructions you proposed. Is strange since I tried without the need to do "mvn clean install -P utils" But Piotr pointed that as well. I should test this in a clean system and see what happen. Anyway, with all the info I think now everyone could build with maven Thanks for provide the solution!
Carlos 2017-11-19 23:59 GMT+01:00 Justin Mclean <[email protected]>: > 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
