Great, I've been able to compile. 1- Now, I've got only 51 tests passing, most of the errors seems to be due to:
ERROR: Problems found loading plugins:<p/>Plugin "LiveEdit" was not loaded: required plugin "JavaScriptDebugger" not installed.<p/><br><a href="disable">Disable LiveEdit</a><p/><a href="edit">Open plugin manager</a> java.lang.Throwable JavaScriptDebugger is installed but not LiveEdit, when I try to install it manually, I've got a connection time out. 2- I tried to debug an instance and build either a FlexJS or Flex project inside but it actually doesn't compile the project but only copy the sources into the output directory. Any clue ? Thanks, Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apache.org > From: alexander.doros...@jetbrains.com > Date: Wed, 9 Sep 2015 16:22:35 +0300 > > That's correct. > See #1 in Troubleshooting section of the readme.txt > Errors will go away with the next EAP (probably later today or tomorrow) > > For now: right click the problematic file | Git | Show History, select > revision from history older than the 2nd of September (142.4465.2 > release date), right click it and select Get. Keep these local changes > in a separate Change List (Version Control tool window) for convenience. > You'll also have to comment out one line in FlexTestSuite when you'll be > running tests. > > On 09.09.2015 16:16, Frédéric THOMAS wrote: > > Hi Alexander, > > > > I followed the steps [1] and assumed I had to use the EAP Minerva > > IU.142.4465.2 in conjunction with the community edition tag idea/142.4465.2 > > and Flex plugin sources set on the master branch, am I right ? > > > > And I have some compilation errors though: > > > > Information:Using javac 1.8.0_45 to compile java sources > > Information:java: Errors occurred while compiling module 'flex-plugin' > > Information:Module "flex-plugin" was fully rebuilt due to project > > configuration/dependencies changes > > Information:09/09/2015 13:34 - Compilation completed with 13 errors and 100 > > warnings in 11s 256ms > > D:\vsubst\data\sources\jetBrains\idea\plugins\flex\src\com\intellij\lang\javascript\flex\importer\AS3InterfaceStubDumper.java > > Error:(172, 25) java: cannot find symbol > > symbol: variable DEFAULT_EXTENDS_LIST > > location: interface com.intellij.lang.javascript.JSStubElementTypes > > Error:(186, 98) java: cannot find symbol > > symbol: variable DEFAULT_EXTENDS_LIST > > location: interface com.intellij.lang.javascript.JSStubElementTypes > > D:\vsubst\data\sources\jetBrains\idea\plugins\flex\src\com\intellij\javascript\flex\resolve\ActionScriptTypeEvaluator.java > > Error:(38, 3) java: method does not override or implement a method from a > > supertype > > Error:(41, 42) java: cannot find symbol > > symbol: variable myProcessedExpression > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(86, 3) java: method does not override or implement a method from a > > supertype > > Error:(91, 40) java: cannot find symbol > > symbol: variable myProcessedExpression > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(106, 28) java: cannot find symbol > > symbol: variable myJSElementsToApply > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(107, 43) java: cannot find symbol > > symbol: variable myJSElementsToApply > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(109, 43) java: cannot find symbol > > symbol: variable myJSElementsToApply > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(114, 12) java: cannot find symbol > > symbol: variable myJSElementsToApply > > location: class > > com.intellij.javascript.flex.resolve.ActionScriptTypeEvaluator > > Error:(117, 3) java: method does not override or implement a method from a > > supertype > > Error:(158, 17) java: method addTypeFromElementResolveResult in class > > com.intellij.lang.javascript.psi.resolve.JSTypeEvaluator cannot be applied > > to given types; > > required: > > com.intellij.lang.javascript.psi.JSReferenceExpression,com.intellij.psi.PsiElement,com.intellij.psi.PsiElement,boolean > > found: com.intellij.psi.PsiElement,boolean > > reason: actual and formal argument lists differ in length > > D:\vsubst\data\sources\jetBrains\idea\plugins\flex\src\com\intellij\lang\javascript\flex\FlexUtils.java > > Error:(419, 38) java: cannot find symbol > > symbol: method getModuleDirPath(com.intellij.openapi.module.Module) > > location: class com.intellij.openapi.module.ModuleUtilCore > > D:\vsubst\data\sources\jetBrains\idea\plugins\flex\src\com\intellij\lang\javascript\inspections\actionscript\ActionScriptAnnotatingVisitor.java > > Information:java: Some input files additionally use or override a > > deprecated API. > > Information:java: Some input files additionally use unchecked or unsafe > > operations. > > > > Any thoughts ? > > > > Thanks, > > Frédéric THOMAS > > > > [1] https://github.com/JetBrains/intellij-plugins/tree/master/flex > > > >> From: webdoubl...@hotmail.com > >> To: dev@flex.apache.org > >> Subject: RE: AW: Flex support in IntelliJ IDEA open sourced > >> Date: Wed, 9 Sep 2015 10:34:23 +0100 > >> > >> Hi, > >> > >> That's absolutely a great news !! > >> After having developed a plugin on top of that black / grey box, I'm happy > >> to finally see the code. > >> > >>> Directly working on the Flex integration directly will probably not be on > >>> my radar for the next weeks. > >> I will move / adapt what I did to make IntelliJ and FlexJS to work > >> together from the compiler into IntelliJ Flex plugin following is > >> architecture, I just gave a look to the sources and the good news it that > >> is seems quiet straightforward which btw doesn't mean it won't take time > >> :-) > >> > >> I have in mind at some point to improve the RSL support too except if > >> someone beat me in doing it and work with Chris if needed with the FlexJS > >> / FlexMojos integration. > >> > >> Thanks, > >> Frédéric THOMAS > >> > >>> From: christofer.d...@c-ware.de > >>> To: dev@flex.apache.org > >>> Subject: AW: Flex support in IntelliJ IDEA open sourced > >>> Date: Wed, 9 Sep 2015 07:05:24 +0000 > >>> > >>> Hi Piotr, > >>> > >>> Well If you are talking about building FlexJS applications with Maven, > >>> probably yes. > >>> > >>> I hope not too much has changed since I first got Flexmojos to work with > >>> FlexJS ... would really make my life till ApacheCon harder if it did ;-) > >>> > >>> At least that's what I'll be concentrating on first. After that I need to > >>> fine tune IntelliJ to recognize the new Flexmojos SDKs (Mavenized Flex > >>> SDKs) as they are now split up into 3 artifacts flex-compiler, > >>> air-compiler and fontkit. > >>> Directly working on the Flex integration directly will probably not be on > >>> my radar for the next weeks. > >>> > >>> Chris > >>> > >>> ________________________________________ > >>> Von: piotrz <piotrzarzyck...@gmail.com> > >>> Gesendet: Mittwoch, 9. September 2015 08:35 > >>> An: dev@flex.apache.org > >>> Betreff: Re: Flex support in IntelliJ IDEA open sourced > >>> > >>> Hi Alex, > >>> > >>> What a great news! Thank you! > >>> > >>> Chris, > >>> > >>> Is this mean that we will have the power right now to solve all the issues > >>> with integration with FlexJS ? > >>> Which would be awesome!!! > >>> > >>> Piotr > >>> > >>> > >>> > >>> ----- > >>> Apache Flex PMC > >>> piotrzarzyck...@gmail.com > >>> -- > >>> View this message in context: > >>> http://apache-flex-development.2333347.n4.nabble.com/Flex-support-in-IntelliJ-IDEA-open-sourced-tp49034p49053.html > >>> Sent from the Apache Flex Development mailing list archive at Nabble.com. > >> > > >