Hi Alex, After downloading "apache.royale-jsonly-0.9.0-bin.zip" and unzipping, the "root" directory was accepted by flashbuilder as a SDK directory.
However my "stub" project now gives the following compile errors : "internal error in file scope builder subsystem when generating (path to my project base mxml file) : java.lang.nullpointerexception Followed by two other errors (internal error in outgoing dependency subsystem and internel error in syntax tree subsystem) Also, auto completion does not work anymore (I have deleted old imports like "import org.apache.flex.html.alert" because I suspected that the "flex.html.alert" path was obsolete, but now, Flashbuilder cannot find Alert through autocomplete and thus cannot automatically insert the correct import statement. The same for all classes (autocomplete shows "no suggestion") Something is missing somewhere...! Should I modify the namespace declarations "xmlns:js="library://ns.apache.org/flexjs/basic" ?? Nicolas Granon > -----Message d'origine----- > De : Alex Harui [mailto:[email protected]] > Envoyé : mercredi 25 octobre 2017 23:04 > À : [email protected]; [email protected] > Objet : Re: Apache Royale 0.9 setup > > Hi Nicolas, > > Yeah, we are still fixing bugs after trying to rename everything. I > was able to start with: > > http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs- > jsonly/lastSuccess > fulBuild/artifact/out/ > > And rename royale-sdk-description.xml to flex-sdk-description.xml and > change the closing tag to be flex-sdk-description and FB accepted that > as an SDK on my Mac. > > HTH, > -Alex > > On 10/25/17, 11:22 AM, "Idylog - Nicolas Granon" <[email protected]> > wrote: > > >I would like to setup a Apache Royale 0.9 environment. > >I do not want to build it, just get the bin distribution. > >I have FlashBuilder setup (Windows). > >I am not interested in SWF output, just JS. > > > >1. Where is the latest bin distribution ? On Jenkins there are > >"royale-asjs", "royale-asjs-only", "royale-asjs-rename" projects... > >Which is the correct one ? > > > >2. I have grabbed "apache-royale-0.9.0-bin.zip" from "royale-asjs- > rename". > >After unzipping, should I launch any ant task or is it "ready for use" > ? > > > >3. I have noticed that in "royale-sdk-description.xml" (in the root > >dir) the opening tag (<flex-sdk-description>) and closing tag > >(</royale-sdk-description>) do not match > > > >4 In Flashbuilder, you cannot "install" the SDK (it did work with > >FlexJS v 0.8). youget the following error : "Directory does not > contain > >a Flex SDK". > >I have tried to copy and rename "royale-sdk-description.xml" as > >"flex-sdk-description.xml" and corrected the closing tag (now > ></flex-sdk-description>) but still no luck. What am I missing ? > > > >5 What about environment variables (Windows) ? > > > >Many thanks in advance > > > >Nicolas Granon > >
