ダウンロードリスト

プロジェクト概要

TMD-Makerは、佐藤正美氏が考案したTM(T字形ER手法)の表記法であるTMD(T字形ER図)を作成するツールです。このプロジェクトは、TMによるシステム開発をサポートする関連ソフトウェアをオープンソースソフトウェアとして提供します。TMとは、ビジネスを解析しながらデータベース構造も同時に作る手法です。TMとTMDの詳細は株式会社SDIのサイトを参照してください。

ソースコード https://github.com/tmdmaker/tmdmaker

システム要件

システム要件が設定されていません

リリース時刻: 2019-12-31 00:00
tmdmaker_plugin 0.9.0 (3 個のファイル 非表示)

リリースノート

Release files

  • tmdmaker_plugin_0.9.0.zip ... TMD-Maker Eclipse Plugin
  • tmdmaker_plugin_updatesite_0.9.0.zip ... Updatesite for TMD-Maker Eclipse 4.x Plugin
  • tmdmaker_e3_plugin_updatesite_0.9.0.zip ... Updatesite for TMD-Maker Eclipse 3.x Plugin

Install

use dropins

  1. Unzip tmdmaker.releng.plugin/target/tmdmaker_plugin_version.zip.
  2. Put it into dropins directory.
  3. Run eclipse.

updatesite

  1. Select archive file in "Help" -> "Install new software".
  2. Select tmdmaker_plugin_updatesite_x.y.z.zip.

Upgrade

  1. Remove previous version.
  2. Install new version.

リリースファイル

  • tmdmaker_plugin_0.9.0.zip・・・TMD-Maker Eclipse(4.x) plugin
  • tmdmaker_plugin_updatesite_0.9.0.zip ・・・Eclipse 4.x向けのTMD-Maker Pluginのアップデートサイト。
  • tmdmaker_e3_plugin_updatesite_0.9.0.zip ・・・Eclipse 3.x向けのTMD-Maker Pluginのアップデートサイト。

新規インストール

dropins

  • 事前にGEF3.x、Xtendをアップデートサイト等でインストールする。
  • ダウンロードしたtmdmaker_plugin_x.y.z.zipファイルを解凍し、同梱されている全てのjarファイルを解凍したフォルダごとeclipseのplugins(またはdropins)フォルダに置いてEclipseを起動する。

updatesite

  • Eclipseの「Install new software」でarchiveファイルを指定してmdmaker_plugin_updatesite_x.y.z.zipを選択ください。

アップグレート

  • 一旦旧バージョンのプラグインを削除し、新しいプラグインを上記方法で置いた後、Eclipseを-cleanオプションを付けて起動してください。バージョン0.2.X以降のファイルは、新バージョンのプラグインでも開けます。TMの文法通りに作図できない場合は、一旦モデルを削除してモデルを再作成してみてください。
  • 旧バージョン(0.1.X,)のファイルは、新バージョンのプラグインでは開けません。

変更履歴

New

  • #39112 Added the ability to update models in the property sheet.
  • #39600 Change project name and package name.
  • Eclipse Added support for building with SimRel 2019-09.

BugFix

  • Modified that Identifier and Re-Used icons are displayed separately in the tree view.
  • Fixed a bug that the Identifier of Detail could not be updated via the tree view.

New

  • #39112 プロパティシートでモデルが更新できるようになりました。
  • #39600 プロジェクト名、パッケージ名を変更しました。
  • Eclipse SimRel 2019-09に対応しました。

BugFix

  • ツリービューで個体指定子とRe-Usedのアイコンを出し分けるように修正しました。
  • ツリービュー経由でDetailの個体指定子が更新できない不具合を修正しました。