I successfully set up the Eclipse development environment according to the Tutorial on http://osflash.org.
- http://osflash.org/getting_started_with_fames goes through step by step to install the "FAMES" environment.
- http://download.eclipse.org/webtools/downloads/ I downloaded the WebTools? build of Eclipse during that step ** https://bugs.eclipse.org/bugs/show_bug.cgi?id=131664 I encountered a problem when unzip'ing on Windows. My workaround was to unzip in Cygwin.
I then set up a basic project to test things out.
- http://aralbalkan.com/index.php?p=373&more=1&c=1 is a brief tutorial on the basics of setting up a project. ** At Step 6, he doesn't mention that you need to create a file called Application.flashout, within the project. This then contains the configuration panel he talks about.
I installed the Subclipse plugin, to connect to worldKit svn.
- http://subclipse.tigris.org/
- http://www.brooksandrus.com/blog_assets/repositories/connecting_svn.htm has a screencast on how to install Subclipse.
- http://worldkit.org/svn/ is the subversion repository
