RE: Work on Emulation

2018-03-27 Thread Alina Kazi
Hi Peter, I tried emulation examples MXRoyale/HelloWorld and ControlsExample and compiled them successfully. Sure, I will create some examples definitely. Thank you. -Alina From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, March 27, 2018 6:00 PM To: users@royale.apache.org

RE: Royale Build Issue

2018-03-27 Thread Alina Kazi
Hi Alex, Both ways ,repo folders are considered as a Royale SDK in Moonshine. 1. Actual folder royale-asjs (git) 2. Royale-asjs overwrite the ones in a Royale SDK that was used by Moonshine earlier Also ,I used Ant commands to build test application (examples\mxroyale\ControlsExample &

Re: Work on Emulation

2018-03-27 Thread Alex Harui
It occurs to me that we need some writeable place for Alina. I don't think we can give her write access to the wiki. Alina, can you open an issue in GitHub and list each component, one component per line? We don't need the list of APIs, just the class names. Then when you start on a

Re: Royale Build Issue

2018-03-27 Thread Alex Harui
Hi Alina, I would definitely recommend figuring out a workflow that doesn't require "ant release". If you are using Moonshine as the IDE, I don't know whether it can see your repo folders as a Royale SDK or not. If it can, that would be best. If not, you can probably just copy SWCs from your

Re: Work on Emulation

2018-03-27 Thread Peter Ent
Hi Alina, I'm working with Alex on the emulation examples. If you checkout the git repo branch, feature/MXRoyale, you will find all of our work so far. I am currently working on improving Button and Label. You could probably work to improve CheckBox. You will also find in that branch two

Re: Royale Build Issue

2018-03-27 Thread Harbs
Yes. > On Mar 27, 2018, at 2:39 PM, Alina Kazi wrote: > > > If I am not wrong, any folder that contain build.xml can be rebuild > separately in framework. Right? > Thanks, > Alina > > > -Original Message- > From: Harbs [mailto:harbs.li...@gmail.com] > Sent:

Re: Royale Build Issue

2018-03-27 Thread Harbs
FYI, while you are working on framework classes, you can build specific swcs. If for example, you make changes to Basic, you only need to rebuild Basic and none of the other swcs. That will drastically reduce build time while you are working on framework code. HTH, Harbs > On Mar 27, 2018, at

RE: Royale Build Issue

2018-03-27 Thread Alina Kazi
Hi Alex, Running ant results a successful build . If running "ant" (instead of "ant release") is enough to start work on emulation. It only takes 8 minutes to execute. Console : https://www.dropbox.com/s/5en2ka4xqpc9f4j/antsuccessfulinroyale-asjs.png?dl=0 Thanks , Alina Kazi -Original

Re: Royale Build Issue

2018-03-27 Thread Alex Harui
Hi Alina, The README in royale-asjs should have the information you need. If you choose to use Maven and can run "mvn clean install" successfully in royale-asjs, you can set up your application to build with Maven. If you choose to use Ant and can run "ant" (instead of "ant release") then you

Re: Royale Build Issue

2018-03-27 Thread AlinaKazi
Hi Piotr , Yes , I have working Maven build. As ANT is taking so much time on our machine. I am free during build time. I also think , I should start working on Emulations during that time. Thanks, Alina -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Royale Build Issue

2018-03-27 Thread AlinaKazi
Hi Alex, I am unable to post with my previous address "alina.k...@d-bz.com" Now , Firefox version 47 is installed. I tried that on 2 different machines, similar time on Both Machines. We haven’t tried on his Machine yet, We will try on his machine as well. You were talking about ,Repo Build.