Add in the FlexCapacitor Library Project
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
The flexcapacitor library project contains all the source code and the SWC to the classes in this project. You need this library in your workspace. It is fairly easy to setup. You will need Subversion (SVN) to do this. Subversion allows you to backup and version your projects. Please add the Subversion tools to Flash Builder or Eclipse (see the requirements paragraph below). After installing Subversion follow these steps.
We are going to create a new Flash Builder library project from SVN repository. To do this follow these steps:
- Goto File >New >Other
- In the SVN folder select Checkout projects from SVN. Click Next
- Select Create a new Repository location. Click Next
- Enter the URL, http://svn.assembla.com/svn/flexcapacitor, into the repository location. Click Next
- Select the trunk >library directory. Click Next
- In the project name leave it as "flexcapacitor". Click Finish
One more thing. You may need to create the SWC if it is not automatically created in the bin folder.
In the Project menu if you selected the Build Automatically option, the SWC file is immediately compiled and generated into the project's output folder when any of the files are changed. You can also manually build the library project when you want by unchecking Build Automatically and selecting Project > Build Project or Build All. If you are trying to rebuild from scratch you may need to delete the SWC, refresh or clean the project and then select Project > Build Project. Be sure to check the Build Automatically option when you are done!
If everything went well you should have a Flash Builder Library project called "flexcapacitor" in your workspace.
Please continue...