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
- This command detects non-updated reference projects of .jude, .asta files in the specified directory and update them.
- [Windows]call astah-run.bat "astah_directory_path" update-all
- [Linux]astah-run.sh "astah_directory_path" update-all
- astah_directory_path: The directory where project file is stored
- A log file (yyyyMMdd_HHmm_astah_convert_command.log) will be output.
- Both astah-run.bat and astah-run.sh reside in the astah* installed folder.
- New option "use-builtin-timestamp(ubt)" has been implemented since version 5.4.
By using this option, it updates the reference projects depending on the [Merge Time Stamp] of the project instead of
its own File Time Stamp. This option is effective if you use a version control system such as SubVersion.
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)
- This command updates all of reference projects of all .jude, .asta files in the specified directory to the latest without checking whether they are alredy updated or not.
- [Windows]call astah-run.bat "astah_directory_path" update-all-force
- [Linux]astah-run.sh "astah_directory_path" update-all-force
- astah_directory_path:DIRECTORY
- * A log file (yyyyMMdd_HHmm_astah_convert_command.log) will be output.
- * There is astah-run.bat in the astah* installed folder.
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
|