Re: Maven build and URLSearchParams

2019-07-10 Thread Harbs
https://github.com/apache/royale-typedefs/blob/develop/js/src/main/config/externc-config.xml#L89 Which should be created by: https://github.com/apache/royale-typedefs/blob/develop/js/build.xml#L99

Re: Maven build and URLSearchParams

2019-07-09 Thread Piotr Zarzycki
I would love to know how is this happen... On Wed, Jul 10, 2019, 12:36 AM Alex Harui wrote: > I'm pretty sure the Ant build is generating a URLSearchParams.as > > >

Re: Maven build and URLSearchParams

2019-07-09 Thread Alex Harui
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" wrote: I have never tried build any

Re: Maven build and URLSearchParams

2019-07-09 Thread Piotr Zarzycki
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 napisał(a): > I don't think a change to missing.js should be required if it works on Ant. > > My 2 cents, >

Re: Maven build and URLSearchParams

2019-07-09 Thread Alex Harui
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" 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

Re: Maven build and URLSearchParams

2019-07-09 Thread Piotr Zarzycki
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 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

Re: Maven build and URLSearchParams

2019-07-09 Thread Piotr Zarzycki
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

Re: Maven build and URLSearchParams

2019-06-27 Thread Alex Harui
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

Re: Maven build and URLSearchParams

2019-06-27 Thread Piotr Zarzycki
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]

Re: Maven build and URLSearchParams

2019-06-26 Thread Piotr Zarzycki
Here you have references what URLSearchParams is -> https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams śr., 26 cze 2019 o 11:17 Carlos Rovira 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.

Re: Maven build and URLSearchParams

2019-06-26 Thread Carlos Rovira
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 (< piotrzarzyck...@gmail.com>) escribió: > Hi Carlos, > > I have added missing part [1]. I'm waiting for some responses here [2] > > [1] > >

Re: Maven build and URLSearchParams

2019-06-26 Thread Piotr Zarzycki
Hi Carlos, I have added missing part [1]. I'm waiting for some responses here [2] [1] https://github.com/apache/royale-typedefs/commit/952664e244c75f9700e7d9c14bd74283c5a75070 [2]

Re: Maven build and URLSearchParams

2019-06-26 Thread Carlos Rovira
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 () escribió: > Hi Alex, > > Thanks for information. I have pushed fix, but our build of >

Re: Maven build and URLSearchParams

2019-06-26 Thread Piotr Zarzycki
Hi Alex, Thanks for information. I have pushed fix, but our build of https://builds.apache.org/job/Royale-typedefs/ 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

Re: Maven build and URLSearchParams

2019-06-25 Thread Alex Harui
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" wrote: Hi Guys, I'm preparing pom.xml for one of my Royale project. In this project I'm using URLSearchParams class. Build is

Maven build and URLSearchParams

2019-06-25 Thread Piotr Zarzycki
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: