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
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
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
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
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
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
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
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
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
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
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-
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo