Re: Migrating Enterprise Flex Application

2018-07-18 Thread chembali
Very helpful posts indeed. Can you tell me a couple of classic emulation examples that I can look at? I am hoping to take a look at them and understand the pattern. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: compc compiler error

2018-07-18 Thread Alex Harui
Try reducing the number of files you are compiling to see if you can get anything to work. Nobody has had time to make more verbose output. Patches to do so are welcome. Most of the command-line options are the same as in the Flex COMPC and MXMLC. For Modules, you should be able to compile

Re: compc compiler error

2018-07-18 Thread bhau
I tried with '-' also. But it hangs forever. "D:\Software\ApacheRoyale\apache-royale-0.9.3-src\royale-asjs>compc -source-path=D:\Learn\MyFirstRoyaleApp\src\FlexUIPlatform\src-flexui -output=flexuiplatform.swc -include-sources=D:\Learn\MyFirstRoyaleApp\src\FlexUIPlatform\src-flexui

Re: Migrating Enterprise Flex Application

2018-07-18 Thread Alex Harui
Top-posting to try to respond to all other posts in one email... The goal of the emulation components is to emulate enough of Flex such that a migrated app can go into production. Words like "functional" and "subset" can be misleading. Spark Button has over 200 APIs. The API Reports are

Re: compc compiler error

2018-07-18 Thread Alex Harui
Are you missing the '-' before 'source-path'? The compiler might be thinking that is the main source file. HTH, -Alex On 7/18/18, 9:59 AM, "bhau" wrote: Hi, I am getting following error when compiling with compc command. Any help is appreciated.

compc compiler error

2018-07-18 Thread bhau
Hi, I am getting following error when compiling with compc command. Any help is appreciated. D:\Software\ApacheRoyale\apache-royale-0.9.3-bin-js\royale-asjs\js\bin>.\compc source-path=D:\Learn\MyFirstRoyaleApp\src\FlexUIPlatform\src-flexui -output=flexuiplatform.swc

Re: Migrating Enterprise Flex Application

2018-07-18 Thread Douglas McCarroll
> Cairngorm.swc > CairngormEnterprise.swc > I understand the Flex programming model but don't have any > hands on experience. Some years ago I worked with Cairngorm and another Flex framework named Mate, and was also looking into other frameworks such as PureMVC. At this point I don't remember

RE: Migrating Enterprise Flex Application

2018-07-18 Thread yishayw
To be more precise, they will have a subset of the functionality. The API reports are supposed to help us find the relevant subset. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Migrating Enterprise Flex Application

2018-07-18 Thread yishayw
chembali wrote > I tried to get an emulation component working. I > struggled. I think once you set up your IDE to work with Royale a lot of the struggles go away. I would encourage you to do that first, with our help, and then judge your productivity. -- Sent from:

RE: Migrating Enterprise Flex Application

2018-07-18 Thread Olaf Krueger
>The goal as I understand it is have components that are functional... Oh wow! In that case, I was definitely wrong!! Sorry and thanks, Yishay! Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

RE: Migrating Enterprise Flex Application

2018-07-18 Thread Yishay Weiss
From: Olaf Krueger Sent: Wednesday, July 18, 2018 2:06 PM To: dev@royale.apache.org Subject: Re: Migrating Enterprise Flex Application >As I understand, the only goal of the emulation components is that you will >be able to compile your

Re: Migrating Enterprise Flex Application

2018-07-18 Thread Olaf Krueger
Hi, >Is it realistic to count on you guys to deliver the emulation components Just to make sure that you got it right: As I understand, the only goal of the emulation components is that you will be able to compile your app in order to ease the migration process. Those emulation components

Re: Migrating Enterprise Flex Application

2018-07-18 Thread Harbs
Some comments: > AlivePDF.swc You’re probably going to need some HTML-compatible library for this. Take a look at PDFKit https://github.com/devongovett/pdfkit > Cairngorm.swc > CairngormEnterprise.swc I’ve never used Cairngorm. I do use PureMVC and

Re: Migrating Enterprise Flex Application

2018-07-18 Thread Piotr Zarzycki
I believe the Jewel it may be your right choice once you will be able to build your application. The thing is that having emulation components for all your app parts you may need to at the end start to replace it one by one by Jewel or third party things. I would recognize what you are missing

Re: Migrating Enterprise Flex Application

2018-07-18 Thread chembali
I believe I have convinced the management to go with Apache Royale as part the Deflexing effort of our Flex applications. The first project is going to be very important and they are going to monitor it closely. I want to be realistic and figure out the best approach and I need your help on

Re: Migrating Enterprise Flex Application

2018-07-18 Thread chembali
Spot on. The directory was not getting configured because I had the GOOG_HOME environment variable already set ( pointing to a different folder ). I deleted it and everything started working fine. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/