JP2000163254A - Software development managing device, software development managing method, and recording medium - Google Patents

Software development managing device, software development managing method, and recording medium

Info

Publication number
JP2000163254A
JP2000163254A JP10349323A JP34932398A JP2000163254A JP 2000163254 A JP2000163254 A JP 2000163254A JP 10349323 A JP10349323 A JP 10349323A JP 34932398 A JP34932398 A JP 34932398A JP 2000163254 A JP2000163254 A JP 2000163254A
Authority
JP
Japan
Prior art keywords
source file
software
software development
name
stored
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.)
Pending
Application number
JP10349323A
Other languages
Japanese (ja)
Inventor
Tamotsu Sato
保 佐藤
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP10349323A priority Critical patent/JP2000163254A/en
Publication of JP2000163254A publication Critical patent/JP2000163254A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily manage software from its development to test for every source file unit and also to easily manage even software, that is distributed to plural computers and is developed, in the source file unit. SOLUTION: When a source file management program, a language processing program and a test supporting program are carried out, the execution results notifying functions 100 to 102 of each program notify a management server 110 of the execution results. In the server 110, an execution results receiving function 111 is started, and the notified are received and are stored in a database 113 by a storage function 112. When an inquiry comes to the server 110, a retrieval function 114 is started and extracts data such as the execution results of a specific source file from the database 113.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェア開発
管理装置およびソフトウェア開発管理方法、並びに記録
媒体に関し、特に、ソフトウェア開発において使用され
るCASEツールに含まれるプログラムの実行結果を収
集、管理するソフトウェア開発管理装置およびソフトウ
ェア開発管理方法、並びに記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software development management device, a software development management method, and a recording medium, and more particularly to a software development that collects and manages execution results of a program included in a CASE tool used in software development. The present invention relates to a management device, a software development management method, and a recording medium.

【0002】[0002]

【従来の技術】従来のソフトウェア開発において使用さ
れるCASE(computer aided sof
tware engineering)ツールは、図1
2に示す通り、ソースファイル1、ソースファイル管理
プログラム2、言語処理プログラム3、オブジェクトフ
ァイル4、及び試験支援プログラム5から構成されてい
る。
2. Description of the Related Art CASE (computer aided software) used in conventional software development.
The tare engineering tool is shown in FIG.
As shown in FIG. 2, it is composed of a source file 1, a source file management program 2, a language processing program 3, an object file 4, and a test support program 5.

【0003】このような構成のCASEツールは、次の
ように使用される。即ち、作成したソースファイル1
を、ソースファイル管理プログラム2を用いて、コンピ
ュータ上のファイルに登録し、ソースファイル毎に版数
管理を行う。さらに、ソースファイル管理プログラム2
によって登録されたソースファイル1を取り出し、ソー
スファイル1に書かれたコンピュータ言語に合った言語
処理プログラム3を用いて、オブジェクトファイル4を
作成する。
The CASE tool having such a configuration is used as follows. That is, the created source file 1
Is registered in a file on the computer using the source file management program 2, and version number management is performed for each source file. Furthermore, the source file management program 2
The source file 1 registered as described above is taken out, and an object file 4 is created by using a language processing program 3 adapted to the computer language written in the source file 1.

【0004】作成したオブジェクトファイル4は、対象
となるコンピュータ上にロードされ、試験支援プログラ
ム5で試験が行われる。
[0004] The created object file 4 is loaded on a target computer, and a test is performed by a test support program 5.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来の
技術では、次のような問題点があった。第1の問題点
は、ソフトウェアの開発進度の計測を、人手で行わなけ
ればならないということである。その理由は、ソースフ
ァイル管理プログラム2で管理されているソースファイ
ル1の何れかが、言語処理プログラム3を正常に通過で
きたか否かは、人手で実行結果から確認する以外に手段
が無いためである。
However, the prior art has the following problems. The first problem is that software development progress must be measured manually. The reason is that there is no means other than manually confirming from the execution result whether or not any of the source files 1 managed by the source file management program 2 has passed the language processing program 3 normally. is there.

【0006】第2の問題点は、従来のソースファイル管
理プログラム2では、複数のコンピュータに分散してソ
フトウェア開発が行われる場合において、ソースファイ
ル1を管理する環境を把握するためには、人手に頼るし
かないということである。その理由は、各ソースファイ
ル管理プログラム2は、他のコンピュータ上のソースフ
ァイル管理プログラム2とは独立して動くため、ソース
ファイル管理の実行環境が変化した場合や増減がある場
合の把握は、人手により調べなければならないためであ
る。
A second problem is that the conventional source file management program 2 requires a manual operation to grasp the environment for managing the source file 1 when software development is performed on a plurality of computers. It means you have to rely on it. The reason is that since each source file management program 2 operates independently of the source file management program 2 on another computer, it is necessary to know manually whether the execution environment of the source file management has changed or has changed. Because it must be checked by

【0007】本発明はこのような状況に鑑みてなされた
ものであり、ソフトウェアの開発から試験までの管理を
ソースファイル単位で容易に行うことができるようにす
るとともに、複数のコンピュータに分散して開発されて
いるソフトウェアについても、ソースファイル単位で容
易に管理することができるようにするものである。
[0007] The present invention has been made in view of such a situation, and enables management from software development to testing to be easily performed for each source file, and is distributed to a plurality of computers. The developed software can be easily managed in source file units.

【0008】[0008]

【課題を解決するための手段】請求項1に記載のソフト
ウェア開発管理装置は、1又は複数のコンピュータ上で
行われるソフトウェア開発の進捗状況を管理するソフト
ウェア開発管理装置であって、各コンピュータから送信
されてきた、少なくとも、ソフトウェアを構成するソー
スファイルが格納されているコンピュータを特定する情
報からなる第1の項目と、ソースファイルの名称からな
る第2の項目と、ソースファイルに対して所定の処理を
実行したときの実行結果からなる第3の項目とを受信す
る受信手段と、受信手段によって受信された各項目の内
容を、ソースファイル毎に記憶する記憶手段と、記憶手
段に記憶されているソースファイル名に基づいて、ソー
スファイル名に対応する各項目の内容を検索する検索手
段とを備えることを特徴とする。また、ソースファイル
に対して実行する処理は、ソースファイルをオブジェク
トファイルに変換するための処理であるようにすること
ができる。また、ソースファイルに対して実行する処理
は、ソースファイルに対して言語処理プログラムを実行
することによって得られたオブジェクトファイルを実行
させ、実行結果を得る処理であるようにすることができ
る。また、ソフトウェアは、複数のソースファイルから
構成され、ソフトウェアを識別するためのソフトウェア
名と、ソフトウェアを構成するソースファイル名とが対
応づけられた構成データを記憶する構成データ記憶手段
と、構成データ記憶手段に記憶されたソフトウェア名に
基づいて、ソフトウェアを構成するソースファイル名を
検索し、取り出す取り出し手段とをさらに設けるように
することができる。請求項5に記載のソフトウェア開発
管理方法は、1又は複数のコンピュータ上で行われるソ
フトウェア開発の進捗状況を管理するソフトウェア開発
管理方法であって、各コンピュータから送信されてき
た、少なくとも、ソフトウェアを構成するソースファイ
ルが格納されているコンピュータを特定する情報からな
る第1の項目と、ソースファイルの名称からなる第2の
項目と、ソースファイルに対して所定の処理を実行した
ときの実行結果からなる第3の項目とを受信し、受信さ
れた各項目の内容を、ソースファイル毎に記憶し、記憶
されているソースファイル名に基づいて、ソースファイ
ル名に対応する各項目の内容を検索することを特徴とす
る。請求項6に記載の記録媒体は、請求項5に記載のソ
フトウェア開発管理方法を実行可能なプログラムが記録
されていることを特徴とする。本発明に係るソフトウェ
ア開発管理装置およびソフトウェア開発管理方法、並び
に記録媒体においては、少なくとも、ソフトウェアを構
成するソースファイルが格納されている場所を示す情報
からなる第1の項目と、ソースファイルの名称からなる
第2の項目と、ソースファイルに対して所定の処理を実
行したときの実行結果からなる第3の項目とを、ソース
ファイル毎に記憶し、記憶されているソースファイル名
に基づいて、ソースファイル名に対応する各項目の内容
を検索する。
According to a first aspect of the present invention, there is provided a software development management apparatus for managing the progress of software development performed on one or a plurality of computers. A first item consisting of at least information specifying a computer storing a source file constituting the software, a second item consisting of the name of the source file, and a predetermined process for the source file. Receiving means for receiving a third item consisting of the execution result of the execution of the program, storing means for storing the content of each item received by the receiving means for each source file, and storing in the storage means Search means for searching the contents of each item corresponding to the source file name based on the source file name And it features. Further, the processing to be executed on the source file may be processing for converting the source file into an object file. Further, the processing to be executed on the source file may be a processing to execute an object file obtained by executing the language processing program on the source file and obtain an execution result. The software is configured from a plurality of source files, and stores configuration data storing configuration data in which a software name for identifying the software is associated with a source file name configuring the software. A retrieval means for retrieving and retrieving a source file name constituting software based on the software name stored in the means may be further provided. A software development management method according to claim 5, wherein the software development management method manages the progress of software development performed on one or a plurality of computers. The first item includes information for identifying a computer in which a source file to be stored is stored, the second item includes a name of the source file, and an execution result when a predetermined process is performed on the source file. Receiving the third item, storing the content of each item received for each source file, and searching for the content of each item corresponding to the source file name based on the stored source file name It is characterized by. A recording medium according to a sixth aspect is characterized by recording a program capable of executing the software development management method according to the fifth aspect. In the software development management apparatus, the software development management method, and the recording medium according to the present invention, at least a first item including information indicating a location where a source file constituting software is stored, and a name of the source file. Is stored for each source file, and a third item is stored for each source file. Based on the stored source file name, Search the contents of each item corresponding to the file name.

【0009】[0009]

【発明の実施の形態】図1は、本発明のソフトウェア開
発管理装置の一実施の形態の構成例を示すブロック図で
ある。同図に示すように、本実施の形態は、実行結果通
知機能100を実装したソースファイル管理プログラ
ム、実行結果通知機能101を実装した言語処理プログ
ラム、実行結果通知機能102を実装した試験支援プロ
グラム、および管理サーバ110により構成されてい
る。
FIG. 1 is a block diagram showing a configuration example of an embodiment of a software development management apparatus according to the present invention. As shown in FIG. 1, in the present embodiment, a source file management program having an execution result notification function 100, a language processing program having an execution result notification function 101, a test support program having an execution result notification function 102, And a management server 110.

【0010】これらの機能の概略は次の通りである。即
ち、実行結果通知機能100は、実行されたプログラム
に渡されたパラメータと実行結果(正常結果、エラー結
果)をひとまとめにしたデータを管理サーバ110に送
る機能を持っている。実行結果通知機能101は、実行
された言語処理プログラムの実行結果(正常結果、エラ
ー結果)を管理サーバ110に送る機能を持っている。
実行結果通知機能102は、実行された試験支援プログ
ラムの実行結果(正常結果、エラー結果)を管理サーバ
110に送る機能を持っている。
The outline of these functions is as follows. That is, the execution result notifying function 100 has a function of transmitting data obtained by combining parameters passed to the executed program and execution results (normal results and error results) to the management server 110. The execution result notification function 101 has a function of sending the execution result (normal result, error result) of the executed language processing program to the management server 110.
The execution result notifying function 102 has a function of sending an execution result (normal result, error result) of the executed test support program to the management server 110.

【0011】管理サーバ110は、実行結果通知機能1
00,101,102からそれぞれ送られてきた実行結
果の収集、保管、検索を行うためのサーバコンピュータ
である。そして、管理サーバ110は、実行結果受け取
り機能111、蓄積機能112、データベース113、
及び検索機能114で構成されている。これらの機能の
概略はつぎの通りである。
The management server 110 has an execution result notifying function 1
It is a server computer for collecting, storing, and retrieving execution results sent from 00, 101, and 102, respectively. Then, the management server 110 includes an execution result receiving function 111, a storage function 112, a database 113,
And a search function 114. The outline of these functions is as follows.

【0012】実行結果受け取り機能111は、実行結果
通知機能100,101,102からのデータを受け取
り、ソースファイルの単位に分類を行うようになされて
いる。蓄積機能112は、実行結果結果受け取り機能1
11で収集したデータを、データベース113に蓄積し
たり、更新を行うようになされている。検索機能114
は、ソースファイル単位に実行結果の検索を行うように
なされている。
The execution result receiving function 111 receives data from the execution result notifying functions 100, 101, and 102 and classifies the data into source file units. The accumulation function 112 is an execution result result receiving function 1
The data collected in step 11 is stored in the database 113 or updated. Search function 114
Is designed to search for execution results for each source file.

【0013】次に、図1に示した実施の形態の動作につ
いて、図2乃至図4のフローチャート、及び図5に示し
た登録データ形式を参照して説明する。
Next, the operation of the embodiment shown in FIG. 1 will be described with reference to the flowcharts of FIGS. 2 to 4 and the registered data format shown in FIG.

【0014】まず、ソースファイル管理プログラムが実
行され、ソースファイル1が登録されると、ソースファ
イル管理プログラムに実装された実行結果通知機能10
0に結果が渡され(図2のステップA1)、実行結果通
知機能100から管理サーバ110に結果が渡される
(ステップA2)。さらに、管理サーバ110では、実
行結果受け取り機能111が起動され、実行結果通知機
能100より通知された結果の受け取りが行われる(ス
テップA3)。管理サーバ110により受け取られた結
果は、蓄積機能112によって、図5に示す登録データ
としてデータベース113に蓄積される(ステップA
4)。なお、図5において、マシンとはコンピュータの
ことである。
First, when the source file management program is executed and the source file 1 is registered, the execution result notification function 10 implemented in the source file management program is executed.
0 (step A1 in FIG. 2), and the execution result notification function 100 passes the result to the management server 110 (step A2). Further, in the management server 110, the execution result receiving function 111 is activated, and the result notified by the execution result notifying function 100 is received (step A3). The result received by the management server 110 is stored in the database 113 as registration data shown in FIG.
4). In FIG. 5, the machine is a computer.

【0015】次に、ソースファイル1に対して、言語処
理プログラムが実行され、その結果得られたオブジェク
トファイルとその実行結果(正常結果又はエラー結果)
を、言語処理プログラムに実装されている実行結果通知
機能101に渡す(ステップA5)。そして、実行結果
通知機能101から管理サーバ110に結果が渡される
(ステップA6)。
Next, a language processing program is executed on the source file 1, and the resulting object file and its execution result (normal result or error result)
Is passed to the execution result notifying function 101 implemented in the language processing program (step A5). Then, the result is passed from the execution result notifying function 101 to the management server 110 (step A6).

【0016】さらに、管理サーバ110では、実行結果
受け取り機能111が起動され、結果の受け取りが行わ
れる(ステップA7)と同時に、検索機能114でデー
タベース113からソースファイル名の検索が行われる
(ステップA8)。そして、検索されたソースファイル
に関するデータ(図5)に、言語処理プログラムの実行
結果が格納される(ステップA9)。
Further, in the management server 110, the execution result receiving function 111 is activated and the result is received (step A7), and at the same time, the search function 114 searches the database 113 for the source file name (step A8). ). Then, the execution result of the language processing program is stored in the data on the searched source file (FIG. 5) (step A9).

【0017】同様にして、試験支援プログラムの結果
は、実行結果通知機能102によって管理サーバ110
に送られ、対応するソースファイルのデータ(図5)が
更新される。即ち、試験を行ったコンピュータ名とその
結果が格納される。
Similarly, the result of the test support program is sent to the management server 110 by the execution result notifying function 102.
To update the corresponding source file data (FIG. 5). That is, the name of the computer that performed the test and the result are stored.

【0018】また、管理サーバ110上の検索機能11
4は、管理サーバ110への問い合わせがあった場合に
起動され(ステップA10)、データベース113から
特定のソースファイルに関する結果データ(実行ホスト
名、ソースファイル名(格納場所)、ソースファイル管
理での結果、言語処理での結果、試験の結果)を取り出
す(ステップA11)。
A search function 11 on the management server 110
4 is started when an inquiry is made to the management server 110 (step A10), and the result data (execution host name, source file name (storage location), and result of source file management) related to a specific source file from the database 113 , Language processing results and test results) (step A11).

【0019】次に、図6乃至図8を参照して、図1に示
した実施の形態の動作の具体例について説明する。図6
は、ソースファイル管理プログラムの実行結果を管理サ
ーバ110へ登録する例であり、図7は、言語処理プロ
グラムの実行結果を管理サーバ110に登録する例であ
り、図8は、管理サーバ110の登録データの具体的な
例を示している。
Next, a specific example of the operation of the embodiment shown in FIG. 1 will be described with reference to FIGS. FIG.
FIG. 7 shows an example of registering the execution result of the source file management program in the management server 110, FIG. 7 shows an example of registering the execution result of the language processing program in the management server 110, and FIG. A specific example of data is shown.

【0020】まず、図6に示すように、ソースファイル
管理プログラム中の実行結果通知機能100から管理サ
ーバ110に対して、「ソース管理マシン名」、「ソー
スファイル名」、「版数」、および「結果」からなる実
行結果が通知される。通知された実行結果は、管理サー
バ110の実行結果受け取り機能111によって受け取
られ、蓄積機能112により、データベース113にソ
ースファイル名単位で格納される。
First, as shown in FIG. 6, the execution result notifying function 100 in the source file management program sends a “source management machine name”, “source file name”, “version number”, An execution result consisting of “Result” is notified. The notified execution result is received by the execution result receiving function 111 of the management server 110, and is stored in the database 113 by the storage function 112 for each source file name.

【0021】次に、図7に示すように、言語処理プログ
ラム中の実行結果通知機能101から管理サーバ110
に対して、「言語処理マシン名」、入力した「ソースフ
ァイル名」、及び「結果」からなる実行結果が通知され
る。通知された実行結果は、実行結果受け取り機能11
1により受け取られ、検索機能114によりデータベー
ス113から対応するソースファイル名のデータが検索
される。蓄積機能112は、検索されたデータを通知さ
れた実行結果で更新することにより、データベース11
3の内容を更新する。
Next, as shown in FIG. 7, the execution result notifying function 101 in the language processing program is used to execute the management server 110
Is notified of an execution result including the “language processing machine name”, the input “source file name”, and the “result”. The notified execution result is sent to the execution result receiving function 11.
1 and the search function 114 searches the database 113 for the data of the corresponding source file name. The storage function 112 updates the searched data with the notified execution result, thereby storing the database 11.
Update the contents of 3.

【0022】また、試験支援プログラム中の実行結果通
知機能102による管理サーバ110に対する通知に関
しても、図7を参照して上述した場合と同等の処理が実
行される。これらの操作の結果、データベース113に
は、図8に示すように、ソースファイル名単位の情報
(ソース管理マシン名、ソースファイル名、版数、結
果、言語処理マシン+結果、試験マシン+結果)が蓄積
される。
Also, regarding the notification to the management server 110 by the execution result notifying function 102 in the test support program, the same processing as that described above with reference to FIG. 7 is executed. As a result of these operations, as shown in FIG. 8, information in the source file name unit (source management machine name, source file name, version number, result, language processing machine + result, test machine + result) is stored in the database 113 as shown in FIG. Is accumulated.

【0023】上記実施の形態を用いることにより、次の
ような効果を得ることができる。第1の効果は、ソース
ファイル単位に開発から試験までの進度を数値で計測で
きることである。その理由は、管理サーバ110に蓄積
されたソースファイル1の更新状況、言語処理でのエラ
ー発生回数、エラー分類を、管理サーバ110の検索機
能を用いてソースファイル単位で検索することができ、
ソフトウェア開発の出来具合、即ち、開発の進捗状況
を、ソースファイル毎に知ることができるからである。
The following effects can be obtained by using the above embodiment. The first effect is that the progress from development to testing can be measured numerically for each source file. The reason is that the update status of the source file 1 stored in the management server 110, the number of errors occurring in language processing, and the error classification can be searched for in source file units using the search function of the management server 110.
This is because the degree of software development, that is, the progress of development can be known for each source file.

【0024】第2の効果は、分散して管理しているソー
スファイル1についても、格納場所の検索を、人手によ
らず、プログラムで容易に行うことができることであ
る。その理由は、各プログラムからは、実行環境(どの
コンピュータのどのファイルで実行したか)に関する情
報も管理サーバ110に送られ、データベース113に
蓄積されるため、ソフトウェア開発が分散されたコンピ
ュータ上で行われていても、管理サーバ110の検索機
能を用いることにより、ソースファイル単位にそれを管
理しているコンピュータと実行環境を見つけることがで
きるからである。
The second effect is that the storage location of the source files 1 managed in a distributed manner can be easily searched by a program without manual operation. The reason is that information on the execution environment (which file was executed on which computer) is also sent from the respective programs to the management server 110 and stored in the database 113. This is because even if the search function of the management server 110 is used, it is possible to find the computer managing the source file and the execution environment for each source file.

【0025】次に、本発明の他の実施の形態について、
図9を参照して説明する。図9に示すように、本実施の
形態は、実行結果通知機能200を実装したソースファ
イル管理プログラムと、管理サーバ210により構成さ
れている。管理サーバ210は、実行結果受け取り機能
211、蓄積機能212、データベース213、検索機
能214、構成登録機能215、構成取り出し機能21
6、及び構成データ217により構成されている。
Next, another embodiment of the present invention will be described.
This will be described with reference to FIG. As shown in FIG. 9, the present embodiment includes a source file management program in which an execution result notification function 200 is mounted, and a management server 210. The management server 210 includes an execution result receiving function 211, a storage function 212, a database 213, a search function 214, a configuration registration function 215, and a configuration retrieval function 21.
6 and configuration data 217.

【0026】これらの機能のうち、実行結果通知機能2
00、実行結果受け取り機能211、蓄積機能212、
データベース213、及び検索機能214は、図1に示
した実施の形態の場合と同一の機能を持っている。本実
施の形態では、図1に示した実施の形態の構成に、さら
に、構成登録機能215、構成取り出し機能216、及
び構成データ217を新たに加えるようにしている。
Among these functions, the execution result notifying function 2
00, execution result receiving function 211, accumulation function 212,
The database 213 and the search function 214 have the same functions as those in the embodiment shown in FIG. In the present embodiment, a configuration registration function 215, a configuration retrieval function 216, and configuration data 217 are newly added to the configuration of the embodiment shown in FIG.

【0027】次に、これら、新たに加えた機能について
説明する。構成登録機能215は、ソフトウェア製品の
構成を登録するようになされている。構成取り出し機能
216は、構成データ217から特定のソースファイル
を取り出す機能を持っている。
Next, these newly added functions will be described. The configuration registration function 215 registers the configuration of the software product. The configuration extraction function 216 has a function of extracting a specific source file from the configuration data 217.

【0028】次に、本実施の形態の動作について説明す
る。構成登録機能215は、所定のソフトウェア製品毎
にソフトウェア製品を構成しているコンポーネント(ソ
フトウェア製品名、製品を構成している構成品名、構成
品を構成するソースファイル名)を、外部入力によって
入力し、図10に示すようなデータ、即ち、ソフトウェ
ア製品名と構成品リストへのポインタとからなるソフト
ウェア製品名リスト、構成品名とソースリストへのポイ
ンタとからなる構成品リスト、ソースファイル名からな
るソースリストを構成データ217に蓄積する。
Next, the operation of this embodiment will be described. The configuration registration function 215 inputs the components (software product name, component name of the product, source file name of the component) constituting the software product for each predetermined software product by external input. 10, data as shown in FIG. 10, that is, a software product name list including a software product name and a pointer to a component list, a component list including a component name and a pointer to a source list, and a source including a source file name The list is stored in the configuration data 217.

【0029】蓄積されたこれらのデータは、構成取り出
し機能216によって、ソフトウェア製品名からソース
ファイル名までの階層順に取り出される。従って、所定
のソフトウェア製品を構成するソースファイル名を取り
出すことができる。そして、検索機能214が起動さ
れ、データベース213から対応するソースファイルの
情報を得る。
These stored data are extracted by the configuration extraction function 216 in the order of the hierarchy from the software product name to the source file name. Therefore, it is possible to extract the source file names constituting a predetermined software product. Then, the search function 214 is activated, and the information of the corresponding source file is obtained from the database 213.

【0030】次に、図11に示すように、管理サーバ2
10のデータベース213に蓄積されている蓄積情報か
ら、上記ソースファイル名で検索を行い、上記ソースフ
ァイル名の実体が格納されているホストコンピュータの
コンピュータ名(ソース管理マシン名)を得る。
Next, as shown in FIG.
The source file name is searched from the accumulated information stored in the ten databases 213 to obtain the computer name (source management machine name) of the host computer in which the substance of the source file name is stored.

【0031】このように、本実施の形態においては、ソ
フトウェア製品を構成するソースファイルを示す構成デ
ータ217と実際のソースファイルとが、ソースファイ
ル名で関連付けられている。これにより、構成データ2
17に登録されているソフトウェア製品を構成している
ソースファイルが分散して管理されている場合でも、ソ
ースファイルの実体を検索することができる。
As described above, in the present embodiment, the configuration data 217 indicating the source file constituting the software product is associated with the actual source file by the source file name. Thereby, the configuration data 2
Even if the source files making up the software product registered in 17 are distributed and managed, the entity of the source file can be searched.

【0032】以上説明したように、CASEツールの各
プログラムが実行される毎に、プログラムに指定された
内容と実行結果をまとめて管理サーバに転送し、管理サ
ーバ上で、開発対象のソフトウェアを構成しているソー
スファイル単位に実行結果をとりまとめる。そして、管
理サーバ上で集められたソースファイル単位の結果を用
いることによって、分散されたソースファイルの管理を
可能とし、さらに、開発するソフトウェアの進度管理が
可能となる。
As described above, every time each program of the CASE tool is executed, the contents specified in the program and the execution result are collectively transferred to the management server, and the software to be developed is configured on the management server. Summarizes the execution results for each source file Then, by using the results of the source files collected on the management server, the distributed source files can be managed, and the progress of the software to be developed can be managed.

【0033】[0033]

【発明の効果】以上の如く、本発明に係るソフトウェア
開発管理装置およびソフトウェア開発管理方法、並びに
記録媒体によれば、各コンピュータから送信されてき
た、少なくとも、ソフトウェアを構成するソースファイ
ルが格納されているコンピュータを特定する情報からな
る第1の項目と、ソースファイルの名称からなる第2の
項目と、ソースファイルに対して所定の処理を実行した
ときの実行結果からなる第3の項目とを受信し、受信さ
れた各項目の内容を、ソースファイル毎に記憶し、記憶
されているソースファイル名に基づいて、ソースファイ
ル名に対応する各項目の内容を検索するようにしたの
で、ソースファイル毎に、開発の進捗状況を把握するこ
とができる。また、ソフトウェアを構成するソースファ
イルが複数のコンピュータ上で分散して開発されている
場合でも、各ソフトウェアの格納場所を検索することが
できる。
As described above, according to the software development management apparatus, the software development management method, and the recording medium of the present invention, at least a source file constituting software is transmitted from each computer. Receiving a first item consisting of information identifying the computer that is located, a second item consisting of the name of the source file, and a third item consisting of the result of execution of a predetermined process on the source file Then, the content of each received item is stored for each source file, and the content of each item corresponding to the source file name is searched based on the stored source file name. In addition, the progress of development can be grasped. Further, even when source files constituting software are distributed and developed on a plurality of computers, the storage location of each software can be searched.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のソフトウェア開発管理装置の一実施の
形態の構成例を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration example of an embodiment of a software development management device of the present invention.

【図2】図1に示した実施の形態の動作を説明するフロ
ーチャートである。
FIG. 2 is a flowchart illustrating an operation of the exemplary embodiment shown in FIG.

【図3】図1に示した実施の形態の動作を説明するフロ
ーチャートである。
FIG. 3 is a flowchart illustrating the operation of the embodiment shown in FIG. 1;

【図4】図1に示した実施の形態の動作を説明するフロ
ーチャートである。
FIG. 4 is a flowchart illustrating an operation of the embodiment shown in FIG. 1;

【図5】管理サーバ110の蓄積情報を示す図である。FIG. 5 is a diagram showing accumulated information of a management server 110.

【図6】ソースファイル管理プログラムからの情報を処
理する手順を説明する図である。
FIG. 6 is a diagram illustrating a procedure for processing information from a source file management program.

【図7】言語処理プログラムからの情報を処理する手順
を説明する図である。
FIG. 7 is a diagram illustrating a procedure for processing information from a language processing program.

【図8】管理サーバ110の蓄積情報の例を示す図であ
る。
FIG. 8 is a diagram showing an example of accumulated information of a management server 110.

【図9】本発明のソフトウェア開発管理装置の他の実施
の形態の構成例を示すブロック図である。
FIG. 9 is a block diagram showing a configuration example of another embodiment of the software development management device of the present invention.

【図10】図9の実施の形態の構成データ217のデー
タ構成を示す図である。
FIG. 10 is a diagram illustrating a data configuration of configuration data 217 according to the embodiment of FIG. 9;

【図11】分散管理されているソースファイルの検索方
法を説明する図である。
FIG. 11 is a diagram illustrating a method of searching for distributed managed source files.

【図12】従来のソフトウェア開発管理装置の構成例を
示すブロック図である。
FIG. 12 is a block diagram illustrating a configuration example of a conventional software development management device.

【符号の説明】[Explanation of symbols]

1 ソースファイル 2 ソースファイル管理プログラム 3 言語処理プログラム 4 オブジェクトファイル 5 試験支援プログラム 100,101,102 実行結果通知機能 110,210 管理サーバ 111,211 実行結果受け取り機能 112,212 蓄積機能 113,213 データベース 114,214 検索機能 215 構成登録機能 216 構成取り出し機能 217 構成データ DESCRIPTION OF SYMBOLS 1 Source file 2 Source file management program 3 Language processing program 4 Object file 5 Test support program 100, 101, 102 Execution result notification function 110, 210 Management server 111, 211 Execution result reception function 112, 212 Storage function 113, 213 Database 114 , 214 Search function 215 Configuration registration function 216 Configuration retrieval function 217 Configuration data

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 1又は複数のコンピュータ上で行われる
ソフトウェア開発の進捗状況を管理するソフトウェア開
発管理装置であって、 各コンピュータから送信されてきた、少なくとも、前記
ソフトウェアを構成するソースファイルが格納されてい
るコンピュータを特定する情報からなる第1の項目と、
前記ソースファイルの名称からなる第2の項目と、前記
ソースファイルに対して所定の処理を実行したときの実
行結果からなる第3の項目とを受信する受信手段と、 前記受信手段によって受信された前記各項目の内容を、
前記ソースファイル毎に記憶する記憶手段と、 前記記憶手段に記憶されている前記ソースファイル名に
基づいて、前記ソースファイル名に対応する各項目の内
容を検索する検索手段とを備えることを特徴とするソフ
トウェア開発管理装置。
1. A software development management device for managing the progress of software development performed on one or a plurality of computers, wherein at least a source file constituting the software transmitted from each computer is stored. A first item consisting of information identifying the computer being
Receiving means for receiving a second item consisting of the name of the source file and a third item consisting of an execution result when a predetermined process is executed on the source file; The contents of each of the above items,
Storage means for storing for each source file; and search means for searching for the content of each item corresponding to the source file name based on the source file name stored in the storage means. Software development management device.
【請求項2】 前記ソースファイルに対して実行する前
記処理は、前記ソースファイルをオブジェクトファイル
に変換するための処理であることを特徴とする請求項1
に記載のソフトウェア開発管理装置。
2. The method according to claim 1, wherein the processing executed on the source file is a processing for converting the source file into an object file.
The software development management device according to 1.
【請求項3】 前記ソースファイルに対して実行する前
記処理は、前記ソースファイルに対して言語処理プログ
ラムを実行することによって得られたオブジェクトファ
イルを実行させ、実行結果を得る処理であることを特徴
とする請求項1に記載のソフトウェア開発管理装置。
3. The process executed on the source file is a process of executing an object file obtained by executing a language processing program on the source file and obtaining an execution result. The software development management device according to claim 1, wherein
【請求項4】 前記ソフトウェアは、複数の前記ソース
ファイルから構成され、 前記ソフトウェアを識別するためのソフトウェア名と、
前記ソフトウェアを構成する前記ソースファイル名とが
対応づけられた構成データを記憶する構成データ記憶手
段と、 前記構成データ記憶手段に記憶された前記ソフトウェア
名に基づいて、前記ソフトウェアを構成するソースファ
イル名を検索し、取り出す取り出し手段とをさらに備え
ることを特徴とする請求項1に記載のソフトウェア開発
管理装置。
4. The software includes a plurality of the source files, a software name for identifying the software,
A configuration data storage unit that stores configuration data associated with the source file name that configures the software; a source file name that configures the software based on the software name stored in the configuration data storage unit 2. The software development management device according to claim 1, further comprising: a retrieval unit that retrieves and retrieves a.
【請求項5】 1又は複数のコンピュータ上で行われる
ソフトウェア開発の進捗状況を管理するソフトウェア開
発管理方法であって、 各コンピュータから送信されてきた、少なくとも、前記
ソフトウェアを構成するソースファイルが格納されてい
るコンピュータを特定する情報からなる第1の項目と、
前記ソースファイルの名称からなる第2の項目と、前記
ソースファイルに対して所定の処理を実行したときの実
行結果からなる第3の項目とを受信し、 受信された前記各項目の内容を、前記ソースファイル毎
に記憶し、 記憶されている前記ソースファイル名に基づいて、前記
ソースファイル名に対応する各項目の内容を検索するこ
とを特徴とするソフトウェア開発管理方法。
5. A software development management method for managing the progress of software development performed on one or more computers, wherein at least a source file constituting the software transmitted from each computer is stored. A first item consisting of information identifying the computer being
Receiving a second item consisting of the name of the source file and a third item consisting of an execution result when a predetermined process is performed on the source file; A software development management method, wherein the method is stored for each of the source files, and based on the stored source file names, retrieves contents of each item corresponding to the source file names.
【請求項6】 請求項5に記載のソフトウェア開発管理
方法を実行可能なプログラムが記録されている記録媒
体。
6. A recording medium on which a program capable of executing the software development management method according to claim 5 is recorded.
JP10349323A 1998-11-25 1998-11-25 Software development managing device, software development managing method, and recording medium Pending JP2000163254A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10349323A JP2000163254A (en) 1998-11-25 1998-11-25 Software development managing device, software development managing method, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10349323A JP2000163254A (en) 1998-11-25 1998-11-25 Software development managing device, software development managing method, and recording medium

Publications (1)

Publication Number Publication Date
JP2000163254A true JP2000163254A (en) 2000-06-16

Family

ID=18403007

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10349323A Pending JP2000163254A (en) 1998-11-25 1998-11-25 Software development managing device, software development managing method, and recording medium

Country Status (1)

Country Link
JP (1) JP2000163254A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003140889A (en) * 2001-10-29 2003-05-16 Nec Software Chubu Ltd System for managing program construction
KR100434038B1 (en) * 2001-09-28 2004-06-04 한국전자통신연구원 the method and the system for management of component informations using a Repository
JP2007018361A (en) * 2005-07-08 2007-01-25 Hitachi Ltd Result object administrative apparatus and result object management system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100434038B1 (en) * 2001-09-28 2004-06-04 한국전자통신연구원 the method and the system for management of component informations using a Repository
JP2003140889A (en) * 2001-10-29 2003-05-16 Nec Software Chubu Ltd System for managing program construction
JP2007018361A (en) * 2005-07-08 2007-01-25 Hitachi Ltd Result object administrative apparatus and result object management system
JP4630145B2 (en) * 2005-07-08 2011-02-09 株式会社日立製作所 Deliverable management device and deliverable management system

Similar Documents

Publication Publication Date Title
EP2784665B1 (en) Program and version control method
JP4845153B2 (en) System, method, server, and computer program for avoiding conflict of update work in distributed environment using multiple clients
US8881131B2 (en) Method and apparatus for populating a software catalogue with software knowledge gathering
US8140565B2 (en) Autonomic information management system (IMS) mainframe database pointer error diagnostic data extraction
US7493323B2 (en) Document group analyzing apparatus, a document group analyzing method, a document group analyzing system, a program, and a recording medium
JP2006520966A (en) Integrated server analysis
US20010051952A1 (en) Sample analyzing system for facilitating control and maintenance of registered information
CN112307096A (en) Data format creation device, edge server, and data format creation method
KR20100002259A (en) A method and system for populating a software catalogue with related product information
JP2007128450A (en) Software reusable component management system
JP2000163254A (en) Software development managing device, software development managing method, and recording medium
US20090063578A1 (en) Management of data needed to resolve pointer errors in heirarchical database management systems
JP2007334412A (en) Retrieval program and retrieving device
JP2001166924A (en) Device and method for managing software developed article
JP6313987B2 (en) File management program, file management method, and file management system
US20210124733A1 (en) Computer System and Data Management Method
US20210034590A1 (en) Ledger-based machine learning
US20050120357A1 (en) Discovering and monitoring process executions
CN115328524A (en) Patch merging method and device, computer equipment and storage medium
JP3761911B2 (en) File server and file management method
JP2003316581A (en) Software installation device
EP4120163A1 (en) Management program, management method, and management device
JP2005044226A (en) Operation information gathering system
JP2001034461A (en) Software constitution management supporting device and method and computer readable recording medium recording software constitution management supporting program
JP3295930B2 (en) Executing program management method and apparatus, and recording medium