-
-
Notifications
You must be signed in to change notification settings - Fork 330
The Archi.ini file
This is an explanation of the entries in the Archi.ini file that is used by Archi for various settings.
The Archi.ini file is located alongside the Archi.exe file on Windows, the Archi executable on Linux, and in Archi.app/Contents/Eclipse/ on Mac. Note - you may have to enable file name extensions to see the full name Archi.ini.
These are some of the settings that might be of interest as of Archi version 5.3:
This will clean the configuration area after Archi exits to avoid stale cached data when Archi plug-ins are installed. See this issue for why we do this. In short, you can remove this if you are sure that you will not change the location of Archi's installation or its dropins folder.
--launcher.defaultAction
openFile
This allows Archi to open *.archimate files from the desktop.
-eclipse.keyring
@user.home/...
The location of the secure keyring used to store secure credentials.
-vm
<path>
Location of the bundled Java Runtime.
-Declipse.p2.data.area=@config.dir/p2
Location of Eclipse's internal data store. It's safer not to change this.
-Ddata.location=@user.home/Documents/Archi
Location of user data such as scripts and model repositories.
-Dosgi.instance.area=@user.home/...
The location of the .metadata folder that stores Archi's preferences.
-Dosgi.configuration.area=@user.home/...
The location of the .config folder that stores various Eclipse caches.
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=%user.home%/...
The location of the folder where Archi's plug-ins are installed.
If you value and use Archi please consider making a donation. Thanks!
Using Archi
- Label Expressions
- 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
- Add letters to elements to distinguish between layers
- ArchiMate language customization in Archi
- How to disable the "Check for Updates..." menu item
- The Archi.ini file
Developer
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
Other