I think this file is missing from the source kit. I didn't catch it because I think it is only needed for first-timers.
https://github.com/apache/royale-asjs/blob/develop/.mvn/extensions.xml Dave, try putting that file in a .mvn folder in the royale-asjs folder and see if things start to work. -Alex On 11/15/18, 3:08 PM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote: Dave, You just made me realize that I probably saw that issue a while back. You should be asked during source build to for license approve and download playerglobal. I saw that sometimes it doesn't work and you got something like you. I don't know why. I will try tomorrow on my sight. Piotr On Fri, Nov 16, 2018, 12:02 AM Dave Fisher <dave2w...@comcast.net> wrote: > I am on Maven 3.5.0 > > I get this error: > > > [ERROR] Failed to execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as > (default-compile-as) on project Core: Could not resolve dependencies for > project org.apache.royale.framework:Core:swc:0.9.4: Failure to find > com.adobe.air.framework:airglobal:swc:20.0 in > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&data=02%7C01%7Caharui%40adobe.com%7Cb364a443384642d3cc1e08d64b4f4883%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779201220453312&sdata=%2BI5LblnCQiheDN5OgUb0roLYWJYH6%2BxTvEM%2Bhq2b258%3D&reserved=0 > < > https://na01.safelinks.protection.outlook.com/?url=https://repository.apache.org/content/repositories/releases&data=02|01|aha...@adobe.com|f9bcbd2877134b95ef8508d64b447b84|fa7b1b5a7b34438794aed2c178decee1|0|0|636779154848452934&sdata=km1iZjKngu54/FDvN6mYZVmHhqIfx+h6ls6nftiKEt4=&reserved=0 > <https://na01.safelinks.protection.outlook.com/?url=https://repository.apache.org/content/repositories/releases&data=02%7c01%7caha...@adobe.com%7Cf9bcbd2877134b95ef8508d64b447b84%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779154848452934&sdata=km1iZjKngu54/FDvN6mYZVmHhqIfx+h6ls6nftiKEt4=&reserved=0>> > was cached in the local repository, resolution will not be reattempted > until the update interval of apache-release has elapsed or updates are > forced -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with > the -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > > [ERROR] [Help 1] > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&data=02%7C01%7Caharui%40adobe.com%7Cb364a443384642d3cc1e08d64b4f4883%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779201220453312&sdata=Vnm8YTZC%2FSxjykGGjRy7cizifbqCHR0%2B3fHoTqu%2B5dg%3D&reserved=0 > < > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&data=02%7C01%7Caharui%40adobe.com%7Cb364a443384642d3cc1e08d64b4f4883%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779201220453312&sdata=Vnm8YTZC%2FSxjykGGjRy7cizifbqCHR0%2B3fHoTqu%2B5dg%3D&reserved=0 > > > > I think that there must be a missing part: > > $ pwd > /Users/davewave/.m2/repository/org/apache/royale/compiler > $ ls -1 > compiler > compiler-build-tools > compiler-common > compiler-externc > compiler-jburg-types > compiler-jx > compiler-test-utils > debugger > flex-compiler-oem > maven-metadata-local.xml > royale-ant-tasks > royale-compiler-parent > royale-maven-plugin > swfutils > > $ pwd > /Users/davewave/.m2/repository/org/apache/royale/framework > Daves-MacBook-Pro:framework davewave$ ls -1 > Fonts > frameworks > projects > royale-framework-parent > > This pom: > ./framework/projects/0.9.4/projects-0.9.4.pom > > Has > <dependency> > <groupId>com.adobe.air.framework</groupId> > <artifactId>airglobal</artifactId> > <version>${air.version}</version> > <type>swc</type> > <scope>provided</scope> > </dependency> > > Am I missing ${air.version}? > > Is “provided” incorrect? > > Regards, > Dave > > > On Nov 15, 2018, at 2:34 PM, Harbs <harbs.li...@gmail.com> wrote: > > > > It’s been a while and I don’t remember off-hand. > > > > I’ll probably take a stab at being RM in a few weeks and I imagine I’ll > need to figure it out then… ;-) > > > > Harbs > > > >> On Nov 16, 2018, at 12:32 AM, Alex Harui <aha...@adobe.com.INVALID> > wrote: > >> > >> What errors do you get with Maven? > > > >