Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{anchor:top}

h2. Overview 概要
{styleclass: Class=topLink}[topページトップ|#top]
{styleclass}
All options that can be specified in the custom properties file may also be set as command-line arguments. Options specified as command-line arguments take precedence over options set in the custom properties file. When including values with spaces or special shell characters, remember to perform any necessary escaping of values. These examples show the commands to launch the installer with selected options specified on the command-line (each command should be a single line but is shown on multiple lines for clarity):

カスタムのプロパティファイルで指定できるすべてのオプションは、コマンドライン引数としても設定できます。コマンドライン引数として指定されるオプションは、カスタムのプロパティファイルで設定されるオプションよりも優先します。空白文字または特殊なシェル文字が値に含まれる場合は、値に必要なエスケープ処理を実行してください。これらの例では、選択したオプションをコマンドラインで指定してインストーラーを起動するコマンドを示します(それぞれのコマンドは1行で表記する必要がありますが、ここではわかりやすくするために複数の行で表しています):

{code:none}
java -jar yellowfin-yyyymmdd-full.jar
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"

yellowfin-yyyymmdd-full.exe
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"

{code}

When
using the {{\-gui}}, {{\-cmd}}, or 、または{{\-silent}} switches, these must be the first argument after the installer file:{}}}スイッチを使用する場合、これらはインストーラーファイルの後の最初の引数にする必要があります:
{code:none}
java -jar yellowfin-yyyymmdd-full.jar -cmd
	lang=en
	option.winservice=true
	option.serverport=8090
	"installer.title.msg=Welcome to the Yellowfin installer"
{code}

\\
\\
{horizontalrule}
{styleclass: Class=topLink}[topページトップ|#top]
{styleclass}