Carlos, What has change more in case of Maven build for framework? On builds.a.o we have following command which running royale-asjs. It looks like something is missing, cause I have removed locally my org.apache.royale folder from .m2 and start building PureMVC to swc. [1] - It throws exception now.
Could not resolve dependencies for project org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT: Failure to find org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache-snapshots has elapsed or updates are forced Above means that it probably doesn't exists in Apache Maven central... Command on builds.a.o: -U clean deploy -P generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe -Dgenerate.swf.swcs=true -Dgenerate.swf [1] https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework Thanks, Piotr śr., 22 sty 2020 o 12:29 Piotr Zarzycki <piotrzarzyck...@gmail.com> napisał(a): > Ok let's wait to see whether someone actually know what is the version. > > śr., 22 sty 2020 o 12:27 Carlos Rovira <carlosrov...@apache.org> > napisał(a): > >> Hi Piotr, >> >> I explained in this thread that I couldn't find in maven the same exact >> version that ANT one, I put the closest in date available from maven >> I proposed as well if we can upgrade ANT/MAVEN to the same one that works. >> Other thing is that maybe I fail in the search and the version could >> exists, in that case hope other can indicate the maven descriptor to >> update >> it. >> >> thanks >> >> >> >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (< >> piotrzarzyck...@gmail.com>) escribió: >> >> > Why you didn't use exactly the same version ? Maybe this is the reason >> why >> > my application is failing. >> > >> > I see this in Maven: >> > <dependency> >> > <groupId>com.google.javascript</groupId> >> > <artifactId>closure-compiler</artifactId> >> > <version>v20181210</version> >> > </dependency> >> > <dependency> >> > <groupId>org.clojure</groupId> >> > <artifactId>google-closure-library</artifactId> >> > <version>0.0-20190213-2033d5d9</version> >> > </dependency> >> > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <carlosrov...@apache.org> >> > napisał(a): >> > >> > > Hi Alex, >> > > >> > > I didn't put the latest one. Used the closest one in dates to the one >> in >> > > ANT. Should be that valid? And how can I ensure compatibility? Where >> to >> > > check that? >> > > But what I really want to do is update ANT/MAVEN to the same one that >> is >> > ok >> > > for all of us. We need to ensure one that is available for both. >> > > >> > > thanks >> > > >> > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui >> (<aha...@adobe.com.invalid >> > >) >> > > escribió: >> > > >> > > > You may not want the latest closure library. You probably want one >> > that >> > > > is compatible with the closure compiler. >> > > > >> > > > HTH, >> > > > -Alex >> > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <carlosrov...@apache.org> >> wrote: >> > > > >> > > > Hi, >> > > > >> > > > Josh discover that there was an issue. If we have GOOG_HOME env >> var >> > > the >> > > > maven distribution worked right, but if you don't have, >> compilation >> > > > fails. >> > > > I have it in my system while developing this. So I just fixed it >> > some >> > > > minutes ago. >> > > > >> > > > One thing: There's no maven artifact for the closure-library >> > > v20180910 >> > > > (the >> > > > one used by ANT), next one is 0.0-20190213-2033d5d9, so we need >> to >> > > use >> > > > that >> > > > for maven (or maybe I was too bad trying to find the >> corresponding >> > > > maven >> > > > artifact, so if someone knows, please let me know!). >> > > > >> > > > So, can we upgrade ANT to v20190213 too? From now on, we should >> > check >> > > > versions exists for ANT and MAVEN artifacts. >> > > > >> > > > @Piotr Zarzycki <piotrzarzyck...@gmail.com> let me know if you >> > can >> > > > get it >> > > > work with latest changes just done. >> > > > >> > > > Thanks >> > > > >> > > > >> > > > >> > > > El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (< >> > > > carlosrov...@apache.org>) >> > > > escribió: >> > > > >> > > > > Hi Piotr, >> > > > > >> > > > > yes, you're using an old command, maven was extremely >> simplified >> > > > thanks to >> > > > > Chris Dutz contribution 1 or 2 months ago. >> > > > > 'generate.swf.swcs' does not exists. Check the instructions I >> put >> > > or >> > > > go to >> > > > > the updated docs here [1]. I updated that page to have all the >> > > > latest valid >> > > > > info. >> > > > > >> > > > > I'm planing with Chris, to work soon in more improvements: >> > > > > >> > > > > 1.- Make Maven distribution for js-only (just removing >> > > > -option-with-swf >> > > > > that now is required) >> > > > > 2.- Try to have just one repo >> > > > > 3.- Simplify release process based on 2 (and yes having ANT >> into >> > > > account) >> > > > > >> > > > > I will want to release every 1 to 2 month. >> > > > > >> > > > > [1] >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&reserved=0 >> > > > > >> > > > > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (< >> > > > > piotrzarzyck...@gmail.com>) escribió: >> > > > > >> > > > >> Ok it looks like it my fault. I didn't catch up full >> > instruction. >> > > > Let me >> > > > >> try again. >> > > > >> >> > > > >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki < >> > > piotrzarzyck...@gmail.com> >> > > > >> napisał(a): >> > > > >> >> > > > >> > Hi Carlos, >> > > > >> > >> > > > >> > When I'm running this [1] on my Mac distribution is not >> > > > generated. :/ >> > > > >> > Whole SDK is being build successfully, but without >> > distribution. >> > > > I don't >> > > > >> > have any errors. >> > > > >> > >> > > > >> > [1] mvn clean install -DskipTests -Drat.skip=true >> > > > >> -Dgenerate.swf.swcs=true >> > > > >> > >> > > > >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release >> > > > >> > >> > > > >> > Thanks, >> > > > >> > Piotr >> > > > >> > >> > > > >> > >> > > > >> > wt., 21 sty 2020 o 12:44 Carlos Rovira < >> > carlosrov...@apache.org >> > > > >> > > > >> > napisał(a): >> > > > >> > >> > > > >> >> Hi Antonis, >> > > > >> >> >> > > > >> >> all this does not affect FB, so don't worry about it. But >> we >> > > > hope you >> > > > >> try >> > > > >> >> to migrate to some newer IDE in the future! ;) >> > > > >> >> >> > > > >> >> Carlos >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (< >> > > > >> >> antonis.kalodi...@gmail.com>) escribió: >> > > > >> >> >> > > > >> >> > This sounds good news for someone to be involved with >> > royale. >> > > > >> >> > Please i someone of you who know the requirements don't >> > break >> > > > the >> > > > >> royale >> > > > >> >> > ability to be used and in the flashbuilder. Even it is >> old >> > > is a >> > > > >> >> standard i >> > > > >> >> > think for the old users that are searching where to jump >> > for >> > > > upgrade >> > > > >> >> their >> > > > >> >> > apps >> > > > >> >> > >> > > > >> >> > Thank you, continue the great job that you are doing. >> > > > >> >> > >> > > > >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr >> Zarzycki < >> > > > >> >> > piotrzarzyck...@gmail.com> έγραψε: >> > > > >> >> > >> > > > >> >> > > Hi Carlos, >> > > > >> >> > > >> > > > >> >> > > Congrats! Could you provide on mailing list command to >> > > build >> > > > >> framework >> > > > >> >> > with >> > > > >> >> > > distribution, so users could know how to do that. >> > > > >> >> > > >> > > > >> >> > > Thanks, >> > > > >> >> > > Piotr >> > > > >> >> > > >> > > > >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira < >> > > > carlosrov...@apache.org> >> > > > >> >> > > napisał(a): >> > > > >> >> > > >> > > > >> >> > > > Hi, >> > > > >> >> > > > >> > > > >> >> > > > just fixed the maven distribution, and now it >> creates a >> > > > valid SDK >> > > > >> >> that >> > > > >> >> > > can >> > > > >> >> > > > be used with IDEs. I think this is a long awaited >> fix. >> > > > >> >> > > > >> > > > >> >> > > > So with the new maven distribution the generated SDK >> > > > allows you >> > > > >> to >> > > > >> >> get >> > > > >> >> > > > code intelligence and IDEs can find compilers and >> use >> > it >> > > > to get a >> > > > >> >> valid >> > > > >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML >> > > > extension, >> > > > >> hope >> > > > >> >> > > others >> > > > >> >> > > > using Moonshine can provide feedback. >> > > > >> >> > > > >> > > > >> >> > > > Additionally you get the normal maven way of build >> with >> > > > "mvn >> > > > >> >> install" >> > > > >> >> > > that >> > > > >> >> > > > will be more near to your deploy needs. >> > > > >> >> > > > >> > > > >> >> > > > So people using Maven does not need to use ANT >> anymore >> > to >> > > > >> generate a >> > > > >> >> > > valid >> > > > >> >> > > > SDK, and we get finally to have two independent >> ways of >> > > > building >> > > > >> >> > > separated >> > > > >> >> > > > one from the other. >> > > > >> >> > > > >> > > > >> >> > > > I'll be doing some refining this days with >> classpaths >> > > > since I >> > > > >> left >> > > > >> >> some >> > > > >> >> > > > versions hardcoded that I want to remove to make it >> > valid >> > > > as we >> > > > >> >> change >> > > > >> >> > > > versions. >> > > > >> >> > > > >> > > > >> >> > > > I'll be upgrading maven docs to reflect this change. >> > > > >> >> > > > >> > > > >> >> > > > >> > > > >> >> > > > >> > > > >> >> > > > -- >> > > > >> >> > > > Carlos Rovira >> > > > >> >> > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&reserved=0 >> > > > >> >> > > > >> > > > >> >> > > > >> > > > >> >> > > >> > > > >> >> > > -- >> > > > >> >> > > >> > > > >> >> > > Piotr Zarzycki >> > > > >> >> > > >> > > > >> >> > > Patreon: * >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&reserved=0 >> > > > >> >> > > < >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&reserved=0 >> > > > >* >> > > > >> >> > > >> > > > >> >> > >> > > > >> >> >> > > > >> >> >> > > > >> >> -- >> > > > >> >> Carlos Rovira >> > > > >> >> >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&reserved=0 >> > > > >> >> >> > > > >> > >> > > > >> > >> > > > >> > -- >> > > > >> > >> > > > >> > Piotr Zarzycki >> > > > >> > >> > > > >> > Patreon: * >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&reserved=0 >> > > > >> > < >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&reserved=0 >> > > > >* >> > > > >> > >> > > > >> >> > > > >> >> > > > >> -- >> > > > >> >> > > > >> Piotr Zarzycki >> > > > >> >> > > > >> Patreon: * >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&reserved=0 >> > > > >> < >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&reserved=0 >> > > > >* >> > > > >> >> > > > > >> > > > > >> > > > > -- >> > > > > Carlos Rovira >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&reserved=0 >> > > > > >> > > > > >> > > > >> > > > -- >> > > > Carlos Rovira >> > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&reserved=0 >> > > > >> > > > >> > > > >> > > >> > > -- >> > > Carlos Rovira >> > > http://about.me/carlosrovira >> > > >> > >> > >> > -- >> > >> > Piotr Zarzycki >> > >> > Patreon: *https://www.patreon.com/piotrzarzycki >> > <https://www.patreon.com/piotrzarzycki>* >> > >> >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >> > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*