I'm pretty sure the Ant build is generating a URLSearchParams.as http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-typedefs/ws/js/target/generated-sources/externc/classes/URLSearchParams.as
HTH, -Alex On 7/9/19, 3:21 PM, "Piotr Zarzycki" <[email protected]> wrote: I have never tried build any application by ant which uses URLSearchParams and as far as I know we are not using at all that class in our examples. śr., 10 lip 2019 o 00:19 Alex Harui <[email protected]> napisał(a): > I don't think a change to missing.js should be required if it works on Ant. > > My 2 cents, > -Alex > > On 7/9/19, 2:50 PM, "Piotr Zarzycki" <[email protected]> wrote: > > I think I got it. I was build typedefs without -P main, so it didn't > rebuild for me repository fully. > > wt., 9 lip 2019 o 23:25 Piotr Zarzycki <[email protected]> > napisał(a): > > > I have added missing api to missing.js file. I would like to test > whether > > it helped to my application build, but I'm getting the same issue. I > have > > build royale-typedefs and compiler by Maven. What else I should do > in order > > to test stuff before I make any commit ? > > > > czw., 27 cze 2019 o 18:41 Alex Harui <[email protected]> > > napisał(a): > > > >> Did you verify that royale-typedefs built correctly and installed > the > >> artifact in the local maven repo, and that your app build is > picking up the > >> artifact from the local repo instead of the snapshot server or > using a > >> timestamped artifact that is different from the one you built? > >> > >> -Alex > >> > >> On 6/27/19, 5:18 AM, "Piotr Zarzycki" <[email protected]> > wrote: > >> > >> I have added by this commit [1] missing url.js, but I still have > >> error: > >> > >> > >> : col: 40 Error: Call to a possibly undefined method > URLSearchParams. > >> > >> var urlParams:URLSearchParams = new > >> URLSearchParams(); > >> > >> Do I miss something ? > >> > >> [1] > >> > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-typedefs%2Fcommit%2F952664e244c75f9700e7d9c14bd74283c5a75070&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=GzEXanDUEZdkTr%2FJJ7FZC%2BTkA40j3obpQ5qf4MCre2E%3D&reserved=0 > >> > >> Thanks, > >> Piotr > >> > >> śr., 26 cze 2019 o 11:21 Piotr Zarzycki < > [email protected]> > >> napisał(a): > >> > >> > Here you have references what URLSearchParams is -> > >> > > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2Fdocs%2FWeb%2FAPI%2FURLSearchParams&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=wuTvOZudbkZAtHVWBHsyJPqLC76YwXoAGO%2FCLbDYcGk%3D&reserved=0 > >> > > >> > śr., 26 cze 2019 o 11:17 Carlos Rovira < > [email protected]> > >> > napisał(a): > >> > > >> >> Ok Piotr, > >> >> > >> >> thanks, so this is not AS3 class is JS code, I was searching > for > >> an AS3 > >> >> class in repo. > >> >> > >> >> > >> >> El mié., 26 jun. 2019 a las 11:12, Piotr Zarzycki (< > >> >> [email protected]>) escribió: > >> >> > >> >> > Hi Carlos, > >> >> > > >> >> > I have added missing part [1]. I'm waiting for some > responses > >> here [2] > >> >> > > >> >> > [1] > >> >> > > >> >> > > >> >> > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-typedefs%2Fcommit%2F952664e244c75f9700e7d9c14bd74283c5a75070&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=GzEXanDUEZdkTr%2FJJ7FZC%2BTkA40j3obpQ5qf4MCre2E%3D&reserved=0 > >> >> > [2] > >> >> > > >> >> > > >> >> > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apache.org%2Fthread.html%2F89dccf49b2953e540f68fc6abcefb38f07206d879fdab3b8bd3a0631%40%253Cdev.maven.apache.org%253E&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=SothezMJdgDIKGW4OtXYUURS5V8BAsucg1hpAmoAS0I%3D&reserved=0 > >> >> > > >> >> > Thanks, > >> >> > Piotr > >> >> > > >> >> > > >> >> > śr., 26 cze 2019 o 09:49 Carlos Rovira < > [email protected]> > >> >> > napisał(a): > >> >> > > >> >> > > Hi, > >> >> > > > >> >> > > I searching for URLSearchParams in repo (asas and > typedefs) > >> and didn't > >> >> > find > >> >> > > any reference. > >> >> > > I'm missing something? > >> >> > > Thanks > >> >> > > > >> >> > > El mié., 26 jun. 2019 a las 8:32, Piotr Zarzycki (< > >> >> > > [email protected]>) > >> >> > > escribió: > >> >> > > > >> >> > > > Hi Alex, > >> >> > > > > >> >> > > > Thanks for information. I have pushed fix, but our > build of > >> >> > > > > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbuilds.apache.org%2Fjob%2FRoyale-typedefs%2F&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=UnOZ%2FH%2BFTnkPUpEoPnJ1mwTlY4xos%2BoUfTa0EuWI3mI%3D&reserved=0 > >> stuck for several > >> >> days. > >> >> > > It > >> >> > > > looks like there is some freezed build from Maven > project > >> which > >> >> blocks > >> >> > > > ours. I wrote to their development list - let's see > what > >> happen. > >> >> > > > > >> >> > > > Thanks, > >> >> > > > Piotr > >> >> > > > > >> >> > > > śr., 26 cze 2019 o 03:37 Alex Harui > <[email protected] > >> > > >> >> > > napisał(a): > >> >> > > > > >> >> > > > > Does it work in Ant? > >> >> > > > > > >> >> > > > > I think royale-typedefs/js/pom.xml may be missing > url.js > >> and some > >> >> > other > >> >> > > > > files. > >> >> > > > > > >> >> > > > > -Alex > >> >> > > > > > >> >> > > > > On 6/25/19, 9:38 AM, "Piotr Zarzycki" < > >> [email protected] > >> >> > > >> >> > > > wrote: > >> >> > > > > > >> >> > > > > Hi Guys, > >> >> > > > > > >> >> > > > > I'm preparing pom.xml for one of my Royale > project. In > >> this > >> >> > project > >> >> > > > I'm > >> >> > > > > using URLSearchParams class. Build is failing > cause it > >> doesn't > >> >> > > > > recognize > >> >> > > > > that class. > >> >> > > > > > >> >> > > > > What module dependency I should add in order to > use > >> that > >> >> class ? > >> >> > > > > > >> >> > > > > Thanks, > >> >> > > > > -- > >> >> > > > > > >> >> > > > > Piotr Zarzycki > >> >> > > > > > >> >> > > > > Patreon: * > >> >> > > > > > >> >> > > > > >> >> > > > >> >> > > >> >> > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=dNQOMhQW8iRnI2MQQrb8BVi7TRlM9Z29CLzh8oGYc2w%3D&reserved=0 > >> >> > > > > < > >> >> > > > > > >> >> > > > > >> >> > > > >> >> > > >> >> > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989165081&sdata=dNQOMhQW8iRnI2MQQrb8BVi7TRlM9Z29CLzh8oGYc2w%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> >> > > > < > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> >* > >> >> > > > > >> >> > > > >> >> > > > >> >> > > -- > >> >> > > Carlos Rovira > >> >> > > > >> > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=5qysDl6GEz19znVxi8%2Bff4sd7WT0R%2F7oFjuAspkBMxE%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> >> > < > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> >* > >> >> > > >> >> > >> >> > >> >> -- > >> >> Carlos Rovira > >> >> > >> > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=5qysDl6GEz19znVxi8%2Bff4sd7WT0R%2F7oFjuAspkBMxE%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> > < > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%3D&reserved=0 > >> < > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989175075&sdata=28L%2FVhe1R%2F%2Frf0Xj6r4zYr0dKDC0GNDom55loZAnZRk%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%3D&reserved=0 > > < > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%3D&reserved=0 > < > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%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%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%3D&reserved=0 <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cafd3118c45c942e4569808d704bbcf07%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636983076989185068&sdata=U2TNxwG4ldoRT7lrPCBFdJPj%2F%2Bg5LhESX75m8xd7k7c%3D&reserved=0>*
