3
votes
4answers
84 views
Is there a way to automate importing projects into Eclipse?
For my current project, every time I set up a new workspace, I need to import hundreds of existing projects scattered in 20+ different directories. Is there a way to automate this step in Eclipse? …
0
votes
1answer
67 views
Flex compiler error: “please put definition in a package” for classes that ARE in a package
This is with Flexbuilder 3.2, Eclipse 3.3.2.
I am moving my development environment to a new machine. Actionscript classes that compiled in the old environment now get a compile error: …
0
votes
Flex compiler error: “please put definition in a package” for classes that ARE in a package
Problem solved - I had missed out some items in the path in the environment where I was launching Eclipse.
"C:\Program Files\Adobe\Flex Builder 3 Plug-in\sdks\3.2.0"\bin
"C:\Pro …
