Is there an easy way of converting a Actionscript 3 project to a Flex project in Flex Builder? When i right click on the project and hover "Flex Project Nature", all options are greyed out
|
|
|
|
|
|
|
I haven't seen anything like that in FB3. An AS3 project will lack quite a few of Flex project settings (e.g. template html). You are best served by creating an empty Flex project and adding the AS3 source to it -- drag and drop the folder(s) in the |
||
|
|
|
|
It's a little dirty, but it works.
The old files will be unchanged, but the new project will have the Flex Project nature. If a file already exists that has the same name as a file that the project wizard wants to create, the existing file will be not be deleted. If you have custom command line arguments, source or library directories, or any other project-specific settings, you may have to reset them. Just in case something goes wrong, be sure to back up your project directory first. I've never lost files when I've recreated a Flex Builder project, though. |
||
|
|
|
|
A few general steps to get there without losing your project settings:
If you're missing the templates/ stuff (not a big fan myself, but it's a nice crutch when you're just starting a project), go mess with one of the form fields under "HTML wrapper" under "Actionscript Compiler" in your project properties and apply the change, and the IDE will recreate the templates/ folder. |
||
|
|
