Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.8_CTP_3.1.4

...

  1. ローカル設定ファイルを作成し、事前設定するオプションを記述します。設定可能なオプションについては、「ローカル設定」を参照してください。
  2. /configure または --configure パラメーターを使ってインストーラーにローカル設定ファイルを渡します。
    例:

    • Windows: /configure=<path-to-localsettings-file>

    • Unix: --configure <path-to-localsettings-file>

...

Tip
titleヒント - 他のライセンス設定方法

-localsettings を使って起動時にコマンドラインでライセンスを設定することもできます。詳細については「ライセンスLicensing」を参照してください。

既存のワークスペースに設定を適用したい場合は、次のプロパティをローカル設定ファイルに追加する必要があります: enforce.configure=trueこのプロパティを追加すると、インストール/再インストールの後の最初の起動中に、既存の設定が上書きされます。

Windows オプション

Scroll Table Layout
sortDirectionASC
repeatTableHeadersdefault
widths30%,70%
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

その他のオプションやヘルプについては次の Web サイトを参照してください: http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline

Windows でのインストールに関するその他の注意事項

  • 同じバージョン (または新しいバージョン) の Parasoft Test が同一マシン上にインストールされている場合、インストールまたは再インストールの最中にローカル設定ファイルはコピーされません。
  • /ParasoftTestDir で渡された場所が既存の Parasoft Test のインストール ディレクトリと異なる場合、再インストール中にローカル設定ファイルはコピーされません。

UNIX オプション (Linux)

オプション説明
--install-dir <location>製品のファイルがインストールされて格納される場所。
--configure <localsettings file>インストール時の事前設定ファイル。
--parasofttest-install-dir <location>Parasoft Test ファイルの格納先。
--help利用可能なコマンドラインオプションを表示。

Code Block
languagepowershell
titleWindows でのインストール
parasoft_soavirt_<version_arch>.exe /SILENT /DIR=<soavirt dir> /ParasoftTestDir=<parasofttest dir> /configure=<localsettings file>
parasoft_soavirt_<version_arch>_eclipse_plugin.exe /SILENT /DIR=<soavirt dir> /ParasoftTestDir=<parasofttest dir> /EclipseDir=<eclipse dir> /configure=<localsettings file>
Code Block
languagebash
titleUnix
parasoft_soavirt_<version>_linux.sh --non-interactive --install-dir <soavirt dir> --parasofttest
-install-dir <parasofttest dir> --configure=<localsettings file>
parasoft_soavirt_<version>_linux_eclipse_plugin.sh --non-interactive --install-dir <soavirt dir> 
--parasofttest-install-dir <parasofttest dir> --target-location <eclipse dir> --configure=<localsettings file>

ローカル設定ファイルの例

以下は、Team Server とライセンスを設定したローカル設定ファイルの例です。

Code Block
soatest.license.use_network=true
soatest.license.network.host=main1.parasoft.com.pl 
soatest.license.network.port=2222
soatest.license.network.edition=server_edition 
virtualize.license.use_network=true
virtualize.license.network.host=main1.parasoft.com.pl 
virtualize.license.network.port=2222
virtualize.license.network.edition=server_edition 
tcm.server.accountLogin=true
tcm.server.enabled=true
tcm.server.name=main1.parasoft.com.pl
tcm.server.password=test
tcm.server.port=18888
tcm.server.username=test
enforce.configure=true