Re: Getting An Emulation Component To Run

2018-10-16 Thread Carlos Rovira
Hi Alina, here's the page I did about ROs https://github.com/apache/royale-asjs/wiki/Apache-Royale-communication-with-AMF-and-RemoteObject I updated right now with this: Update Oct, 15th, 2018: We have mx:RemoteObject working in develop branch you can check the example here:

Re: [Discuss] Start release process 0.9.3

2018-10-16 Thread Piotr Zarzycki
Hi Yishay, What do you mean by more such tasks ? Thanks, Piotr wt., 16 paź 2018 o 07:10 Yishay Weiss napisał(a): > Just deleted them. > > > > I haven’t followed this thread closely enough. Can you think of more such > tasks? > > > > > From: Piotr Zarzycki >

Running debug Royale App in Google Chrome

2018-10-16 Thread Carlos Rovira
Hi, when running whatever Apache Royale app in debug mode I get multiple traces like this: base.js:1167 [Violation] Avoid using document.write(). goog.writeScriptSrcNode_ @ base.js:1167 goog.writeScriptTag_ @ base.js:1241 goog.importScript_ @ base.js:951 (anonymous) @ base.js:1426 base.js:1167

RE: [Discuss] Start release process 0.9.3

2018-10-16 Thread Yishay Weiss
Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll follow the tut [1] and see how far I get. Just don’t want to waste time on the things you stumbled on. [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes From:

Re: [Discuss] Start release process 0.9.3

2018-10-16 Thread Piotr Zarzycki
Yishay, You need to follow the tutorial on the Wiki, so setup everything what is saying there. However in release steps you can omit step 3 and start from step 4. Step 1 and 2 is needed. You can start from step 4, because branches for release exists already in all 3 repositories. "release/0.9.4"

RE: Getting An Emulation Component To Run

2018-10-16 Thread Alina Kazi
Thanks Carlos. I have created a Project with one module to Compile that cover all scenario's (problems). 3 Errors : https://paste.apache.org/hUJz Project Link : https://drive.google.com/file/d/1EZtNMKulgVp0fW0taG0-sky5JPib1Hyd/view?usp=sharing Thanks, Alina Kazi -Original Message-

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-16 Thread Alex Harui
You can ask Chris if you want. Flex was never made Maven-compatible. FlexJS/Royale was the first Flex-like SDK to be Maven-compatible. -Alex On 10/15/18, 10:58 PM, "Carlos Rovira" wrote: Hi Alex, it's strange to me that artifacts are not published, I could ask Chris Dutz

RE: [Discuss] Start release process 0.9.3

2018-10-16 Thread Yishay Weiss
Ok, thanks. From: Piotr Zarzycki Sent: Tuesday, October 16, 2018 1:07:08 PM To: dev@royale.apache.org Subject: Re: [Discuss] Start release process 0.9.3 Yishay, You need to follow the tutorial on the Wiki, so setup everything what is saying there. However in

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Carlos Rovira
Hi Alex It seems that latest changes makes MX RO not work in js-release mode. If you remember I could by-pass this problem setting up -js-dynamic-access-unknown-members=true compiling my Application, but now testing js-release it's not working at all, since we are in release no traces are shown

FW: Request for Participation in University of Cincinnati - Open Source Survey

2018-10-16 Thread Alex Harui
FYI for anyone who likes taking surveys. On 10/16/18, 11:24 AM, "Sharan Foga" wrote: Hi Everyone Please see below for a message from some researchers from the University of Cincinnati who are running a survey on participation in Open Source. The survey is open to all Apache

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Alex Harui
I haven't tried Chrome. Did you look to see if there is a discussion somewhere on the internet on how to address this? Or maybe it doesn't matter as the production version probably doesn't write scripts. -Alex On 10/16/18, 2:40 AM, "Carlos Rovira" wrote: Hi, when running

Re: Getting An Emulation Component To Run

2018-10-16 Thread Alex Harui
Hi Alina, I think there is a misunderstanding somewhere. How has your company built the Flex app over the past years? Is it all from an IDE or do you have some sort of script or build tool? Whatever you are using to build the Flex app should be translated to the Ant script. What is

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-16 Thread Carlos Rovira
Hi, just let us know that uploading to Maven Central seems a lot of manual work to upload all of the RBs individually. So maybe we should take other way, that could be temporal, and as someone has the time we could go the Maven Central way ( If all thinks is the proper way). I think, for now, as

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-16 Thread Alex Harui
Hi Carlos, I don't think I understand how to make a folder of RB SWCs available to Maven. Don't all Maven dependencies require Maven coordinates in a POM? Or are you suggesting that folks will have to use additionalCompilerOptions in the pom to specify -library-path+=? -Alex On 10/16/18,

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Carlos Rovira
Hi Alex, here [1] seems to have at the end some proposal solution. As you say maybe this is not urgent, since I didn't have in mind that production is minified and all in one file... Maybe we can to try some solution when we have more time, so we can defer for now. [1]

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Alex Harui
HI Carlos, That link explains why Google is generating warnings, but I was hoping you would find a discussion about how users of Google Closure Library should modify their code to get past this warning. I think the document write calls are coming from GCL and not our code. Maybe newer

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Alex Harui
Hi Carlos, Are you saying you can see that the response from the server was received by XHR in the browser? I can't think of anything that I pushed yesterday that would affect response handling. IMO, the changes I made affected the call to send(), but not the response handling. The other

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Alex Harui
Ok. Let us know what you find out. I'm curious why you are not using -js-dynamic-access. I thought that was at least a workaround. -Alex On 10/16/18, 2:36 PM, "Carlos Rovira" wrote: Hi Alex, I'm starting with our simple MXRoyale RO text example and our Java sample. I just

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Carlos Rovira
Hi Alex, I'm starting with our simple MXRoyale RO text example and our Java sample. I just pushed a commit to easy change between the old example and the new MX RO test case, and enable RELEASE mode. When doing so and running it doesn't work. this is the output [Error] TypeError: undefined is

RE: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-16 Thread Pushmina Kazi
Thanks Olaf Krueger :) -Original Message- From: Olaf Krueger [mailto:m...@olafkrueger.net] Sent: Tuesday, October 16, 2018 8:30 PM To: dev@royale.apache.org Subject: Re: Welcome Pushmina Kazi as Apache Royale Committer Welcome Pushmina!! -- Sent from:

RE: Getting An Emulation Component To Run

2018-10-16 Thread Alina Kazi
Hi Alex & Carlos, I haven't tested my ported Application with server side functionality yet. Can you please share an Example that I can follow to get my mx:RemoteObject working as FLEX. I have another question I am working on my Application and it has two different directories like

Re: Getting An Emulation Component To Run

2018-10-16 Thread Alex Harui
Hi Alina, The example in examples/mxroyale/RemoteObjectAMFTest is working and accesses the server that is in examples/amf/ SampleAmfWebApp. Theoretically, your old mx:RemoteObject code should work untouched. Try it without touching it and tell us what kinds of errors you are getting. If you

RE: Getting An Emulation Component To Run

2018-10-16 Thread Alina Kazi
Hi Alex, Created a mxmlc task directly in build.xml still an error is occured : Added to Build.xml : https://paste.apache.org/wBDm Error : https://paste.apache.org/OXFT Thanks, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Tuesday, October 16,

RE: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-16 Thread Pushmina Kazi
Thanks Alex :) Spell my name Pashmina -Pashmina kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, October 15, 2018 9:41 PM To: dev@royale.apache.org Subject: Re: Welcome Pushmina Kazi as Apache Royale Committer Welcome from me as well. Do you

Re: Getting An Emulation Component To Run

2018-10-16 Thread Carlos Rovira
Hi Alina, something happen with the file since I can't download with Google Drive. I wait some time to see if Google Drive puts in downloadable state, but still can't. We can wait a bit more, or try to send me the file in other way El mar., 16 oct. 2018 a las 12:23, Alina Kazi () escribió: >

Re: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-16 Thread Olaf Krueger
Welcome Pushmina!! -- Sent from: http://apache-royale-development.20373.n8.nabble.com/