How do you work in Flash Builder projects?

Flash-Builder project files cannot be opened on another computer, even if the files were copied, for example. via version control like git or svn.

Importing and exporting fxp projects is not possible, since we do not want to overwrite files for git or svn unnecessarily.

How do people interact in Flash Builder projects without creating a new project in Flash Builder, and do you need to configure all the project settings for several people over and over again?

+5
source share
3 answers

This is now permitted in Flash Builder 4.7, where you can actually import the project folder as it is.

0
source

, @Sean Fujiwara, :

Flash Builder . - Window > Preferences > General > Workspace > Linked Resources:

enter image description here

, , FRAMEWORK_SOURCE, , swc, .

OUTPUT_FOLDER, , , , , right click project name > Properties > ActionScript Build Path, , , OUTPUT_FOLDER :

enter image description here

Project > Clean , html-template .

SVN .project .actionScriptProperities . -, , , "", , , , OUTPUT_FOLDER\MyProjectName, , , .

, , ..

, , SDK, , .

+3

Flash-Builder , . , , git .

Flash-Builder , Eclipse.

:

  • Right-click in the package explorer and go to Import....
  • Choose General/Existing Projects into Workspace.
  • Select the folder containing the directory .project.

If you are sure that it is Copy projects into workspacesnot selected, you can commit the files directly from the place where you checked the code.

0
source

All Articles