Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

To browse the FlexUnit 4 project, go to http://flex.apache.org/dev-sourcecode.htmlImage Removed. This should take you to the source page. At the top of the page you will notice links for branches and tags.

...

You can access directories and files inside the project by appending them onto the project's URL. For example, to browse the FlexUnit 4 directory of the most recent build of FlexUnit, you can go directly to https://git-wip-us.apache.org/repos/asf?p=flex-flexunit.git;a=tree;h=refs/heads/master;hb=masterImage Removed.

Installing git

...

You can get the latest versions as well as installation instructions for git from the following addresses:

:* Windows: http://help.github.com/win-git-installation/Image Removed
:* Mac: http://help.github.com/mac-git-installation/Image Removed
:* Linux: http://help.github.com/linux-git-installation/Image Removed

Checking out code

When you access the repository with a git client, the FlexUnit project is at the URL https://git-wip-us.apache.org/repos/asf?p=flex-flexunit.gitImage Removed

To get the entire source code for the project, do a "checkout" from this URL into a local directory on your machine. Using the command-line client, you would execute:

git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.gitImage Removed

This will create a local copy of the code. ''Note:'' If you would like to contribute to the project you will need to create a fork of the branch and commit changes to the fork. Once you have made changes, you may "push" them to the branch and the author may incorporate them into the existing project.

...

If you are interested in contributing to FlexUnit, please see the http://flex.apache.org/community-getinvolved.htmlImage Removed page.

FlexUnit Project Structure

...