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

Reply via email to