-
-
Notifications
You must be signed in to change notification settings - Fork 274
Importing the Code
Phil Beauvoir edited this page Aug 3, 2018
·
8 revisions
Before you import the code make sure you've set up your Eclipse environment as explained in Setting up the Eclipse Environment
The Archi code is stored in a Git repository at GitHub. You need to import a copy of the code into your Eclipse workspace. The code consists of a number of plug-ins or "projects".
The (read-only) URI for the Archi Git repository is: https://github.com/archimatetool/archi.git
- From within Eclipse choose "File -> Import..."
- In the wizard select "Git -> Projects from Git". Click "Next"
- Select "Clone URI" and then click "Next"
- Add the details for the repository's URI (see above) and then click "Next"
- Ensure that the "master" branch is selected (ignore all other branches taht you may see) and then click "Next"
- Choose a directory where you wish to store your local copy of the code and then click "Next"
- The code will be cloned and downloaded from the repository. This may take some time. When this is done, choose "Import existing projects" and then click "Next."
- Import all of the projects and then click "Finish"
- Your workspace should now contain all the projects (note - the actual projects may differ to those shown in this screenshot depending on how recent the code is):
You're not done yet! You'll see that the various projects have red crosses on them. We need to fix that in the next stage.
- Choose "File->Import..." from the main menu in Eclipse
- Select "General" and "Existing Projects into Workspace"
- Select the root folder containing the Archi Projects that you got from the Git repository
- Select all the Projects
- Click "Finish"
Now you are ready to move onto the next stage, Running and Debugging Archi.
If you value and use Archi please consider making a donation. Thanks!
- Developer
- About using Archi or ArchiMate
- Label Expressions
- Add letters to elements to distinguish between layers
- Archi Command Line Interface
- How to create a packaged version of Archi (including configuration and plugins)
- How to create your own report for Archi
- SQL queries in the HTML report
- Pattern based modelling with Archi
- ArchiMate language customization in Archi
- How to disable the "Check for Updates..." menu item
- The Archi.ini File
- Roadmap or potential new features
- Feature requests, the roadmap and managing expectations
- HTML export v3
- List of feature requests and potential roadmap items
- Generate Deliverables (Reporting) Requirements
- Sketch and Canvas revamp ideas
- Ideas for a nice and elegant way to implement profiles and concepts customization
- Roadmap for Archi 2.8
- Known issues
- Other