Re: AW: AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-15 Thread Alexander Doroshko
On 13.10.2015 23:50, Christofer Dutz wrote: Ok ... well I investigated the code in intellij-plugins/flex/tools/flexmojos-flex-configs-generator/generator-server com.intellij.flex.maven.GeneratorServer This code was indeed adjusted to work with the new Maven 3.2 libs. I'm not sure it is true. It

AW: AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-13 Thread Christofer Dutz
Von: Alexander Doroshko Gesendet: Dienstag, 13. Oktober 2015 13:48 An: dev@flex.apache.org Betreff: Re: AW: [IDEA-FlexPlugin] Setup Instructions Should work fine. You'll only need to locally revert FlexBuildConfigurationsExtension.java and GlobalFlexHighlightingTest.java to their pre

Re: AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-13 Thread Alexander Doroshko
hem ... that's why I didn't get the latest changes :-) Chris Von: Christofer Dutz Gesendet: Dienstag, 13. Oktober 2015 09:48 An: dev@flex.apache.org Betreff: AW: [IDEA-FlexPlugin] Setup Instructions Well I found out what probably the structure wi

AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-13 Thread Christofer Dutz
n 3.2 libs ... how come I still get the error messages when importing a Flexmojos 7.1 project? Chris Von: Christofer Dutz Gesendet: Montag, 12. Oktober 2015 23:31 An: dev@flex.apache.org Betreff: AW: [IDEA-FlexPlugin] Setup Instructions Ok ... so toda

AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-13 Thread Christofer Dutz
ll get the error messages when importing a Flexmojos 7.1 project? Chris Von: Christofer Dutz Gesendet: Montag, 12. Oktober 2015 23:31 An: dev@flex.apache.org Betreff: AW: [IDEA-FlexPlugin] Setup Instructions Ok ... so today I managed to spare some time and

AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-12 Thread Christofer Dutz
plugin code (missing class: org.jetbrains.idea.maven.importing.MavenModifiableModelsProvider) Any ideas? Chris Von: Alexander Doroshko Gesendet: Mittwoch, 16. September 2015 20:06 An: dev@flex.apache.org Betreff: Re: [IDEA-FlexPlugin] Setup Instructions

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-16 Thread Alexander Doroshko
After update to today's IntelliJ IDEA 15 EAP 142.4859.6 you'll have to locally revert to previous state (earlier than September 15) the following files: Flexmojos3Configurator.java Flexmojos3GenerateConfigTask.java Flexmojos4Configurator.java Flexmojos4GenerateConfigTask.java Flexmojos5Configur

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-14 Thread Frédéric THOMAS
it is what I say it didn't work, maybe something interfere because instead of having a separate project for the builtInFlexCompiler I imported its modules into a module group of the FlexPlugin. Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apache

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-14 Thread Alexander Doroshko
On 13.09.2015 1:08, Frédéric THOMAS wrote: So, what I did this: 1- Import each of the builtInFlexCompiler modules into a module group 2- Removed the Libs SDK 3.5 / 4.0 / 4.5 and added SDK 3.6 / 4.6 3- added -agentlib:jdwp=transport=dt_socket,server=n,address=AsusFred-PC:5661,suspend=y to the J

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-12 Thread Frédéric THOMAS
now if there was a cleaner way, I would rather attach to the process instead but I wasn't able to setup the conf correctly for that. I can debug and that's the most important, thank you, I will anyway look forward to see your solution. Frédéric THOMAS > Subject: Re: [IDEA-Flex

Re : Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Frédéric THOMAS
Hi Alexander, thanks for all those details, I will do my best to deal with that, not before tomorrow though and will come back to you if needed. Fred --- Message initial --- De : "Alexander Doroshko" Envoyé : 10 septembre 2015 2:10 PM A : dev@flex.apache.org Objet : Re: [IDEA-

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 10.09.2015 15:26, Frédéric THOMAS wrote: Now, what is the best setup to be able to debug the BuiltInFlexCompiler or any other tool? I added instructions to readme about compiler process debugging. Your instructions are clear I'm happy if you find them clear as they are really concise. Only

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Frédéric THOMAS
in compiler, neither in implementation of FlexCompilationTasks->doStart() or FlexCompilationUtils->buildCommand(), can you help ? Thanks, Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apache.org > From: alexander.doros...@jetbrains.com > Date

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 10.09.2015 2:16, Frédéric THOMAS wrote: 1- I had to comment ActionScriptRearrangerTest That's correct. You'll uncomment it with the next EAP.

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
I think problems like this shouldn't happen regularly. Add [IDE installation]/lib/netty-all-4.1.0.Beta6.jar to the Plugin SDK Classpath. I won't add it to readme because those who configure from scratch with the new EAP do not have this problem. On 10.09.2015 2:16, Frédéric THOMAS wrote: Alex

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 09.09.2015 22:06, Frédéric THOMAS wrote: Now, what is the best setup to be able to debug the BuiltInFlexCompiler or any other tool? I added instructions to readme about compiler process debugging. Also, before you mentioned CTRL+T on Windows to update the project, I just would like to ment

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Frédéric THOMAS
hen > "git pull upstream/master" or CVS/git/pull... and select the upstream/master. > > Does it worth to mention it in the readme ? > > Thanks, > Frédéric THOMAS > > > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > > To: dev@flex.apache.org > > Fr

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Frédéric THOMAS
add upstream https://github.com/JetBrains/intellij-plugins.git"; on the command line, then "git pull upstream/master" or CVS/git/pull... and select the upstream/master. Does it worth to mention it in the readme ? Thanks, Frédéric THOMAS > Subject: Re: [IDEA-Fle

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 17:28, Frédéric THOMAS wrote: 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 ? Pushed the fix. GitHub repo is synched with our main repo once

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Frédéric THOMAS
ts in between, now, IJ is not complaining any more during the tests, still, I don't why it happened but just wanted to share in case it happens to someone else. Thanks, Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apache.org > Fr

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 18:09, Frédéric THOMAS wrote: Hm, none of those are required to run tests. Make sure you didn't add extra jars (not listed in readme) to the Plugin SDK classpath. Please paste java command line from test console. Well, I dowloaded it manually, installed it, uninstalled it and the p

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Frédéric THOMAS
e complete log: http://pastebin.com/0fPgY7pi > > Fixed few hours ago, just update sources (Ctrl+T on Windows). Hmm, it says I'm up to date, can you give me the commit number ? Thanks, Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apa

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 17:28, Frédéric THOMAS wrote: 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:Plugin "LiveEdit" was not loaded: required plugin "JavaScriptDebugger" not installed.Disable LiveEd

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Frédéric THOMAS
y 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 Troubl

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
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), ri

[IDEA-FlexPlugin] Setup Instructions (was:Flex support in IntelliJ IDEA open sourced)

2015-09-09 Thread Frédéric THOMAS
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