Thanks Alex, I update wiki here:
https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven with that info El jue., 13 jun. 2019 a las 17:43, Alex Harui (<[email protected]>) escribió: > So yes, to build all SWCs for Maven, you need to use the profiles that > create the SWF SWCs. We changed the default to not require the Adobe > artifacts. > > I think the command line is actually: > > mvn clean install -P generate-swcs-for-swf,main > > > And similarly, when building examples, to get the SWF output you have to > specify > > mvn clean install -P generate-swf > > However, for the particular blog example that was failing, you also have > the option of disabling the SWF build for that example since I'm not sure > it would ever run in Flash/AIR without an emulation of that third-party > library. I think there are already some POMs that disable the SWF build. > > HTH, > -Alex > > On 6/13/19, 5:32 AM, "Carlos Rovira" <[email protected]> wrote: > > Hi Piotr, > > I mean that I run all days a script that runs maven on all repos and > then > ant to build sdk. Seems now we need to update from normal "man clean > install" to "mvn clean install -Pgenerate-swcs-for-swf" > in that script to make all days swf swc builds be update and notice > that > kind of problems. I understand from what Alex said in this thread that > I > didn't see that kind of error locally due to not running with that > profile > in the command line. So from now on I should notice if a problem like > that > arise. > > > El jue., 13 jun. 2019 a las 14:22, Piotr Zarzycki (< > [email protected]>) escribió: > > > Hi Carlos, > > > > I don't get last part - Are you going to change something on your end > > locally or in framework build? > > > > > > czw., 13 cze 2019 o 14:04 Carlos Rovira <[email protected]> > > napisał(a): > > > > > Thanks Alex, Piotr, > > > > > > Greg told me that he changed the build script due to changes done > in > > latest > > > months to: > > > > > > mvn clean install -Pgenerate-swcs-for-swf > > > > > > the swf swc builds were not updating > > > > > > so I'll change to that too, and I guess I should be able to notice > that > > > kind of problems in the future > > > > > > Let me know if that has sense > > > > > > Thanks > > > > > > El jue., 13 jun. 2019 a las 8:40, Piotr Zarzycki (< > > > [email protected]>) > > > escribió: > > > > > > > Thanks Alex for the tip. Probably each of those examples is > building > > with > > > > JSRoyale and SWF switch. Surrounding by COMPILE::JS was the right > > choice. > > > > We have working build. > > > > > > > > czw., 13 cze 2019 o 00:35 Alex Harui <[email protected]> > > > > napisał(a): > > > > > > > > > I was able to reproduce the error when building the SWF > version of > > the > > > > > example. > > > > > > > > > > mvn clean install -P generate-swf > > > > > > > > > > HTH, > > > > > -Alex > > > > > > > > > > On 6/12/19, 2:22 PM, "Piotr Zarzycki" < > [email protected]> > > > > wrote: > > > > > > > > > > Carlos, > > > > > > > > > > Maybe surrounding that line hljs by COMPILE::JS ? > > > > > > > > > > Thanks, > > > > > Piotr > > > > > > > > > > śr., 12 cze 2019 o 21:11 Alex Harui > <[email protected]> > > > > > napisał(a): > > > > > > > > > > > Using ** got me past the rat issue. My Windows builds > are > > > hanging > > > > > getting > > > > > > downloads from apache snapshots. > > > > > > > > > > > > I pushed the ** change. Hopefully it won't break on > some other > > > > > machine. > > > > > > Still no idea why it is suddenly so sensitive. > > > > > > > > > > > > -Alex > > > > > > > > > > > > On 6/12/19, 11:54 AM, "Carlos Rovira" < > [email protected] > > > > > > > > wrote: > > > > > > > > > > > > ok, I was thinking to do the same, but since I can > see if > > it > > > > > could work > > > > > > prefer not to mess. > > > > > > So I'll not commit my change waiting for yours Alex > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > > > El mié., 12 jun. 2019 a las 20:50, Alex Harui > > > > > > (<[email protected]>) > > > > > > escribió: > > > > > > > > > > > > > I get that too after picking up Piotr's change. I > think > > > > > somehow > > > > > > something > > > > > > > changed in Rat and it is now interpreting paths > > differently > > > > > than it > > > > > > used > > > > > > > to. I'm trying a fix using **/fb.properties. I'll > > commit > > > it > > > > > if it > > > > > > works. > > > > > > > > > > > > > > -Alex > > > > > > > > > > > > > > On 6/12/19, 11:47 AM, "Piotr Zarzycki" < > > > > > [email protected]> > > > > > > wrote: > > > > > > > > > > > > > > That's weird, cause I made a fix for it. Do > you have > > my > > > > > fix ? > > > > > > > > > > > > > > śr., 12 cze 2019 o 20:43 Carlos Rovira < > > > > > [email protected]> > > > > > > > napisał(a): > > > > > > > > > > > > > > > Now I'm getting in rat.txt > > > > > > > > > > > > > > > > Files with unapproved licenses: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/fb.properties > > > > > > > > > > > > > > > > :? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié., 12 jun. 2019 a las 20:40, Carlos > Rovira (< > > > > > > > [email protected] > > > > > > > > >) > > > > > > > > escribió: > > > > > > > > > > > > > > > > > Curious, > > > > > > > > > > > > > > > > > > no rebuilding all from scratch with latest > > changes: > > > > > > > > > > > > > > > > > > BUILD SUCCESSFUL > > > > > > > > > > > > > > > > > > Total time: 2 seconds > > > > > > > > > > > > > > > > > > [*ERROR*] Failed to execute goal > > > > > > > > > org.apache.rat:apache-rat-plugin:0.13:check > > > > > > *(license-check)* on > > > > > > > project > > > > > > > > > frameworks: *Too many files with unapproved > > > license: > > > > 1 > > > > > See > > > > > > RAT > > > > > > > report in: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/target/rat.txt* > > > > > > > > > -> *[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*] > > > > > > > > > > > > > > > > > > hehe, going to see what could be :) > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié., 12 jun. 2019 a las 20:37, Piotr > Zarzycki > > > (< > > > > > > > > > [email protected]>) escribió: > > > > > > > > > > > > > > > > > >> Yeah. That's worth on > investigation/observation > > > why > > > > > you > > > > > > haven't > > > > > > > seen > > > > > > > > that > > > > > > > > >> error locally. > > > > > > > > >> > > > > > > > > >> śr., 12 cze 2019 o 20:34 Carlos Rovira < > > > > > > [email protected]> > > > > > > > > >> napisał(a): > > > > > > > > >> > > > > > > > > >> > Hi, don't understand why I don't get > that fail > > > > > locally. > > > > > > Also, > > > > > > > > something > > > > > > > > >> > that I was seeing since many time is > that > > errors > > > > are > > > > > > logged > > > > > > > twice. > > > > > > > > Seems > > > > > > > > >> > like some code in compiler is running > > > duplicated. > > > > > > > > >> > > > > > > > > > >> > Coming back to hljs problem. how can I > > reproduce > > > > > that > > > > > > problem > > > > > > > locally > > > > > > > > in > > > > > > > > >> > order to fix it? > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > El mié., 12 jun. 2019 a las 18:36, Alex > Harui > > > > > > > > (<[email protected] > > > > > > > > >> >) > > > > > > > > >> > escribió: > > > > > > > > >> > > > > > > > > > >> > > I have no idea why we haven't seen > that rat > > > > > problem > > > > > > before, > > > > > > > but now > > > > > > > > >> that > > > > > > > > >> > > Piotr fixed it, build 1908 is back to > the > > same > > > > > error > > > > > > most > > > > > > > other > > > > > > > > builds > > > > > > > > >> > have > > > > > > > > >> > > had. > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > F:\jenkins\jenkins-slave\workspace\Royale-asjs\examples\blog\BE0012_Using_external_javascript_libraries_in_Apache_Royale\src\main\royale\BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml(33): > > > > > > > > >> > > col: 22 Error: Call to a possibly > undefined > > > > method > > > > > > > highlightBlock > > > > > > > > >> > through a > > > > > > > > >> > > reference with static type hljs. > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > hljs.highlightBlock(sourceCodeMXMLText.element); > > > > > > > > >> > > ^ > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > F:\jenkins\jenkins-slave\workspace\Royale-asjs\examples\blog\BE0012_Using_external_javascript_libraries_in_Apache_Royale\src\main\royale\BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml(33): > > > > > > > > >> > > col: 22 Error: Call to a possibly > undefined > > > > method > > > > > > > highlightBlock > > > > > > > > >> > through a > > > > > > > > >> > > reference with static type hljs. > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > hljs.highlightBlock(sourceCodeMXMLText.element); > > > > > > > > >> > > > > > > > > > > >> > > -Alex > > > > > > > > >> > > > > > > > > > > >> > > On 6/12/19, 7:56 AM, "Piotr Zarzycki" > < > > > > > > > [email protected]> > > > > > > > > >> > wrote: > > > > > > > > >> > > > > > > > > > > >> > > Carlos, > > > > > > > > >> > > > > > > > > > > >> > > Log is saying that this file is a > > problem > > > > for > > > > > rat. > > > > > > In > > > > > > > order to > > > > > > > > >> > confirm > > > > > > > > >> > > it > > > > > > > > >> > > you need to go to Workspace on > Jenkins. > > > > > Report from > > > > > > Rat > > > > > > > [1] > > > > > > > > >> > > > > > > > > > > >> > > [1] > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2FRoyale-asjs%2Fws%2Ftarget%2Frat.txt&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405780540&sdata=8ObptayfEzlhM7yGE%2FD%2FnFb9KsIxhcrYQSp1wuX%2F2ys%3D&reserved=0 > > > > > > > > >> > > > > > > > > > > >> > > On Wed, Jun 12, 2019, 4:43 PM > Carlos > > > Rovira > > > > < > > > > > > > > >> [email protected] > > > > > > > > >> > > > > > > > > > > >> > > wrote: > > > > > > > > >> > > > > > > > > > > >> > > > Hi Piotr, > > > > > > > > >> > > > > > > > > > > > >> > > > just to make sure we're on the > same > > > page: > > > > > > > > >> > > > * don't think fb.properties is a > > > problem, > > > > > and > > > > > > don't see > > > > > > > any > > > > > > > > log > > > > > > > > >> > > reporting > > > > > > > > >> > > > that file is involved in > something > > > wrong, > > > > I > > > > > > searched > > > > > > > for it in > > > > > > > > >> the > > > > > > > > >> > > log that > > > > > > > > >> > > > report the failure and is > listed as an > > > > > exclusion > > > > > > what is > > > > > > > > >> completely > > > > > > > > >> > > right. > > > > > > > > >> > > > * I have RAT turn on > > > > > > > > >> > > > * What I tried to express is > that the > > > > > folder used > > > > > > by > > > > > > > Jenkins > > > > > > > > >> (for > > > > > > > > >> > us > > > > > > > > >> > > our > > > > > > > > >> > > > "royale-asjs" folder) must have > some > > > temp > > > > > folder > > > > > > or > > > > > > > file(s) > > > > > > > > that > > > > > > > > >> > > should be > > > > > > > > >> > > > removed. When this happen in my > local > > > > > machine, I > > > > > > go to > > > > > > > rat.txt > > > > > > > > >> in > > > > > > > > >> > the > > > > > > > > >> > > > target folder that is failing > and see > > > what > > > > > files > > > > > > > report. If > > > > > > > > the > > > > > > > > >> > > files are > > > > > > > > >> > > > AS3 code, I add the > corresponding > > > license > > > > > header, > > > > > > if the > > > > > > > > problem > > > > > > > > >> > > comes from > > > > > > > > >> > > > files not removed in a previous > build > > > for > > > > > whatever > > > > > > > reason, I > > > > > > > > >> need > > > > > > > > >> > to > > > > > > > > >> > > remove > > > > > > > > >> > > > them manually. > > > > > > > > >> > > > > > > > > > > > >> > > > You can check for this if you > know > > why, > > > or > > > > > I can > > > > > > do it, > > > > > > > > >> although I > > > > > > > > >> > > never > > > > > > > > >> > > > try to browse that Jenkin server > > folder, > > > > so > > > > > I'll > > > > > > need > > > > > > > some > > > > > > > > >> guidance > > > > > > > > >> > > in > > > > > > > > >> > > > order to know how to connect > and how > > to > > > > > localize > > > > > > that > > > > > > > server > > > > > > > > >> > folder. > > > > > > > > >> > > Once I > > > > > > > > >> > > > got there, I can do the job. > > > > > > > > >> > > > > > > > > > > > >> > > > thanks > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > El mié., 12 jun. 2019 a las > 12:09, > > Piotr > > > > > Zarzycki > > > > > > (< > > > > > > > > >> > > > [email protected]>) > escribió: > > > > > > > > >> > > > > > > > > > > > >> > > > > Maybe it is placed in a wrong > pom > > > file ? > > > > > Just a > > > > > > shoot > > > > > > > in the > > > > > > > > >> > dark. > > > > > > > > >> > > > > > > > > > > > > >> > > > > śr., 12 cze 2019 o 11:21 > Carlos > > > Rovira < > > > > > > > > >> [email protected]> > > > > > > > > >> > > > > napisał(a): > > > > > > > > >> > > > > > > > > > > > > >> > > > > > about that file is already > > excluded > > > in > > > > > main > > > > > > pom.xml > > > > > > > in the > > > > > > > > >> RAT > > > > > > > > >> > > plugin > > > > > > > > >> > > > > > section. For that reason > build > > does > > > > not > > > > > > complain > > > > > > > for it: > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > <!-- FlashBuilder settings. > > > > > > frameworks/fb.properties > > > > > > > > >> contains > > > > > > > > >> > > Alex' > > > > > > > > >> > > > path > > > > > > > > >> > > > > > entries and should be > removed --> > > > > > > > > >> > > > > > > <exclude>fb.properties</exclude> > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > El mié., 12 jun. 2019 a las > 10:55, > > > > Piotr > > > > > > Zarzycki (< > > > > > > > > >> > > > > > [email protected]>) > > > escribió: > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > Well that file [1] was > added two > > > > > years ago, > > > > > > so > > > > > > > maybe it > > > > > > > > >> still > > > > > > > > >> > > needed. > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > [1] > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fframeworks%2Ffb.properties&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405780540&sdata=vVMJiv9xTNQaqzMFV9xAgKldqugmiu2yv33%2FybprRic%3D&reserved=0 > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > śr., 12 cze 2019 o 10:46 > Carlos > > > > > Rovira < > > > > > > > > >> > > [email protected]> > > > > > > > > >> > > > > > > napisał(a): > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > Hi Piotr, > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > in my experience this > use to > > > > happen > > > > > when > > > > > > some > > > > > > > tries > > > > > > > > has > > > > > > > > >> > been > > > > > > > > >> > > done > > > > > > > > >> > > > > that > > > > > > > > >> > > > > > > > created files that was > not > > > > removed, > > > > > then > > > > > > maven > > > > > > > pass > > > > > > > > and > > > > > > > > >> > find > > > > > > > > >> > > that > > > > > > > > >> > > > > kind > > > > > > > > >> > > > > > of > > > > > > > > >> > > > > > > > files. For example, if > I try > > to > > > > > build with > > > > > > > VSCode > > > > > > > > >> > CTRL+ENTER > > > > > > > > >> > > quick > > > > > > > > >> > > > > > build > > > > > > > > >> > > > > > > > and generate a bin > folder, > > then > > > I > > > > > need to > > > > > > > remove or > > > > > > > > I'll > > > > > > > > >> > get > > > > > > > > >> > > a RAT > > > > > > > > >> > > > > > error > > > > > > > > >> > > > > > > > when pass maven. My bet > is > > that > > > we > > > > > have > > > > > > files > > > > > > > staled > > > > > > > > >> that > > > > > > > > >> > > need to > > > > > > > > >> > > > be > > > > > > > > >> > > > > > > > removed > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > El mié., 12 jun. 2019 a > las > > > 10:40, > > > > > Piotr > > > > > > > Zarzycki (< > > > > > > > > >> > > > > > > > > [email protected]>) > > > > > escribió: > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > > How your local build > didn't > > > > > report that > > > > > > ? Do > > > > > > > you > > > > > > > > have > > > > > > > > >> RAT > > > > > > > > >> > > > checking > > > > > > > > >> > > > > > > > disabled > > > > > > > > >> > > > > > > > > for local build ? > > > > > > > > >> > > > > > > > > > > > > > > > > >> > > > > > > > > śr., 12 cze 2019 o > 10:33 > > Piotr > > > > > Zarzycki > > > > > > < > > > > > > > > >> > > > [email protected] > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > napisał(a): > > > > > > > > >> > > > > > > > > > > > > > > > > >> > > > > > > > > > Hi Carlos, > > > > > > > > >> > > > > > > > > > > > > > > > > > >> > > > > > > > > > This file is without > > license > > > > > header > > > > > > > > >> > > > "frameworks/fb.properties" - > > > > > > > > >> > > > > > > This > > > > > > > > >> > > > > > > > is > > > > > > > > >> > > > > > > > > > Flash Builder > related file > > > > > actually ? > > > > > > > > >> > > > > > > > > > > > > > > > > > >> > > > > > > > > > śr., 12 cze 2019 o > 10:25 > > > > Carlos > > > > > > Rovira < > > > > > > > > >> > > > [email protected]> > > > > > > > > >> > > > > > > > > > napisał(a): > > > > > > > > >> > > > > > > > > > > > > > > > > > >> > > > > > > > > >> Seems a problem > with the > > > > files > > > > > > without > > > > > > > license > > > > > > > > (RAT > > > > > > > > >> > > plugin) > > > > > > > > >> > > > > right? > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> [ERROR] Failed to > execute > > > > goal > > > > > > > > >> > > > > > > > > >> > > > > > > org.apache.rat:apache-rat-plugin:0.12:check > > > > > > > > >> > > (license-check) on > > > > > > > > >> > > > > > > project > > > > > > > > >> > > > > > > > > >> > royale-framework-parent: > > > Too > > > > > many > > > > > > files > > > > > > > with > > > > > > > > >> > unapproved > > > > > > > > >> > > > > license: 1 > > > > > > > > >> > > > > > > See > > > > > > > > >> > > > > > > > > >> RAT report in: > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > > f:\jenkins\jenkins-slave\workspace\Royale-asjs\target\rat.txt > > > > > > > > >> > > > > > > > > >> -> [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://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoFailureException&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405780540&sdata=WqeEDuXMv59Nm6%2FTmu1JaX7OXunBpRz6KsPpIhrXzZg%3D&reserved=0 > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> El mié., 12 jun. > 2019 a > > las > > > > > 10:18, > > > > > > Apache > > > > > > > Jenkins > > > > > > > > >> > > Server (< > > > > > > > > >> > > > > > > > > >> > > [email protected] > > > >) > > > > > > escribió: > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > The Apache > Jenkins > > build > > > > > system > > > > > > has built > > > > > > > > >> > Royale-asjs > > > > > > > > >> > > (build > > > > > > > > >> > > > > > > #1905) > > > > > > > > >> > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > Status: Still > Failing > > > > > > > > >> > > > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > Check console > output at > > > > > > > > >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2FRoyale-asjs%2F1905%2F&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405780540&sdata=t8D27kPLPENhG%2BCg0C%2FzfiZcjIvAfCEKXcB72NrG32c%3D&reserved=0 > > > > > > > > >> > > > > > > > > >> > to view the > results. > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> -- > > > > > > > > >> > > > > > > > > >> Carlos Rovira > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%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%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > > > > > > > > < > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%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%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > > > > > > > < > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > >* > > > > > > > > >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > -- > > > > > > > > >> > > > > > > > Carlos Rovira > > > > > > > > >> > > > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%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%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > > > > > < > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > >* > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > -- > > > > > > > > >> > > > > > Carlos Rovira > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%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%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > > > < > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > > > > > >> > > >* > > > > > > > > >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > > >> > > > -- > > > > > > > > >> > > > Carlos Rovira > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > Carlos Rovira > > > > > > > > > > > > > > > > > > > > > > > > > > > > > http://about.me/carlosrovira > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > Piotr Zarzycki > > > > > > > > > > > > > > Patreon: * > > > > > > > > > > > > > > > > > > > > > https://www.patreon.com/piotrzarzycki > > > > > > > < > > > > > > > > > > > > > > > > > > > > > https://www.patreon.com/piotrzarzycki > > > > > > > >* > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Carlos Rovira > > > > > > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%3D&reserved=0 > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > Piotr Zarzycki > > > > > > > > > > Patreon: * > > > > > > > > > > > > > > https://www.patreon.com/piotrzarzycki > > > > > < > > > > > > > > > > > > > > https://www.patreon.com/piotrzarzycki > > > > > >* > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > Piotr Zarzycki > > > > > > > > Patreon: * > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > > > > < > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=orrjHxkvzbossAjgOWLmZZ%2F%2BFam8MhdcCR7ZPfsWjMc%3D&reserved=0 > >* > > > > > > > > > > > > > -- > > > Carlos Rovira > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405790537&sdata=YHwq6eS9Z7k8HeFHMRIQyTf1Up9GsGTgBypYOQYq6oU%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%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405800533&sdata=hmkT2nxX97wr5dGQ0sfaH0pFgzSsGNlYiqsX5HQSbh8%3D&reserved=0 > > < > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405800533&sdata=hmkT2nxX97wr5dGQ0sfaH0pFgzSsGNlYiqsX5HQSbh8%3D&reserved=0 > >* > > > > > -- > Carlos Rovira > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C7a745cee5a084a0aeb4b08d6effb2b62%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636960259405800533&sdata=pQfyiAyIUdhN16Djs%2BghCge%2FSEaLk3l74uyfo55Wg08%3D&reserved=0 > > > -- Carlos Rovira http://about.me/carlosrovira
