Got ya, cause this is actually Flex project, not Royale type of project, so Moonshine is showing you like that. Here we are in a migration related stuff of job.
What I would recommend you to do is: 1) Build your project with Flex SDK to make sure that is working in Moonshine 2) Next you can generate API report if you want using Moonshine 3) From that place for now forget about Moonshine, cause this is something new for that IDE - I need to figure out what steps should we do in order to transform Flex type of project into Royale type of project - If I found time next week I will try to play with that. In order to move forward: 1) Need to be prepare command line which allows you to build your project trough Royale - if there is some volunteer who have time to guide Paul where to look and how to do that it would be great. 2) Instead using command line could be prepare Ant build.xml file which build your project - There are probably examples which are using emulation components in our repository 3) Instead using command line could be prepared Maven pom.xml file - I have no idea whether there are examples in repository which are using emulation components and build project. I will provide you more info about all of that on Monday, unless someone else beat me. Thanks, Piotr pt., 31 sty 2020 o 22:05 Paul Stearns <[email protected]> napisał(a): > The only option available under Platform is Web. > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > ------------------------------ > *From*: Piotr Zarzycki <[email protected]> > *Sent*: 1/31/20 4:00 PM > *To*: [email protected], Paul Stearns <[email protected]> > *Subject*: Re: Moonshine/Royale noob question. > Ok so we have changed couple of things in that version of Moonshine. > Please go to project *Settings* -> *Run* and change Platform to -> *JS* > > pt., 31 sty 2020 o 21:56 Paul Stearns <[email protected]> napisał(a): > >> Piotr: >> >> I now am using 9.7 Royale, and 2.6.0 Moonshine. The nature of the error >> changed. It doesn't like what appears to be the first line of the first >> module; >> >> : --targets=SWF >> : -load-config+=obj/FlexComponentTestConfig.xml >> : -locale=en_US >> : -debug=true >> : -o >> : bin/Main.swf >> : Loading configuration: >> C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\frameworks\royale-config.xml >> : Loading configuration: >> C:\FlexComponentTest\obj\FlexComponentTestConfig.xml >> : >> : C:\FlexComponentTest\src\Main.mxml(2): col: 1 Error: This tag could not >> be resolved to an ActionScript class. It will be ignored. >> : >> : <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >> layout="absolute" >> : ^ >> : >> : C:\FlexComponentTest\src\Main.mxml(2): col: 1 Error: This tag could not >> be resolved to an ActionScript class. It will be ignored. >> : >> : <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >> layout="absolute" >> : ^ >> : >> : 4.4691854 seconds >> >> >> Paul R. Stearns >> Advanced Consulting Enterprises, Inc. >> >> 15280 NW 79th Ct. >> Suite 250 >> Miami Lakes, Fl 33016 >> >> Voice: (305)623-0360 x107 >> Fax: (305)623-4588 >> >> ------------------------------ >> *From*: Piotr Zarzycki <[email protected]> >> *Sent*: 1/31/20 2:51 PM >> *To*: [email protected], Paul Stearns <[email protected]> >> *Subject*: Re: Moonshine/Royale noob question. >> Paul, >> >> You have two options you can setup Royale globally, so every project >> would use that default. >> >> 1) Choose menu *File* -> *Settings *-> *Default SDK* -> *Change. *Next >> in popup choose "+" button and point to "royale-asjs" folder in unzipped >> SDK. >> 2) You can setup SDK for specific project right click on project Settings >> -> Build Options -> Custom SDK -> Change - and follow above instruction in >> the next steps. >> >> Are you using Windows or Mac ? >> >> Try also download Nightly Build of Moonshine - it contains many fixes and >> it should be enough stable for development. >> >> pt., 31 sty 2020 o 20:34 Paul Stearns <[email protected]> napisał(a): >> >>> Piotr: >>> >>> I had right clicked & settings, but I didn't notice the left panel, >>> which is grey and blended into the Projects, Useful Links, etc. I see it >>> now. This is a criticism of the "flat" style of "responsive design" in >>> general, not Moonshine but I find applications written using the flat no >>> chrome gray scale design rather difficult to use. >>> >>> Regarding; >>> >>> I see that you have used Getting Started to download SDK, what is weird >>> instead 0.9.6 you have there 0.9.4. Anyway try to download manually latest >>> nightly build and use that. However I would first setup your test build >>> with Flex SDK - try achieve that you are successfully building your >>> application with Flex. >>> >>> I have downloaded & extracted apache-royale-0.9.7-bin-js, How do I make >>> it so that Moonshine uses this instead of what it downloaded? >>> >>> Paul R. Stearns >>> Advanced Consulting Enterprises, Inc. >>> >>> 15280 NW 79th Ct. >>> Suite 250 >>> Miami Lakes, Fl 33016 >>> >>> Voice: (305)623-0360 x107 >>> Fax: (305)623-4588 >>> >>> ------------------------------ >>> *From*: Piotr Zarzycki <[email protected]> >>> *Sent*: 1/31/20 2:03 PM >>> *To*: [email protected], Paul Stearns <[email protected]> >>> *Subject*: Re: Moonshine/Royale noob question. >>> Paul, >>> >>> Answering to your question inline. >>> >>> pt., 31 sty 2020 o 19:54 Paul Stearns <[email protected]> napisał(a): >>> >>>> I launched Moonshine 2.5.0. I installed all of the software it could >>>> install. >>>> >>>> I pointed it at a project I had copied to the machine which works fine >>>> under Flexbuilder 3. This is where I get into issues; My questions; >>>> >>>> >>>> 1. Under Project, there is no Setup/Configure/Options to allow me >>>> to change compiler settings or anything else. >>>> >>>> >>> You can add additional compiler options under - right click on project >>> *Settings* -> *Build options* -> *Additional compiler options. *You can >>> specify there for example -debug=true etc. The same as you would specify in >>> console. >>> >>> >>>> >>>> 1. Is there supposed to be a GUI for MXML files? >>>> >>>> >>> No there is no GUI for MXML, but we have in future plans to add such >>> stuff for Jewel module. >>> >>> >>>> >>>> 1. When I try to build the project I get; >>>> >>>> >>> I see that you have used Getting Started to download SDK, what is weird >>> instead 0.9.6 you have there 0.9.4. Anyway try to download manually latest >>> nightly build and use that. However I would first setup your test build >>> with Flex SDK - try achieve that you are successfully building your >>> application with Flex. >>> >>> Next step would be configure project in a way that you are able to build >>> successfully trough Royale - let me know once you achieve above. >>> >>> >>>> >>>> : Compiling FlexComponentTest >>>> : Using Royale SDK: >>>> "C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.4-bin-js\royale-asjs" >>>> : WARNING: An illegal reflective access operation has occurred >>>> : WARNING: Illegal reflective access by >>>> com.google.common.base.internal.Finalizer >>>> (file:/C:/MoonshineSDKs/Royale_SDK/apache-royale-0.9.4-bin-js/royale-asjs/lib/external/guava.jar) >>>> to field java.lang.Thread.inheritableThreadLocals >>>> : WARNING: Please consider reporting this to the maintainers of >>>> com.google.common.base.internal.Finalizer >>>> : WARNING: Use --illegal-access=warn to enable warnings of further >>>> illegal reflective access operations >>>> : WARNING: All illegal access operations will be denied in a future >>>> release >>>> : Unknown tag:compiler.targets >>>> >>>> >>>> >>>> >>>> Paul R. Stearns >>>> Advanced Consulting Enterprises, Inc. >>>> >>>> 15280 NW 79th Ct. >>>> Suite 250 >>>> Miami Lakes, Fl 33016 >>>> >>>> Voice: (305)623-0360 x107 >>>> Fax: (305)623-4588 >>>> >>> >>> >>> -- >>> >>> Piotr Zarzycki >>> >>> Patreon: *https://www.patreon.com/piotrzarzycki >>> <https://www.patreon.com/piotrzarzycki>* >>> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://www.patreon.com/piotrzarzycki >> <https://www.patreon.com/piotrzarzycki>* >> > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
