RE: Migrating Enterprise Flex Application

2018-06-29 Thread chembali
I stripped it down to But no luck. I tried changing the name space as well, but didn't work. ResizableTitleWindow.as compiles fine. Thinking of replacing this panel with some other kind of panel and see if I can move along. -- Sent from:

RE: Migrating Enterprise Flex Application

2018-06-28 Thread Frost, Andrew
obably you'll find/fix the issue before we manage to get any useful verbose compiler output set up...! thanks Andrew -Original Message- From: chembali [mailto:chemb...@hotmail.com] Sent: 29 June 2018 05:43 To: dev@royale.apache.org Subject: [EXTERNAL] RE: Migrating Enterprise Flex A

RE: Migrating Enterprise Flex Application

2018-06-28 Thread chembali
I narrowed the compiler hanging issue down to one mxml file in my source. It is hanging during the compilation of the below mxml file. I removed this file from the source and the compiling seems to be fine. Here is the mxml file for your reference. I couldn't notice anything that could cause the

Re: Migrating Enterprise Flex Application

2018-06-28 Thread Alex Harui
ginal Message- From: Frost, Andrew [mailto:andrew.fr...@harman.com] Sent: 28 June 2018 19:38 To: dev@royale.apache.org Subject: [EXTERNAL] RE: Migrating Enterprise Flex Application Sure thing, we'll take a look at this... -Original Message- From: Alex Harui

RE: Migrating Enterprise Flex Application

2018-06-28 Thread Frost, Andrew
[EXTERNAL] RE: Migrating Enterprise Flex Application Sure thing, we'll take a look at this... -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: 28 June 2018 17:57 To: dev@royale.apache.org Subject: [EXTERNAL] Re: Migrating Enterprise Flex Application Hi Andrew, Yes

RE: Migrating Enterprise Flex Application

2018-06-28 Thread Frost, Andrew
Sure thing, we'll take a look at this... -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: 28 June 2018 17:57 To: dev@royale.apache.org Subject: [EXTERNAL] Re: Migrating Enterprise Flex Application Hi Andrew, Yes, a --verbose flag would be a great idea. Do

Re: Migrating Enterprise Flex Application

2018-06-28 Thread Alex Harui
: chembali [mailto:chemb...@hotmail.com] Sent: 28 June 2018 09:46 To: dev@royale.apache.org Subject: [EXTERNAL] Re: Migrating Enterprise Flex Application I got the nightly build apache-royale-0.9.3-bin-js-swf.zip on June 22. It looks like the issue may not be related to the flex-

Re: Migrating Enterprise Flex Application

2018-06-28 Thread Alex Harui
OK, so one thing you can try, similar to what Andrew suggested, is to start removing some of the command-line options to see if one of them is causing the hang. Another similar thing to try is taking some of the source files out of the library project to try to narrow down which source file is

RE: Migrating Enterprise Flex Application

2018-06-28 Thread Frost, Andrew
-Original Message- From: chembali [mailto:chemb...@hotmail.com] Sent: 28 June 2018 09:46 To: dev@royale.apache.org Subject: [EXTERNAL] Re: Migrating Enterprise Flex Application I got the nightly build apache-royale-0.9.3-bin-js-swf.zip on June 22. It looks like the issue may

Re: Migrating Enterprise Flex Application

2018-06-28 Thread chembali
I got the nightly build apache-royale-0.9.3-bin-js-swf.zip on June 22. It looks like the issue may not be related to the flex-config.xml. I tried to compile another component source and it went ahead and compiled the component giving a bunch of compile errors. It did not hang though. -- Sent

Re: Migrating Enterprise Flex Application

2018-06-28 Thread Alex Harui
When/where did you get the Royale Compiler? I fixed a thread deadlocking issue on June 7. HTH, -Alex On 6/27/18, 9:09 PM, "chembali" wrote: Thank you for the direction Andrew. I have uploaded my gradle-flex-config.xml. If you see anything suspicious in this file, please let me

Re: Migrating Enterprise Flex Application

2018-06-27 Thread Frost, Andrew
le to spot a problem with it.. Hope that helps.. Andrew -Original Message- From: chembali [mailto:chemb...@hotmail.com] Sent: 27 June 2018 10:28 To: dev@royale.apache.org Subject: [EXTERNAL] Re: Migrating Enterprise Flex Application Another road block. The command to compile the first c

Re: Migrating Enterprise Flex Application

2018-06-27 Thread chembali
Another road block. The command to compile the first component using compc is the following. C:\devenv\ii\trunk\tools\flex\flex4.1-adobe\bin\compc -compiler.locale=en_US -load-config=C:\devenv\ii\trunk\components\FlexUIPlatform\build/resources/flex/gradle-flex-config.xml

Re: Migrating Enterprise Flex Application

2018-06-27 Thread chembali
com.infogix is my own. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Migrating Enterprise Flex Application

2018-06-26 Thread Alex Harui
Hi, Yes, you will need to use the -api-report with compc and then collate the results. I used a combination of sorting and grouping in Excel. One question about this report is the use of com.infogix components. Are these components you own or are they third-party? -Alex On 6/26/18, 9:25

Re: Migrating Enterprise Flex Application

2018-06-22 Thread Alex Harui
First make sure you can compile cleanly with Flex 4.1 from the command-line (without the -api-report option). What do you have to type on the command-line to compile with Flex SDK. If you have to add -library-path or -external-library-path, you will need those when using the Royale Compiler.

Re: Migrating Enterprise Flex Application

2018-06-22 Thread Piotr Zarzycki
Hi, Adobe Flex 4.1 is the version which has been used to creat your application? Look into my report closely. I see that you are not pointing correctly to the mxmlc. Your path should probably look like: royale-sjs\bin\mxmlc Thanks, Piotr On Fri, Jun 22, 2018, 12:25 PM chembali wrote: > I

Re: Migrating Enterprise Flex Application

2018-06-22 Thread chembali
I used the nightly build and I am not getting the -api-report option error anymore. But I am getting NullPointerException. Please see the below details. Any ideas what is causing this exception? C:\devenv\apache-royale\royale-asjs>mxmlc -api-report=C:/flex/report.txt -load-c

Re: Migrating Enterprise Flex Application

2018-06-20 Thread Harbs
The initial work will be getting the application to compile and removing compile errors. That’s work which can easily be divided if you have developers to help you. Once you get the basics to compile, you will have a much better idea of what work is ahead of you. Good luck! Harbs > On Jun

Re: Migrating Enterprise Flex Application

2018-06-20 Thread Prashant Kumar
One more thing, I want to focus here, that Royale has AMF support, so if your existing application using AMF services then no changes will be required on your services end. On Wed 20 Jun, 2018, 9:09 AM chembali, wrote: > Thank you for the responses from all of you. I feel confident to take this

Re: Migrating Enterprise Flex Application

2018-06-19 Thread chembali
Thank you for the responses from all of you. I feel confident to take this challenge up. My struggle will be to come up a detailed project plan with clear milestones and deliverables to keep the stakeholders convinced and happy. Thank you Sajith -- Sent from:

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Piotr Zarzycki
Harbs, I believe the perfect summary of what you have wrote would be your presentation from ApacheCon [1] :) [1] https://www.youtube.com/watch?v=-FcLs0O-BWQ Piotr wt., 19 cze 2018 o 18:23 Harbs napisał(a): > Yes. You can see a demo of our app here: >

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Harbs
Yes. You can see a demo of our app here: https://marketinginflection.com/printui-demo.php The business logic ported like a dream. We had to rewrite large portions of the view, but it was due to a modernization anyway. We started our migration

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Alex Harui
Yes. PrintUI is our biggest example. Harbs can share more details. -Alex On 6/19/18, 3:24 AM, "chembali" wrote: Has anyone ( big scale ) successfully migrated to Apache Royale from Flex? I want to make sure that this migration path is a viable option for me? Please share your

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Piotr Zarzycki
I see that you are using old version of Royale -> apache-royale-0.9.1-bin-js-swf - Please download following one and try again [1]. We didn't release yet emulation stuff, so you need to use Nightly build. [1]

Re: Migrating Enterprise Flex Application

2018-06-19 Thread chembali
I have been using the flex config option in my earlier attempts. That did not work. I tried again, same issue. Is there any debug log or something that I can take a look? -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Carlos Rovira
Hi Chembali, we're in the process now, maybe to soon to talk, but seems there's no problems that couldn't be solved in the way, or at least nothing that you'll not find in any other HTML technology out there. You'll even should see less problems since Royale is more close to Flex that any other

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Piotr Zarzycki
Take a look into my report for some Folks [1], you have there full command line options. You are missing in your command loading flex config. Have you seen that instruction on our website ? [1] https://paste.apache.org/LPkY wt., 19 cze 2018 o 12:24 chembali napisał(a): > Has anyone ( big scale

Re: Migrating Enterprise Flex Application

2018-06-19 Thread chembali
Has anyone ( big scale ) successfully migrated to Apache Royale from Flex? I want to make sure that this migration path is a viable option for me? Please share your thoughts. Thank you Sajith -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Migrating Enterprise Flex Application

2018-06-19 Thread chembali
Hi Piotr, I followed the instructions and set up the Royale SDK for generating the report. But the -api-report compiler options does not seem to be supported by the mxmlc compiler in RoyaleSDK. Should I do the whole thing again or is there any way to troubleshoot this? Appreciate your help on

Re: Migrating Enterprise Flex Application

2018-06-19 Thread Piotr Zarzycki
Hi Sajith, Please take a look into the instruction on the Emulation Components how to generate report. [1] I would also suggest you to generate that use console. [1] https://github.com/apache/royale-asjs/wiki/Generating-an-API-Report Thanks, Piotr wt., 19 cze 2018 o 11:10 chembali napisał(a):

Re: Migrating Enterprise Flex Application

2018-06-19 Thread chembali
Hi Piotr, Changing the ROYALE_COMPILER_HOME did not help. I tried a different route. I used the command line mxmlc instead of my gradle build. Here is the command I tried running. > mxmlc -api-report="C:\devenv\flex\report.txt" >

Re: Migrating Enterprise Flex Application

2018-06-18 Thread Piotr Zarzycki
Hi Sajith, I think ROYALE_COMPILER_HOME should point to C:/devenv/apache-roylale/royale-asjs. However I'm not sure how gradle actually is working. Try and let me know what is the output. Thanks, Piotr pon., 18 cze 2018 o 13:34 chembali napisał(a): > Hi Piotr, > > Thank you for your help on

Re: Migrating Enterprise Flex Application

2018-06-18 Thread chembali
Hi Piotr, Thank you for your help on this. I was trying to generate the API report but running into some issues. I used ant/InstallAdobeSDKs.xml and installed the royale-asjs. We use gradle scripts ( which in turn uses the ant tasks ) to build the application including the flex portion. I

Re: Migrating Enterprise Flex Application

2018-06-13 Thread Piotr Zarzycki
Hi Sajith, It looks like you have quite big application. I would start from looking into the Emulation effort [1]. Get familiar with that. I would suggest you to start from generating API report and provide it here. Use nightly build - not that you will have to download some swf counterparts of

<    1   2