JP4484148B2 - SI target file and SI related file management system - Google Patents

SI target file and SI related file management system Download PDF

Info

Publication number
JP4484148B2
JP4484148B2 JP2004285079A JP2004285079A JP4484148B2 JP 4484148 B2 JP4484148 B2 JP 4484148B2 JP 2004285079 A JP2004285079 A JP 2004285079A JP 2004285079 A JP2004285079 A JP 2004285079A JP 4484148 B2 JP4484148 B2 JP 4484148B2
Authority
JP
Japan
Prior art keywords
file
work management
information
target
work
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2004285079A
Other languages
Japanese (ja)
Other versions
JP2006099452A (en
JP2006099452A5 (en
Inventor
篤司 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2004285079A priority Critical patent/JP4484148B2/en
Publication of JP2006099452A publication Critical patent/JP2006099452A/en
Publication of JP2006099452A5 publication Critical patent/JP2006099452A5/ja
Application granted granted Critical
Publication of JP4484148B2 publication Critical patent/JP4484148B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、SI(システムインテグレーション)対象となる実行ファイルや環境設定ファイル、およびそれらのSI対象ファイルに関連するソースファイルやテキストファイル等のファイルの管理技術に関する。   The present invention relates to an executable file or environment setting file that is an SI (system integration) target, and a file management technique such as a source file or a text file related to the SI target file.

従来のリリース管理に関する技術として、例えば、下記特許文献1に記載のものが知られている。   As a conventional technology relating to release management, for example, the one described in Patent Document 1 below is known.

特許文献1に記載のものは、リリースフェーズおよび作成・追加機能ごとにつけられた枝番をキーとしてスケジュール管理機能、物件の払い出し払い戻し機能、及びリリース依頼機能を連携するシステム管理装置に関するものである。これは、ソースを改修するリリーススケジュールを策定した後でファイルリリーススケジュールに登録済みのソースコードを払い出し、払い出されたソースコードをソースマスタからコピーして開発作業を行い、開発終了後にソースマスタへソースコードをコピーしてソースコードを払い戻し、払い戻したソースコードをリリース対象とするという一連の処理を、リリースフェーズおよび枝番をキーとして自動的に行うというものである。
特開2002−312169号公報
The device described in Patent Document 1 relates to a system management apparatus that links a schedule management function, a property payout / refund function, and a release request function with the branch number assigned for each release phase and creation / addition function as a key. This is because the source code registered in the file release schedule is issued after formulating the release schedule for refurbishing the source, the source code that has been issued is copied from the source master, and development work is performed. A series of processes of copying the source code, refunding the source code, and setting the refunded source code as a release target is automatically performed using the release phase and branch number as a key.
Japanese Patent Laid-Open No. 2002-312169

しかしながら、上記の特許文献1に記載の技術は、リリースのスケジュールを策定する段階で作成および修正するソースコードが確定されていることを前提としており、仕様変更や機能追加が突発的に発生した場合には、リリースのスケジュールを変更せざるを得ない。また、一つのフェーズ作業において一つのソースコードに割り振られる枝番は一つなので、同一フェーズにおいて複数の改修内容で同一のファイルを修正する場合にすべての改修内容と修正ファイルとを関連付ける手段が存在しないという問題がある。また、抽出対象のリリースファイルはソースコードのみであり、開発後のテスト工程などで動作を確認したコンパイル済の実行ファイルの抽出は不可能であるため、ファイル抽出後にコンパイルして再度動作確認を行う必要が生じる。さらに、本番環境へのSI作業をシステム管理者以外の担当者が行う場合についての考慮がされておらず、システム理解が浅い担当者がリリース作業を行うときに、手作業が介在することによるミスが発生する可能性があるという問題がある。   However, the technique described in Patent Document 1 is based on the assumption that the source code to be created and modified is determined at the stage of formulating the release schedule, and when a specification change or function addition occurs unexpectedly You have to change the release schedule. In addition, since there is only one branch number assigned to one source code in one phase work, there is a means to associate all the modification contents with the modification file when modifying the same file with multiple modification contents in the same phase. There is a problem of not. In addition, the release file to be extracted is only the source code, and it is impossible to extract the compiled executable file whose operation has been confirmed in the test process after development. Need arises. Furthermore, there is no consideration for the case where a person other than the system administrator performs SI work for the production environment, and mistakes caused by manual intervention when a person with little system understanding performs release work. There is a problem that may occur.

本発明の目的は、上述の問題点を解決することにあり、特に、システム開発工程に入った後の顧客要望における突発的な仕様変更や機能追加やバグ対策、およびSI対象ファイルのSI実施フェーズの変更が発生した場合でも、登録済情報についての変更が不要であり、また、SI対象ファイル抽出作業を手作業を介することなく実施可能とすることで、SI対象ファイルについてのSI漏れを発生させず、さらに、システム開発環境や生成されたソースコードについて理解が浅い担当者であっても正確に本番環境へSI作業が行える仕組みを持つ、システム開発作業からSI時までの工程でミスを未然に防ぐことを目的としたSI対象ファイル管理システムを提供することにある。   An object of the present invention is to solve the above-mentioned problems, and in particular, sudden specification changes, function additions, bug countermeasures, and SI implementation phases of SI target files in customer requests after entering the system development process. Even if a change occurs, it is not necessary to change the registered information, and the SI target file extraction work can be performed without manual work, thereby causing an SI leak for the SI target file. In addition, even a person who has little understanding of the system development environment and generated source code has a mechanism that can accurately perform SI work to the production environment, making mistakes in the process from system development work to SI time An object of the present invention is to provide an SI target file management system for the purpose of prevention.

上記目的を達成するために、本発明は、SI関連ファイルの作成や更新作業、SI関連ファイルのファイルバージョン管理作業、追加仕様情報およびバグ情報登録作業について、作業管理番号をキーにSI関連ファイルの作成や更新情報、SI関連ファイルのファイルバージョン管理情報と追加仕様情報およびバグ情報とを自動的に紐付けるようにしたことを特徴とする。また、SI関連ファイルの新規作成および更新処理を行う前に必ず選択する作業管理番号を、作業完了後のデータ保存時に修正(追加・変更・削除)を行ったソースコードの各行へ自動的に割り振り、作業管理番号とソースコードの双方を紐付ける。さらに、システム開発後、システム開発中に使用した作業管理番号をSI担当者が画面上で選択することで、選択された作業管理番号に紐付く最新バージョンのSI関連ファイルを自動的に抽出し、さらに事前に指定したSI対象ファイルの保存場所等のパスについて検索を行って、SI対象ファイルを自動的に抽出する。また、前記抽出したSI対象ファイルについて記述したSI対象ファイルチェックリストを自動生成する。   In order to achieve the above-described object, the present invention provides an SI-related file creation / update work, a file version management work for an SI-related file, additional specification information, and a bug information registration work by using the work management number as a key. It is characterized in that creation / update information, file version management information of SI-related files, additional specification information, and bug information are automatically associated. In addition, work management numbers that must be selected before new creation and update processing of SI-related files are automatically assigned to each line of source code that has been modified (added / changed / deleted) when data is saved after the work is completed. Associate both work management number and source code. Furthermore, after system development, the SI person in charge selects the work management number used during system development on the screen, and automatically extracts the latest version of the SI-related file associated with the selected work management number, Further, a search is made for a path such as a storage location of the SI target file designated in advance, and the SI target file is automatically extracted. In addition, an SI object file checklist describing the extracted SI object file is automatically generated.

本発明によれば、SI関連ファイルの作成や更新作業、SI関連ファイルのファイルバージョン管理作業、追加仕様情報およびバグ情報登録作業について、作業管理番号をキーに、SI関連ファイルの作成や更新情報、SI関連ファイルのファイルバージョン管理情報と追加仕様情報およびバグ情報が自動的に紐付けられるので、システム開発担当者などが整合性のとれた正確な情報を常に共有でき、管理情報の不整合により発生するミスを未然に防ぐことが可能になる。   According to the present invention, with respect to creation and update of SI-related files, file version management work of SI-related files, additional specification information and bug information registration work, creation and update information of SI-related files, using the work management number as a key, Since file version management information, additional specification information, and bug information of SI-related files are automatically linked, system developers can always share consistent and accurate information, which occurs due to inconsistencies in management information It is possible to prevent mistakes that occur.

また、システム開発前に予めSIのスケジュールを策定してSIを行う対象のソースコードを決定しておくのではなく、システム開発後にSI対象となる機能を選択し、前記機能に紐付くSI対象ファイルを抽出することができ、一つのSI関連ファイルを複数の作業管理番号で管理することが可能になるので、システム開発工程に入った後の、顧客要望における突発的な仕様変更や機能追加やバグ対策、およびSI対象ファイルのSI実施フェーズの変更が発生した場合でも登録済情報について変更する必要がなくなり、変更作業や機能追加により発生するファイル管理作業について作業工数の削減が図れ、また開発後のSI時のミスによる不具合の発生を未然に防ぐことが可能になる。   Also, instead of predetermining the SI schedule and determining the source code for SI before system development, select the SI target function after system development, and select the SI target file associated with the function. Can be extracted, and one SI related file can be managed with multiple work management numbers, so after entering the system development process, sudden specification changes, function additions and bugs in customer requests Even if the countermeasures and the SI implementation phase of the SI target file are changed, it is not necessary to change the registered information, and the work man-hours can be reduced for the file management work that occurs due to the change work or function addition. It is possible to prevent the occurrence of problems due to mistakes during SI.

そして、画面上で作業管理番号を選択することで動作確認済のSI対象ファイルを自動的に出力可能とする機能により、最小限の手作業で漏れなく対象ファイルを取得できるようになる。   Then, by selecting a work management number on the screen, the function of automatically outputting an SI target file whose operation has been confirmed can be obtained without omission with minimum manual work.

さらに、SI対象ファイルに関する情報を記述したSI対象ファイルチェックリストを出力する機能により、システム開発環境や生成されたソースコードについて理解が浅い担当者であっても、本チェックリストを使用して正確に本番環境へSI作業を行うことが可能になる。   In addition, the function to output the SI target file checklist that describes information about the SI target file enables the system development environment and generated source code to be accurately SI work can be performed to the production environment.

以下、本発明を実施する場合の一形態を、図面を参照して具体的に説明する。   Hereinafter, an embodiment for carrying out the present invention will be specifically described with reference to the drawings.

図1は、本発明の実施の一形態であるSI対象ファイルおよびSI関連ファイル管理システムの構成を示すブロック図である。本SI対象ファイルおよびSI関連ファイル管理システムは、図1に示すように、情報処理・管理部1と、データベース2と、物理ディレクトリ3とを備える。データベース2は、追加仕様情報およびバグ情報記憶域21、作業管理情報記憶域22、およびファイルバージョン情報記憶域23を備える。物理ディレクトリ3は、ソースマスタ群31、差分ソース群32、担当者別一時ファイル群33、およびSI対象ファイル群34の各ファイルを格納するディレクトリを備える。   FIG. 1 is a block diagram showing a configuration of an SI target file and an SI related file management system according to an embodiment of the present invention. As shown in FIG. 1, the SI target file and SI related file management system includes an information processing / management unit 1, a database 2, and a physical directory 3. The database 2 includes additional specification information and bug information storage area 21, work management information storage area 22, and file version information storage area 23. The physical directory 3 includes directories for storing files of the source master group 31, the difference source group 32, the temporary file group 33 for each person in charge, and the SI target file group 34.

図2は、図1のデータベース2と物理ディレクトリ3内のテーブル構成および各テーブルの関連などを示す図である。追加仕様情報およびバグ情報記憶域21には、追加仕様情報およびバグ情報テーブル211が設けられる。作業管理情報記憶域22には、作業管理番号テーブル221、SI関連ファイルテーブル222、ファイル管理情報詳細テーブル223、およびファイルパス情報テーブル224が設けられる。ファイルバージョン情報記憶域23には、バージョン情報テーブル231およびバージョン情報履歴テーブル232が設けられる。   FIG. 2 is a diagram showing a table configuration in the database 2 and the physical directory 3 in FIG. Additional specification information and bug information table 211 is provided in additional specification information and bug information storage area 21. The work management information storage area 22 includes a work management number table 221, an SI related file table 222, a file management information detail table 223, and a file path information table 224. The file version information storage area 23 is provided with a version information table 231 and a version information history table 232.

なお、SI対象ファイルとは、SI(システムインテグレーション)対象となる実行ファイルや環境設定ファイルなどである。SI関連ファイルとは、SI対象ファイルに関連するソースファイルやテキストファイルなどである。   The SI target file is an executable file or environment setting file that is an SI (system integration) target. SI-related files are source files and text files related to SI target files.

システム開発において、開発担当者は要求仕様に合わせて例えば幾つかのソースプログラムなどのSI関連ファイルを開発する。開発されたSI関連ファイルに基づいてSI対象ファイルが生成される(例えばソースプログラムは、実行形式のプログラムに変換される)。所定の段階まで開発が進むと、管理者は、例えば最新のSI対象ファイルを抽出してシステムインテグレーションを行い、これにより要求仕様に沿ったシステムを構築する。   In system development, the person in charge of development develops SI-related files such as several source programs according to the required specifications. An SI target file is generated based on the developed SI related file (for example, the source program is converted into an executable program). When development progresses to a predetermined stage, the administrator extracts the latest SI target file, for example, and performs system integration, thereby constructing a system according to the required specifications.

ところで、開発段階では、種々の追加仕様の追加やバグ対策のための修正などが発生する。本実施形態のシステムでは、追加仕様情報およびバグ情報ごとに作業管理番号を付け、その作業管理番号でSI対象ファイルおよびSI関連ファイルを管理する。例えば、開発中のシステムに対し、ある追加仕様Aを追加する場合、その追加仕様Aに対して1つの作業管理番号が与えられ、その追加仕様Aを追加するために開発担当者がソースプログラムを修正(追加・変更・削除)したときにはそのソースコードの追加・変更・削除部分にその作業管理番号が付けられて管理される。従って、開発担当者は、この作業管理番号を参照することにより、ソースプログラム中のどの部分がどの追加仕様に対応する部分か一目で認識できる。バグ情報に関しても同様であり、作業管理番号を参照することにより、ソースプログラム中のどの部分がどのバグ対策に対応する部分か一目で認識できる。   By the way, in the development stage, various additional specifications are added and corrections for bug countermeasures occur. In the system of this embodiment, a work management number is assigned to each additional specification information and bug information, and the SI target file and the SI related file are managed by the work management number. For example, when a certain additional specification A is added to a system under development, one work management number is given to the additional specification A, and the developer in charge adds a source program to add the additional specification A. When correction (addition / change / deletion) is performed, the work management number is assigned to the addition / change / deletion portion of the source code for management. Therefore, the developer can recognize at a glance which part in the source program corresponds to which additional specification by referring to this work management number. The same applies to bug information. By referring to the work management number, it is possible to recognize at a glance which part of the source program corresponds to which bug countermeasure.

また、SIを行うときには、例えば追加仕様Aは含めるが追加仕様Bは含めないシステムを構築したい、あるいはバグ情報Cのバグ対策は含めるがバグ情報Dのバグ対策は含めないシステムを構築したい、などの種々の要求がある。本実施形態のシステムでは、上述した作業管理番号を指定してSIを指示することができるので、任意の作業管理番号の作業が反映されたシステムを容易に構築できる。   When performing SI, for example, it is desired to construct a system that includes additional specification A but not additional specification B, or to construct a system that includes bug countermeasures for bug information C but does not include bug countermeasures for bug information D. There are various demands. In the system of the present embodiment, the above-described work management number can be designated and SI can be instructed, so that a system reflecting the work of an arbitrary work management number can be easily constructed.

さらに、上述の作業管理番号でSI対象ファイルおよびSI関連ファイルを管理しているので、SI対象として指定されたファイルについて、ファイル名や保存先パスおよび関連する作業管理番号を記載したチェックリストを容易に出力できる。これにより、システム理解が浅い担当者でも、容易にリリース作業を行うことができる。   Furthermore, since the SI target file and the SI related file are managed by the above-mentioned work management number, a check list in which the file name, the storage path and the related work management number are easily described for the file designated as the SI target is easily obtained. Can be output. As a result, even a person in charge who has little understanding of the system can easily perform the release work.

図1および図2を参照して、情報処理・管理部1について詳細に説明する。情報処理・管理部1は、追加仕様情報およびバグ情報管理機能11、並びに、SI対象ファイルおよびSI関連ファイル情報管理機能12を備える。追加仕様情報およびバグ情報管理機能11は、データ編集・表示機能111と、データ登録機能112を備える。データ編集・表示機能111は、顧客による追加仕様の情報やテスト時に発生したバグ情報について編集したり、保存済データを表示したりする機能である。データ登録機能112は、データ編集・表示機能111により編集したデータをデータベース2の追加仕様情報およびバグ情報記憶域21(詳しくは、図2に示す追加仕様情報およびバグ情報テーブル211)に保存し、同時に前記追加仕様情報およびバグ情報を登録するときに紐付ける、ユニークな作業管理番号を作業管理情報記憶域22(詳しくは、図2に示す作業管理番号テーブル221)に保存する。   The information processing / management unit 1 will be described in detail with reference to FIGS. 1 and 2. The information processing / management unit 1 includes additional specification information and bug information management function 11, and SI target file and SI related file information management function 12. The additional specification information and bug information management function 11 includes a data editing / display function 111 and a data registration function 112. The data editing / display function 111 is a function for editing information on additional specifications by a customer and bug information generated during a test, and displaying saved data. The data registration function 112 stores the data edited by the data editing / display function 111 in the additional specification information and bug information storage area 21 of the database 2 (specifically, the additional specification information and bug information table 211 shown in FIG. 2), At the same time, a unique work management number associated with the registration of the additional specification information and bug information is stored in the work management information storage area 22 (specifically, the work management number table 221 shown in FIG. 2).

SI対象ファイルおよびSI関連ファイル情報管理機能12は、データ表示・編集機能121、ファイルバージョン情報管理機能122、データ登録機能123、SI対象ファイル出力機能124、およびSI対象ファイルチェックリスト出力機能125を備える。   The SI target file and SI related file information management function 12 includes a data display / edit function 121, a file version information management function 122, a data registration function 123, an SI target file output function 124, and an SI target file checklist output function 125. .

データ表示・編集機能121は、SI関連ファイルに対して、一般の文書作成ソフトウェアと同等の文書作成・編集・表示機能や、追加・変更・削除があった行について自動的にファイル作成・変更時に設定した作業管理番号を表示する機能を提供する。例えば、開発担当者がソースプログラムを作成・編集するときには本機能121が利用される。データ表示・編集機能121については、図3を参照して後述する。   The data display / editing function 121 automatically creates a document creation / editing / display function equivalent to that of general document creation software for SI-related files, or automatically creates / changes a line that has been added / changed / deleted. Provides a function to display the set work management number. For example, this function 121 is used when a developer in charge creates and edits a source program. The data display / editing function 121 will be described later with reference to FIG.

ファイルバージョン情報管理機能122は、ソースプログラムなどのSI関連ファイルのバージョン情報を管理する機能を提供する。具体的には、ファイルバージョン情報管理機能122は、新規にソースプログラムのマスタ(SI関連ファイル)を登録するとき、そのマスタファイルをソースマスタ群31に保存する。また、修正前であるファイルのチェックアウト時と修正後であるファイルのチェックイン時とで発生するファイルの差分を差分ソース群32に保存する。なお、チェックアウトおよびチェックインとは、SI関連ファイルの修正を開始・終了するときの手続を言う。例えば、あるソースプログラムを修正するときには、そのソースプログラムのマスタファイルをソースマスタ群31からチェックアウトし(読み出し)、上述のデータ表示・編集機能121を利用して修正し、修正後、ソースマスタ群31にチェックインする(書き込む)。ファイルバージョン情報管理機能122は、上述のソースマスタ群31や差分ソース群32のファイルを読み書きする際に、バージョン情報テーブル231やバージョン情報履歴テーブル232を利用してそのバージョンを管理する。なお、チェックアウト処理者以外がマスタファイルを修正できないようにするため、所定のフラグをデータベース2のファイルバージョン情報記憶域23の図2に示すバージョン情報テーブル231に設けておき、ソースのチェックアウト時には当該フラグをオンし、チェックイン時にオフする仕組みを備える。このフラグがオンされているマスタファイルについては、正式にチェックアウトした者のみが修正でき、それ以外の者はアクセスできないようにしている。   The file version information management function 122 provides a function for managing version information of SI-related files such as source programs. Specifically, the file version information management function 122 stores the master file in the source master group 31 when newly registering the master (SI related file) of the source program. In addition, the difference between files generated when checking out a file before modification and when checking in a file after modification is stored in the difference source group 32. Check-out and check-in refer to procedures for starting and ending modification of SI related files. For example, when a certain source program is modified, the master file of the source program is checked out (read out) from the source master group 31 and modified using the data display / editing function 121 described above. Check in (write) to 31. The file version information management function 122 manages the version using the version information table 231 and the version information history table 232 when reading and writing the files of the source master group 31 and the difference source group 32 described above. In order to prevent a person other than the checkout processor from modifying the master file, a predetermined flag is provided in the version information table 231 shown in FIG. 2 of the file version information storage area 23 of the database 2 so that the source file can be checked out. It has a mechanism to turn on the flag and turn it off at check-in. Only those who have officially checked out can modify the master file with this flag turned on, and others cannot access it.

さらに、ファイルバージョン情報管理機能122は、新規に保存したソースマスタなどのSI関連ファイルの情報(ファイル名など)を図2に示すSI関連ファイルテーブル222に保存する。また、作業管理番号テーブル221内の作業管理番号とSI関連ファイルテーブル222内のSI関連ファイル名称とを対応付ける紐付け情報を、ファイル管理情報詳細テーブル223に保存する。   Further, the file version information management function 122 stores information (file name and the like) of SI-related files such as a newly saved source master in the SI-related file table 222 shown in FIG. Also, association information that associates the work management number in the work management number table 221 with the SI related file name in the SI related file table 222 is stored in the file management information detail table 223.

データ登録機能123は、前記ファイルバージョン情報の登録機能を使用せず、SI対象ファイルに関するソース修正情報を、物理ディレクトリ3の担当者別一時ファイル群33に、一時的に登録する。   The data registration function 123 temporarily registers the source correction information related to the SI target file in the temporary file group 33 for each person in charge in the physical directory 3 without using the file version information registration function.

SI対象ファイル出力機能124は、管理者が所定の画面で選択した作業管理番号の作業が反映されたSI関連ファイルに対応するSI対象ファイルを出力する。管理者が作業管理番号を選択する画面については、図4を参照して詳しく説明する。SI対象ファイルの出力が指示されたとき、SI対象ファイル出力機能124は、図2に示すファイル管理情報詳細テーブル223とバージョン情報履歴テーブル232からSI関連ファイルの最新バージョン情報を抽出し、この情報と、事前に図2のファイルパス情報テーブル224に登録してあるSI対象ファイルの保存先についてのパス情報を基に、SI対象である実行ファイルなどを物理ディレクトリ3のSI対象ファイル群34に自動的に出力する。   The SI target file output function 124 outputs an SI target file corresponding to the SI related file in which the work of the work management number selected on the predetermined screen by the administrator is reflected. The screen for selecting the work management number by the administrator will be described in detail with reference to FIG. When the output of the SI target file is instructed, the SI target file output function 124 extracts the latest version information of the SI related file from the file management information detailed table 223 and the version information history table 232 shown in FIG. Based on the path information about the storage destination of the SI target file registered in the file path information table 224 in FIG. 2 in advance, the executable file that is the SI target is automatically stored in the SI target file group 34 of the physical directory 3. Output to.

SI対象ファイルチェックリスト出力機能125は、前記SI対象ファイル群34に出力したSI対象ファイルに関するSI対象ファイルチェックリスト4を出力する。SI対象ファイルチェックリスト4については、図7を参照して詳しく説明する。   The SI target file check list output function 125 outputs the SI target file check list 4 related to the SI target file output to the SI target file group 34. The SI target file checklist 4 will be described in detail with reference to FIG.

図3を参照して、前記データ表示・編集機能121について具体的に説明する。図3は、作業管理番号xxx001で保存済のSI関連ファイル(ソースプログラム)の4行目と13行目を作業管理番号xxx002で修正完了後の状態を示す。この表示例5において、51はソースコードの各行の表示、52は各行に付された作業管理番号の表示を示す。作業管理番号xxx002で修正が行われる前の状態では、作業管理番号xxx001で保存されているので、このSI関連ファイル(ソースプログラム)の各行には作業管理番号xxx001が付されている状態である。ここで、開発担当者が、ある追加仕様またはバグ対策のためにこのSI関連ファイルの修正を行うものとする。このとき開発担当者は、初めに当該SI関連ファイルを作業管理番号xxx002で修正することを宣言して開く。開いた状態では、4行目と13行目の作業管理番号はxxx001と表示される。ここで図3のように4行目と13行目を修正し保存した段階で、これらの行には作業管理番号xxx002が付され、図3に示す状態となる。以上のように、SI関連ファイルの各行ごとに追加・変更・削除したとき作業管理番号が付されるので、各行についてどの作業管理番号での作業で編集されたものか、一目で認識できる。   The data display / edit function 121 will be described in detail with reference to FIG. FIG. 3 shows a state after the completion of correction with the work management number xxx002 on the 4th and 13th lines of the SI related file (source program) saved with the work management number xxx001. In this display example 5, 51 indicates the display of each line of the source code, and 52 indicates the display of the work management number assigned to each line. In a state before the work management number xxx002 is corrected, since the work management number xxx001 is stored, each line of the SI related file (source program) is assigned with the work management number xxx001. Here, it is assumed that the person in charge of development corrects this SI-related file for a certain additional specification or bug countermeasure. At this time, the person in charge of development first declares and opens the SI-related file with work management number xxx002. In the opened state, the work management numbers on the 4th and 13th lines are displayed as xxx001. Here, when the fourth and thirteenth lines are corrected and stored as shown in FIG. 3, work management numbers xxx002 are assigned to these lines, and the state shown in FIG. 3 is obtained. As described above, since the work management number is assigned to each line of the SI related file, it is possible to recognize at a glance which work management number was used for editing each line.

次に、SI対象ファイル出力機能124について詳しく説明する。図4は、管理者がSI対象ファイルの抽出を行う際に表示される画面の例6である。所定の操作により作業管理番号選択プルダウン61が表示されるので、管理者は表示された作業管理番号から、SI対象ファイルを抽出する対象とする作業管理番号を選択する。複数の作業管理番号を選択することもできる。作業管理番号を選択するということは、その作業管理番号に対応する追加仕様およびバグ対策が反映されたSI関連ファイルに対応するSI対象ファイルを出力するという指示をしたということである。ここでは、作業管理番号xxx01,xxx02,xxx05が選択されたものとする。   Next, the SI target file output function 124 will be described in detail. FIG. 4 is an example 6 of a screen displayed when an administrator extracts an SI target file. Since the work management number selection pull-down 61 is displayed by a predetermined operation, the administrator selects a work management number to be extracted from the SI target file from the displayed work management numbers. A plurality of work management numbers can be selected. Selecting a work management number means that an instruction to output an SI target file corresponding to an SI-related file reflecting the additional specification and bug countermeasures corresponding to the work management number is given. Here, it is assumed that the work management numbers xxx01, xxx02, and xxx05 are selected.

図5は、図4のようにSI対象ファイルの抽出対象の作業管理番号が選択された場合の処理フローを示す。   FIG. 5 shows a processing flow when the work management number to be extracted from the SI target file is selected as shown in FIG.

複数の作業管理番号が選択された場合(L1)、選択された作業管理番号分のループ処理(L2)を行う。L2の処理のうち、1つの作業管理番号については、まずその作業管理番号が割り振られたファイル分のループ処理(L21)を行い、次の作業管理番号を検索する(L22)。すべての作業管理分のループ処理(L2)が終了したら、L3に進む。L21の処理では、まず、選択された作業管理番号で登録された当該ファイルが最新バージョンか否か判定する(L211)。最新バージョンでない場合には、メモリ上で当該ファイルにチェックフラグを立てて記憶する(L214)。最新バージョンの場合には、既にチェックフラグが立っているファイルかどうかを判別し(L212)、該当する場合はチェックフラグを外す処理を実行する(L213)。その後、対象作業管理番号が割り振られた次のファイルの処理へ移り(L215)、この処理を対象となる作業管理番号が割り振られたファイル分だけ繰り返す(L21)。最後のファイルまで処理を繰り返したら、さらにL1の処理を選択された作業管理番号分繰り返す(L2)。選択された作業管理番号分全ての処理が完了したら、最終的にチェックフラグが立っているファイルが存在するかを判別し(L3)、存在しなかったらSI対象ファイルを出力する(L4)。存在したら、チェックフラグが立っているファイルで、最新バージョンに近いファイルについて、そのバージョンや作業管理番号を表示し(L5)、作業者が当該ファイルを出力すると判断した場合(L6)には当該対象ファイルを出力し、出力しないと判断した場合(L6)には前記一連の作業を取り消して当該対象ファイルは出力しない(L7)。   When a plurality of work management numbers are selected (L1), loop processing (L2) for the selected work management numbers is performed. Among the processes of L2, for one work management number, first, loop processing (L21) is performed for the file to which the work management number is assigned, and the next work management number is searched (L22). When the loop processing (L2) for all work management is completed, the process proceeds to L3. In the process of L21, first, it is determined whether or not the file registered with the selected work management number is the latest version (L211). If it is not the latest version, a check flag is set and stored in the memory on the memory (L214). In the case of the latest version, it is determined whether or not the file has a check flag already set (L212), and if applicable, processing for removing the check flag is executed (L213). Thereafter, the process proceeds to the process of the next file to which the target work management number is allocated (L215), and this process is repeated for the files to which the target work management number is allocated (L21). When the process is repeated up to the last file, the process of L1 is further repeated for the selected work management number (L2). When all the processes corresponding to the selected work management number are completed, it is determined whether there is a file with a check flag finally set (L3), and if it does not exist, the SI target file is output (L4). If the file exists, the version and work management number of the file with the check flag that is close to the latest version is displayed (L5), and if the worker determines that the file is to be output (L6), the target When it is determined that the file is output and not output (L6), the series of operations are canceled and the target file is not output (L7).

SI対象ファイル出力機能124によるSI対象ファイルの出力処理について具体的に説明する。図6は、バージョン情報テーブル231の例7を示す。なお、ファイル名が同じであっても、異なるバージョンごとに1ファイルの実体が存在する。作業管理番号の欄は、当該ファイル名の当該バージョンのファイルに含まれる作業管理番号である。例えば、ファイル名ReleaseServlet2.javaのバージョン2のファイルに対応する作業管理番号としてxxx01,xxx05が記載されているが、これは当該ファイルが、作業管理番号xxx01とxxx05が反映された(すなわち、その作業管理番号に対応する追加仕様やバグ対策が施されているということ)ものであるということを意味している。上述した図5の処理は、要するに、図6のようなバージョン情報テーブルを参照して、抽出対象として指定された作業管理番号の少なくとも1つを含み指定されなかった全ての作業管理番号を含まないようなファイル名およびバージョンのファイルを抽出する処理である。そのようなファイル名およびバージョンのファイルが最新バージョンである場合は、L211,L212,L213,L3,L4の処理により、当該最新バージョンのファイルがSI対象として出力される。そのようなファイル名およびバージョンのファイルが複数あるときは、その中で最新のバージョンのものを、L5,L6でシステム管理者に選択させた上で、SI対象として出力する。なお、L5,L6のようにシステム管理者に選択させることなく、最新のバージョンのものを自動的に抽出するようにしてもよい。   The SI target file output processing by the SI target file output function 124 will be specifically described. FIG. 6 shows Example 7 of the version information table 231. Even if the file names are the same, there is one file entity for each different version. The column of work management number is a work management number included in the file of the version with the file name. For example, xxx01 and xxx05 are described as work management numbers corresponding to the version 2 file of the file name ReleaseServlet2.java, and this file reflects work management numbers xxx01 and xxx05 (that is, the work management number) It means that additional specifications corresponding to the management number and bug countermeasures have been taken). In short, the process of FIG. 5 described above does not include all the work management numbers that are not specified by including at least one of the work management numbers specified as the extraction target with reference to the version information table as shown in FIG. This is a process of extracting a file having a file name and version. When the file with such a file name and version is the latest version, the latest version file is output as an SI target by the processing of L211, L212, L213, L3, and L4. When there are a plurality of files having such file names and versions, the latest version is selected by the system administrator at L5 and L6 and output as an SI target. Note that the latest version may be automatically extracted without causing the system administrator to make a selection like L5 and L6.

SI関連ファイルのバージョン情報が図6の状態であり、図4のように、SI対象ファイル出力対象として作業管理番号xxx01、xxx02、xxx05を選択したとする。この場合、図5の処理フローにより、まず図6の項番1、2、4〜6、9、10のSI関連ファイルが抽出対象となる。これらの項番では、最新バージョンのファイルが、上記作業管理番号xxx01、xxx02、xxx05の少なくとも1つを含み、それ以外の作業管理番号を含まないからである。一方、項番3、7のSI関連ファイルに関しては、最新バージョンのファイルが抽出対象とはならないため(指定された作業管理番号以外の作業管理番号を含むからである)、システム管理者に抽出の判断をさせる。項番3では、バージョン3のファイルが最も最新バージョンに近い該当ファイルであるので、このファイルを抽出するか否かをシステム管理者に判断させる。項番7では、バージョン1のファイルが最も最新バージョンに近い該当ファイルであるので、このファイルを抽出するか否かをシステム管理者に判断させる。システム管理者が抽出を決定すると、結果として、上述の項番1、2、4〜6、9、10のSI関連ファイルと同様にして、前記項番3、7の該当するファイルが抽出対象となる。   It is assumed that the version information of the SI related file is in the state shown in FIG. 6 and the work management numbers xxx01, xxx02, and xxx05 are selected as SI target file output targets as shown in FIG. In this case, according to the processing flow of FIG. 5, first, SI related files of item numbers 1, 2, 4 to 6, 9, and 10 in FIG. In these item numbers, the latest version of the file includes at least one of the above-described work management numbers xxx01, xxx02, and xxx05, and does not include any other work management number. On the other hand, for the SI-related files of Nos. 3 and 7, the latest version of the file is not subject to extraction (because it includes work management numbers other than the specified work management number), so the system administrator can extract it. Make a decision. In item number 3, since the file of version 3 is the file closest to the latest version, the system administrator is made to determine whether or not to extract this file. In item No. 7, since the file of version 1 is the file closest to the latest version, the system administrator determines whether or not to extract this file. When the system administrator decides the extraction, as a result, the corresponding files of the item numbers 3 and 7 are extracted as the SI related files of the item numbers 1, 2, 4 to 6, 9, and 10 described above. Become.

抽出対象となった各SI関連ファイルについては、その拡張子を除いたファイル名を基に、図2のファイルパス情報テーブル224に登録済みのSI対象ファイル検索先パスを使用して、該当するSI対象ファイルを読み出し、SI対象ファイル群34に保存する。これにより、指定した作業管理番号に対応するSI対象ファイルが抽出されたことになる。   For each SI-related file to be extracted, the SI target file search destination path registered in the file path information table 224 of FIG. The target file is read and stored in the SI target file group 34. As a result, the SI target file corresponding to the designated work management number is extracted.

図7は、そのように抽出されたSI対象ファイルに関するSI対象ファイルチェックリスト8の例を示す。システム管理者は、所定の操作により、前記のように出力されたSI対象ファイルに該当する情報を記述したSI対象ファイルチェックリスト8を図7のように出力することが可能である。なお、図7のリスト中に、各SI対象ファイルのバージョン情報を含めてもよい。   FIG. 7 shows an example of the SI target file checklist 8 related to the SI target file extracted as described above. The system administrator can output the SI target file checklist 8 describing information corresponding to the SI target file output as described above as shown in FIG. 7 by a predetermined operation. Note that the version information of each SI target file may be included in the list of FIG.

図8は、図1から図7で説明した本実施形態のSI対象ファイルおよびSI関連ファイル管理システムのデータフロー概略を示す。図8を参照して、本実施形態のシステムによる具体的な動作例を説明する。   FIG. 8 shows an outline of the data flow of the SI target file and SI related file management system according to the present embodiment described with reference to FIGS. With reference to FIG. 8, a specific operation example by the system of this embodiment will be described.

予め、ファイルパス情報登録処理(P1)により、マスタファイル保存先パス、差分ファイル保存先パス、およびSI対象ファイル出力先パス等の情報を、ファイルパス情報テーブル224に登録しておく。開発担当者あるいはシステム管理者は、追加仕様あるいはバグ情報が発生したとき、追加仕様情報およびバグ情報管理機能11を用いて、それらの情報を追加仕様情報およびバグ情報記憶域21内の追加仕様情報およびバグ情報テーブル211に保存する(P2−1)。このとき、その追加仕様情報やバグ情報に対応する作業管理番号(例えば「xxx01」)を付け、当該作業管理番号を作業管理情報記憶域22の作業管理番号テーブル221にマスタ情報として登録する(P2−2)。作業管理番号の付け方は任意であるが、ファイルごとに最後に付けた作業管理番号を記憶しておき、その次の作業管理番号を自動的に付けるようにするとよい。   Information such as the master file storage destination path, the difference file storage destination path, and the SI target file output destination path is registered in the file path information table 224 in advance by the file path information registration process (P1). When an additional specification or bug information is generated, the developer or system administrator uses the additional specification information and bug information management function 11 to store the additional specification information and additional specification information in the bug information storage area 21. And stored in the bug information table 211 (P2-1). At this time, a work management number (for example, “xxx01”) corresponding to the additional specification information or bug information is attached, and the work management number is registered as master information in the work management number table 221 of the work management information storage area 22 (P2). -2). The work management number can be assigned in any way, but it is preferable to store the last work management number for each file and automatically assign the next work management number.

次に、開発担当者は、その作業管理番号に対応するSI関連ファイルの作成・編集を行う。例えば、その作業管理番号が追加仕様に対応するものであればその追加仕様のためのソース作成・修正を行うということであり、その作業管理番号がバグ情報に対応するものであればそのバグ対策のためのソース作成・修正を行うということである。そのために、まず新規にソースプログラムを追加するのであれば、そのソースプログラムのファイル名(SI関連ファイル名称)をSI関連ファイルテーブル222にマスタ情報として登録する(P3−1)。このとき、作業管理番号テーブル221に登録済みの作業管理番号一覧の中から、作業を行う対象として選択した作業管理番号(例えば「xxx01」)の情報を取得し、作成したSI関連ファイルの管理情報詳細を、ファイル管理情報テーブル223に登録する(P3−2、P3−3)。このファイル管理情報テーブル223により、作業管理番号とファイル名との対応が取れる。また、当該作業管理番号を基に、作成したSI関連ファイルのファイル名称を、追加仕様情報およびバグ情報テーブル211に、対策内容などの他の情報と共に登録する(P3−4)。さらに、バージョン情報テーブル231にバージョン情報を登録し(P3−5)、このときP1で登録済みのマスタファイル保存先パス、および差分ファイル保存先パスを参照する(P3−6)。なお、新規ソースプログラムの追加でなく、当該作業管理番号の作業のために既存のソースの修正を行う場合は、SI関連ファイルテーブル222から修正する対象のソースファイル(SI関連ファイル)を選択し(P3−1)、作業管理番号テーブル221から作業を行う対象の作業管理番号を選択し、それらをファイル管理情報テーブル223に登録して対応を取り(P3−2、P3−3)、バージョン情報テーブル231や追加仕様情報およびバグ情報テーブル211の更新も行っておく(P3−4、P3−5、P3−6)。   Next, the person in charge of development creates and edits an SI related file corresponding to the work management number. For example, if the work management number corresponds to the additional specification, it means that the source is created / modified for the additional specification, and if the work management number corresponds to the bug information, the bug countermeasure It is to create and modify the source for. Therefore, if a source program is newly added, the file name (SI related file name) of the source program is registered as master information in the SI related file table 222 (P3-1). At this time, information on the work management number (for example, “xxx01”) selected as the work target is acquired from the work management number list registered in the work management number table 221, and the management information of the created SI related file is acquired. Details are registered in the file management information table 223 (P3-2, P3-3). With this file management information table 223, the correspondence between the work management number and the file name can be taken. Further, based on the work management number, the file name of the created SI-related file is registered in the additional specification information and bug information table 211 together with other information such as countermeasure contents (P3-4). Further, the version information is registered in the version information table 231 (P3-5), and at this time, the master file storage destination path and the difference file storage destination path registered in P1 are referred to (P3-6). When modifying an existing source for the work of the work management number instead of adding a new source program, select a source file (SI-related file) to be modified from the SI-related file table 222 ( P3-1), select a work management number to be worked from the work management number table 221, register them in the file management information table 223 and take correspondence (P3-2, P3-3), version information table 231 and additional specification information and bug information table 211 are also updated (P3-4, P3-5, P3-6).

SI関連ファイルの新規作成の場合は、図3のような画面上で開発担当者がソースコードを入力すると、各行に、上記で選択されている作業管理番号が付けられる。既存のSI関連ファイルの修正の場合は、ここで作成したバージョン情報テーブル231の情報を基に、図3のような画面が表示される。具体的には、マスタファイルまたはマスタファイルと差分ファイルをマージしたものを各行の表示51のように表示し、作成または更新したときの作業管理番号(例えば「xxx01」)を各行について作業管理番号の表示52のように表示する。開発担当者がこの画面でソースコードの追加・変更・削除を行うと、その修正部分に、上記で選択されている作業管理番号が付けられる。新規作成あるいは修正したSI関連ファイルを保存するときには、P3で登録済みのバージョン情報を基に更新後の情報を新規にバージョン情報テーブル231に登録し、バージョン情報の履歴についてバージョン情報履歴テーブル232に登録する(P4)。ここで作成したバージョン情報履歴テーブル232の情報を基に、図6に例を示すバージョン情報一覧を作成する。SI対象ファイルチェックリスト出力処理時には、P1で登録済みのSI対象ファイル出力先パス情報とテーブル232から参照した作業管理番号およびファイル名称を基に、図7に例を示すSI対象ファイルチェックリスト4を出力する(P5)。   In the case of creating a new SI-related file, when the developer in charge inputs the source code on the screen as shown in FIG. 3, the work management number selected above is assigned to each line. When modifying an existing SI related file, a screen as shown in FIG. 3 is displayed based on the information in the version information table 231 created here. Specifically, the master file or the merged master file and difference file is displayed as shown in each line display 51, and the work management number (for example, “xxx01”) when created or updated is the work management number for each line. A display 52 is displayed. When the developer in charge adds, changes, or deletes the source code on this screen, the work management number selected above is attached to the corrected portion. When saving a newly created or modified SI-related file, the updated information is newly registered in the version information table 231 based on the version information registered in P3, and the version information history is registered in the version information history table 232 (P4). Based on the information in the version information history table 232 created here, a version information list shown in FIG. 6 is created. During the SI target file checklist output process, the SI target file checklist 4 shown in FIG. 7 is displayed based on the SI target file output destination path information registered in P1 and the work management number and file name referenced from the table 232. Output (P5).

本発明の実施の一形態であるSI対象ファイルおよびSI関連ファイル管理システムの構成を示すブロック図である。It is a block diagram which shows the structure of the SI object file and SI related file management system which are one Embodiment of this invention. 各データベースが保持するテーブルとその関連、さらにテーブルに関連した物理ディレクトリを説明するための説明図である。It is explanatory drawing for demonstrating the table | surface which each database hold | maintains, its relation, and the physical directory relevant to the table. SI関連ファイルの表示・編集機能を説明するための説明図である。It is explanatory drawing for demonstrating the display and edit function of SI related file. SI関連ファイルの抽出方法について説明するための説明図である。It is explanatory drawing for demonstrating the extraction method of SI related file. SI関連ファイルの抽出処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the extraction process of SI related file. SI関連ファイルのバージョン管理情報の一例である。It is an example of version management information of an SI related file. SI対象ファイルチェックリストの一例である。It is an example of an SI object file check list. 本発明の実施の一形態であるSI対象ファイルおよびSI関連ファイル管理システムのデータフロー概略を説明するための説明図である。It is explanatory drawing for demonstrating the data flow outline | summary of the SI object file and SI related file management system which are one Embodiment of this invention.

符号の説明Explanation of symbols

1…情報処理・管理部、11…追加仕様情報およびバグ情報管理機能、111…データ表示・編集機能、112…データ登録機能、12…SI対象ファイルおよびSI関連ファイル情報管理機能、121…データ表示・編集機能、122…ファイルバージョン情報管理機能、123…データ登録機能、124…SI対象ファイル出力機能、125…SI対象ファイルチェックリスト出力機能、2…データベース、21…追加仕様情報およびバグ管理情報記憶域、211…追加仕様情報およびバグ情報テーブル、22…作業管理情報記憶域、221…作業管理番号テーブル、222…SI関連ファイルテーブル、223…ファイル管理情報詳細テーブル、224…ファイルパス情報テーブル、23…ファイルバージョン記憶域、231…バージョン情報テーブル、232…バージョン情報履歴テーブル、3…物理ディレクトリ、31…ソースマスタ群、32…差分ソース群、33…担当者別一時ファイル群、34…SI対象ファイル群、4…SI対象ファイルチェックリスト、5…SI関連ファイル表示・編集用エディタ、51…SI関連ファイル表示・編集部、52…作業管理番号表示部、6…SI対象ファイル抽出用作業管理番号選択画面、61…SI対象ファイル抽出用作業管理番号選択プルダウン、7…SI関連ファイルバージョン情報一覧(例)、8…SI対象ファイルチェックリスト(例)。   DESCRIPTION OF SYMBOLS 1 ... Information processing / management part, 11 ... Additional specification information and bug information management function, 111 ... Data display / edit function, 112 ... Data registration function, 12 ... SI object file and SI related file information management function, 121 ... Data display Editing function, 122 ... File version information management function, 123 ... Data registration function, 124 ... SI target file output function, 125 ... SI target file checklist output function, 2 ... Database, 21 ... Additional specification information and bug management information storage 211, additional specification information and bug information table, 22 ... work management information storage area, 221 ... work management number table, 222 ... SI related file table, 223 ... file management information detail table, 224 ... file path information table, 23 ... file version storage, 231 ... barge Information table, 232 ... version information history table, 3 ... physical directory, 31 ... source master group, 32 ... differential source group, 33 ... temporary file group by person in charge, 34 ... SI target file group, 4 ... SI target file check List, 5 ... SI related file display / edit editor, 51 ... SI related file display / edit section, 52 ... Work management number display section, 6 ... SI management file extraction work management number selection screen, 61 ... SI target file extraction Work management number selection pull-down, 7 ... SI related file version information list (example), 8 ... SI target file check list (example).

Claims (3)

SI(システムインテグレーション)対象となる実行ファイルや環境設定ファイルなどであるSI対象ファイルと該SI対象ファイルに関連するソースファイルやテキストファイルなどであるSI関連ファイルを管理するSI対象ファイルおよびSI関連ファイル管理システムであって、
追加仕様情報およびバグ情報を登録する手段と、
登録した追加仕様情報およびバグ情報ごとに作業管理番号を登録する手段と、
前記作業管理番号が選択されてSI関連ファイルの追加・変更・削除が行われ、その作業完了後にそのSI関連ファイルの保存の指示があったとき、前記追加・変更・削除が行われた各行へ前記選択した作業管理番号を追加書き込みする手段と、
前記作業管理番号が選択されてSI関連ファイルの追加・変更・削除が行われ、その作業完了後にそのSI関連ファイルの保存の指示があったときは、前記選択された作業管理番号、保存するSI関連ファイルのファイル名、および更新されたバージョンを対応させてファイルバージョン情報として記憶する手段と、
前記SI関連ファイルの内容を前記各行に付された作業管理番号と共に表示する手段と
抽出対象とする作業管理番号の選択を受け付ける手段と、
抽出対象として選択された作業管理番号のうちの少なくとも1つを含み、かつ選択されなかった作業管理番号を含まないようなSI関連ファイルの最新バージョンのものを抽出する手段と
を備えたことを特徴とするSI対象ファイルおよびSI関連ファイル管理システム。
SI target file and SI related file management for managing SI target files such as executable files and environment setting files that are SI (system integration) targets, and SI related files such as source files and text files related to the SI target files A system,
Means for registering additional specification information and bug information;
Means for registering work management numbers for each additional specification information and bug information registered;
When the work management number is selected, an SI related file is added / changed / deleted, and when there is an instruction to save the SI related file after the work is completed, to each line where the addition / change / delete is performed Means for additionally writing the selected work management number;
When the work management number is selected and an SI related file is added / changed / deleted, and when there is an instruction to save the SI related file after the work is completed, the selected work management number, the SI to be saved Means for storing the file name of the related file and the file version information in association with the updated version;
Means for displaying the contents of the SI related file together with the work management number assigned to each line ;
Means for accepting selection of a work management number to be extracted;
Means for extracting the latest version of the SI-related file that includes at least one of the work management numbers selected as the extraction target and does not include the unselected work management number. SI target file and SI related file management system.
請求項に記載のSI対象ファイルおよびSI関連ファイル管理システムにおいて、さらに、
抽出対象として選択された作業管理番号のうちの少なくとも1つを含み、かつ選択されなかった作業管理番号を含まないようなSI関連ファイルが最新バージョンでなかった場合は、そのようなSI関連ファイルの中で最も最新バージョンに近いファイルの情報を表示し、システム管理者による該表示したファイルからの選択を受け付け、選択された当該ファイルを抽出する手段を備えたことを特徴とするSI対象ファイルおよびSI関連ファイル管理システム。
The SI object file and SI related file management system according to claim 1 , further comprising:
If the SI related file that includes at least one of the work management numbers selected as the extraction target and does not include the unselected work management number is not the latest version, Among the SI target file and the SI, there is provided means for displaying information on a file closest to the latest version, receiving a selection from the displayed file by a system administrator, and extracting the selected file. Associated file management system.
請求項またはに記載のSI対象ファイルおよびSI関連ファイル管理システムにおいて、さらに、
前記抽出されたSI関連ファイルに対応するSI対象ファイルについて、そのSI対象ファイル名、ファイル保存先パス、および、そのSI対象ファイルに対応するSI関連ファイルの追加・変更・削除を行ったときに登録した作業管理番号を漏れなく記述したSI対象ファイルチェックリストを出力する手段を備えたことを特徴とするSI対象ファイルおよびSI関連ファイル管理システム。
In the SI object file and SI related file management system according to claim 1 or 2 ,
Registered when the SI target file corresponding to the extracted SI related file is added / changed / deleted for the SI target file name, the file storage destination path, and the SI related file corresponding to the SI target file An SI object file and SI related file management system comprising means for outputting an SI object file check list in which the work management numbers described are written without omission.
JP2004285079A 2004-09-29 2004-09-29 SI target file and SI related file management system Expired - Fee Related JP4484148B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004285079A JP4484148B2 (en) 2004-09-29 2004-09-29 SI target file and SI related file management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004285079A JP4484148B2 (en) 2004-09-29 2004-09-29 SI target file and SI related file management system

Publications (3)

Publication Number Publication Date
JP2006099452A JP2006099452A (en) 2006-04-13
JP2006099452A5 JP2006099452A5 (en) 2007-02-01
JP4484148B2 true JP4484148B2 (en) 2010-06-16

Family

ID=36239194

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004285079A Expired - Fee Related JP4484148B2 (en) 2004-09-29 2004-09-29 SI target file and SI related file management system

Country Status (1)

Country Link
JP (1) JP4484148B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323205A (en) * 2006-05-30 2007-12-13 Hitachi Software Eng Co Ltd Program management system
JP2010165082A (en) * 2009-01-14 2010-07-29 Nomura Research Institute Ltd Development management information collection system
JP5372997B2 (en) * 2011-06-23 2013-12-18 三菱電機インフォメーションシステムズ株式会社 Quality analysis server and program
JP6960216B2 (en) * 2016-10-12 2021-11-05 株式会社日立製作所 Computer system and program release management method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03224033A (en) * 1990-01-30 1991-10-03 Toshiba Corp Program changing device
JPH05197540A (en) * 1991-03-18 1993-08-06 Nec Ic Microcomput Syst Ltd File control system
JPH06161736A (en) * 1992-04-23 1994-06-10 Nec Corp Program alteration history control system
JPH07160491A (en) * 1993-12-06 1995-06-23 Nec Corp Program correction automatic incorporation system
JP2000112743A (en) * 1998-09-30 2000-04-21 Hitachi Software Eng Co Ltd Program correcting information managing method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03224033A (en) * 1990-01-30 1991-10-03 Toshiba Corp Program changing device
JPH05197540A (en) * 1991-03-18 1993-08-06 Nec Ic Microcomput Syst Ltd File control system
JPH06161736A (en) * 1992-04-23 1994-06-10 Nec Corp Program alteration history control system
JPH07160491A (en) * 1993-12-06 1995-06-23 Nec Corp Program correction automatic incorporation system
JP2000112743A (en) * 1998-09-30 2000-04-21 Hitachi Software Eng Co Ltd Program correcting information managing method

Also Published As

Publication number Publication date
JP2006099452A (en) 2006-04-13

Similar Documents

Publication Publication Date Title
US5926638A (en) Program debugging system for debugging a program having graphical user interface
US20180129676A1 (en) Managing rename of tables and table fields
JP3444948B2 (en) Document editing apparatus and document editing method
JP4484148B2 (en) SI target file and SI related file management system
US9189255B2 (en) System and methods for generating runtime messages
JP5029118B2 (en) Software development support system, development support method, and development support program
JP2005100078A (en) Software asset management system
US20030220939A1 (en) Information processing system, information processing method, and information processing program
JP4977681B2 (en) Data pattern / test data generation / storage method and system
US20060168556A1 (en) Engineering system for distributed development and development by a number of users
JP2538630B2 (en) Automatic test item selection system
JP2007226685A (en) Application maintenance support device, application generation device, application maintenance support method and computer program
JP2004252719A (en) Data management device, method and program
JP4903391B2 (en) Database replication method and apparatus and control program therefor
JP6287093B2 (en) Software development support apparatus, software development support method and program
JP2010176594A (en) Source code version management program and source code version managing method
JP2000112800A (en) File history management system
JPH1153391A (en) Database access method
CN117453189B (en) Method, system, equipment and medium for layered development of application
JP5316273B2 (en) Program automatic generation apparatus and program automatic generation method
JP4413810B2 (en) Product configuration management program, product configuration management method, and product configuration management apparatus
JP2005316778A (en) Plant monitoring controller
JP2008033815A (en) Project management device, method and program
JP3771753B2 (en) Integrated resource management method
JP2003345592A (en) Software product managing system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061212

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090724

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091228

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100223

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100318

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100318

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130402

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160402

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees