gradlefx integration Intellij IDEA
Hi,
I want to use gradle to build my projects but also IntelliJ IDEA
(espeacially the debugger) to create my Flex projects.
If I use the gradle-plugin I can create my swf and all swc due to
dependency but the gradle-plugin for IDEA can not run the
debugger.
When I use the internal compiler I can not create the swf, because
it can not compile the other swcs.
Is there a best practice to solve this? I could first run gradle to create all .swc-files and copy them into a lib-directory that the IDEA-compiler can use to compile the swf and run the debugger, but that does not seem to be the best solution, using both compile-systems.
Is there some other IDEA-Plugin that allows me to start the debugger and a web browser after my SWF is build?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Yennick Trevels on 26 Jul, 2013 06:56 AM
If you want to use Intellij for you project, currently the only way is to configure the projects manually.
We just received a contribution to GradleFx which should add Intellij support, but this hasn't been released yet.
2 Posted by Andreas on 26 Jul, 2013 10:04 AM
cool! Do you need some tester for this? ;-)
Support Staff 3 Posted by Yennick Trevels on 26 Jul, 2013 10:50 AM
That would be really helpful ;)
You can checkout this branch
https://github.com/GradleFx/GradleFx/tree/feature-ideafx
And then you can install that version to your local repository with the command
When you've done that, you can use that GradleFx version by specifying the mavenLocal() repository in your build script.
Thanks!
4 Posted by rafanami on 21 Oct, 2013 08:59 PM
Already tried this approach even with version 0.7, but sticked to gradle flashbuilder, then importing the FlashBuilder project in IDEA 12.
Thanks for the project, great tool!
Andreas closed this discussion on 16 Nov, 2013 05:56 PM.