1291
Automation Interface, Add-Ins and Tools / Re: Toolbox Profile Sample?
« on: November 26, 2007, 02:21:38 pm »
Sorry, this Help topic was a bit off the mark and I updated it only last week. The updated topic will be in the Help for EA 7.1, soon to be released.
To create the MTS file, go through the process in
http://www.sparxsystems.com.au/EAUserGuide/index.html?creatingmdgtechnologies.htm
At step 2 select the Create a new MTS file option. As you continue, include all the checkbox items that you want (step 6).
You can then go to the Working with MTS files topic and you can add:
(You create the Toolbox profiles using this topic:
http://www.sparxsystems.com.au/EAUserGuide/index.html?toolbox_profiles.htm)
Open the .MTS file in a text editor. To make it easier for you, you can copy the following lines and paste them into the file before the last line of the file (i.e. between the <Technology... /> and </MDG.Selections> lines:
You can, if necessary, have more than one line for each inclusion; for example, if your profiles are in different locations, more than one DiagramProfile.
For the directory attributes, enter the full path of the folder in which your Toolbox Profiles, Diagram Profiles, or Task Pane Profiles are kept.
For the files attributes, enter a comma-separated ordered list of profile filenames.
Save the .MTS file.
You then go into the MDG Technology Wizard again and run through the procedure, selecting Open an existing MTS file and clicking on Next until finished. This updates the MDG Technology file.
HTH
To create the MTS file, go through the process in
http://www.sparxsystems.com.au/EAUserGuide/index.html?creatingmdgtechnologies.htm
At step 2 select the Create a new MTS file option. As you continue, include all the checkbox items that you want (step 6).
You can then go to the Working with MTS files topic and you can add:
- Diagram Profiles
- Tasks Pane profiles
- Your own Enterprise Architect UML Toolbox profiles
- Icons and logos for the technology
- Model Validation configurations
- Model Templates.
(You create the Toolbox profiles using this topic:
http://www.sparxsystems.com.au/EAUserGuide/index.html?toolbox_profiles.htm)
Open the .MTS file in a text editor. To make it easier for you, you can copy the following lines and paste them into the file before the last line of the file (i.e. between the <Technology... /> and </MDG.Selections> lines:
- <UIToolboxes directory="" files=""/>
- <DiagramProfile directory="" files=""/>
- <UITaskpanes directory="" files=""/>
You can, if necessary, have more than one line for each inclusion; for example, if your profiles are in different locations, more than one DiagramProfile.
For the directory attributes, enter the full path of the folder in which your Toolbox Profiles, Diagram Profiles, or Task Pane Profiles are kept.
For the files attributes, enter a comma-separated ordered list of profile filenames.
Save the .MTS file.
You then go into the MDG Technology Wizard again and run through the procedure, selecting Open an existing MTS file and clicking on Next until finished. This updates the MDG Technology file.
HTH