Project
IntelliJ IDEA
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Fixed
Assignee
Alexander Doroshko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Taras Tielkes
    3 years ago (21 Jun 2008 17:32)
  • Updated by   root
    2 years ago (17 Jan 2010 21:02)
  • Jira: IDEADEV-38438
    (history, comments)
 
IDEA-44454 Flex Builder project import/load
5
Issue is visible to: All Users
  The issue is visible to the selected user group only
I assume IDEA Flex support will get support for .swc dependencies soon.

When that happens, a very valuable next step would be to allow importing of Flex Builder projects.
Even better would be a feature where one can directly open a Flex Builder project, similar to the current support for directly opening Eclipse projects.

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Alexander Doroshko
  Alexander Doroshko
08 Sep 2009 21:10
2 years ago
Initial Flex Builder (which becomes Flash Builder) projects import is done. You may import it in following ways:
  • File | Open project, then select .project file from the root of your Flash/Flex Builder project
  • File | New Project | Import project from external model
  • (to import Flash/Flex Builder project as new IDEA module in existing IDEA project) File | New Module | Import module from external model

Currently importer does following:
  • creates new Java module with Flex facet
  • configures module content root and source roots
  • configures Flex SDK attached to Flex facet
  • configures module dependencies (SWC libraries)
  • configures Flex compiler configuration: output type (swf/swc), main class, output folder and output file name, additional compiler options