You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This section outlines how to update used projects using a command line. 


To update used projects from the command-line interface


  1. Move the properties file to the plugin director<modeling tool installation directory>/plugins/com.nomagic.magicdraw.twcusageupdater
  2. Open the command-line interface.
  3. Go to the <modeling tool installation directory>/plugins/com.nomagic.magicdraw.twcusageupdater directory containing the executive file for the used projects update. 

Executive file

The executive file is the corresponding .sh or .bat file depending on your operating system.


To update used projects using a single properties file, type the following command in the command line


  • On Windows:
update.bat -properties sample.properties
  • On OS X or Linux 
 ./update.sh -properties sample.properties


To update used projects using multiple properties files, type the following command in the command line


  • On Windows:
update.bat -properties first.properties second.properties third.properties
  • On OS X or Linux:
./update.sh -properties first.properties second.properties third.properties