Mohit Ranka
Mohit Ranka

Reputation: 4271

How to import flex on eclipse

I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its version controlled branch of the flex project) to my eclipse environment.

I have tried creating a new flex project in eclipse and linking the source folder to it, but it does not work.

Any pointers?

Upvotes: 0

Views: 2393

Answers (2)

James Ward
James Ward

Reputation: 29433

You should be able to install Eclipse plugins for SVN (or whatever SCM you are using) and then check out the project. If that doesn't work then try to import it (File -> Import -> Existing Projects into Workspace). If that doesn't work then create a new Flex Project pointed at the base directory for your project.

Upvotes: 1

Scott Evernden
Scott Evernden

Reputation: 39930

when all else fails just create a new flex project of the correct type, exit eclipse and copy the project files over to that folder .. restart builder and you'll be up

Upvotes: 1

Related Questions