astah* Total Merge Utility Guide
- How to update reference projects -

October 19, 2009
Change Vision, Inc.


Overview

astah* Total Merge Utility enables you to update reference projects using command line.
This document explains how to update reference projects.

How to Update Reference Project

Example of updating reference project [Windows]

call astah-run.bat "C:\\Program Files\\astah-professional" update-all

Example of updating reference project with "use-builtin-timestamp(ubt)" option [Windows]

call astah-run.bat "C:\\Program Files\\astah-professional" update-all use-builtin-timestamp

call astah-run.bat "C:\\Program Files\\astah-professional" update-all ubt

Example of Updating Reference Project [Linux]

astah-run.sh "/home/tanaka/astah-professional" update-all

Example of updating reference project with "use-builtin-timestamp(ubt)" option [Linux]

astah-run.sh "/home/tanaka/astah-professional" update-all use-builtin-timestamp

astah-run.sh "/home/tanaka/astah-professional" update-all ubt

How to Update Reference Project (ALL)

Example of Updating All Reference Project [Windows]

call astah-run.bat "C:\\Program Files\\astah-professional" update-all-force

Example of Updating All Reference Project [Linux]

astah-run.sh "/home/tanaka/astah-professional" update-all-force