Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 directory <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. 
Note
titleExecutive 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