コンポーネントのロード規則
IBM Rational Team Concert Client for Microsoft Visual Studio IDE  

コンポーネントのロード規則

Rational Team Concert™ ソース管理 ページのビルド定義内に、コンポーネントのロード規則を指定することができます。 このページは、ビルド定義の作成時にビルド前 オプションとして Rational Team Concert ソース管理 を選択した場合にのみ表示されます。

Jazz™ ビルド定義の作成の一部として、ビルドのロード先コンポーネント・ファイルおよびフォルダーのサブセットを定義するコンポーネントのロード規則ファイルを作成できます。 ロード規則ファイルを指定しない場合、ビルドはコンポーネント全体にロードされます。 ロード規則ファイルは、ビルドのワークスペース内に作成する必要があります。 ビルド定義で着信変更セットの受け入れが有効にされている場合、ロード規則ファイルが読み取られる前に変更が受け入れられます。

この例はファイルのフォーマットを示しています。
# Two directives are supported:
# folderName=
# RootFolderName=

# In this example the component contains the following tree of folders
# /MyMain/
# /MyMain/products/
# /MyMain/products/command line client/
# /MyMain/products/command line client/project1/
# /MyMain/products/command line client/project1/src/
# /MyMain/products/command line client/project1/src/A.java
# /MyMain/products/command line client/project1/src/... a number of other sub directories and files
# /MyMain/products/command line client/project2/
# /MyMain/products/command line client/project3/
# /MyMain/products/MetroNome/project4/
# /MyMain/products/MetroNome/project5/
# /MyMain/products/RTC/project6/
# plus other directories under MyMain

# use folderName to specify a particular folder to load
# the name of the folder is full, case-correct path starting at the component root
# this line loads the folder /MyMain/products/RTC/project4/ and the files
# (but not the subfolders) it contains
folderName=/MyMain/products/RTC/project4/

# use RootFolderName when you want to load a folder and all of its subfolders,
# including new ones that may be created after the load rules file has been written
# this line loads the folder /MyMain/products and all of the files and subfolders it contains
RootFolderName=/MyMain/products/
注: 名前付きフォルダーが存在しており、オーバーラップするサブセットまたはフォルダー名の衝突が規則で定義されていない必要があります。

フィードバック

この情報は役に立ちましたか。Jazz.net (要登録) のフォーラム内のコメントまたはバグ報告からフィードバックを提出することができます。