专业化管理 > 配置您的 Windchill 环境 > 使用 Windchill Configuration Assistant 配置 Windchill > 运行 Windchill Configuration Assistant > 用于运行 Assistant 的 Ant 命令语法 > 在自动模式下运行 Windchill Configuration Assistant
  
在自动模式下运行 Windchill Configuration Assistant
无论是否存在用户交互,Windchill Configuration Assistant 都可进行运行。默认情况下,Assistant 以交互模式运行。在交互模式下,Assistant 每次运行内部目标时,都会提示用户接受或覆盖它所计算得到的特性值。
要在自动模式下运行 Assistant,ant 命令中应包含 -Dinteractive=false
ant -f WindchillConfigAssistant.xml target
-Dinteractive=false
在自动模式下,Assistant 假定用户接受计算所得的特性值,因此会使用这些值。
-Dinteractive=false 自变量对以下目标有效:
configure
configureWindchill
configureTomcat
如果在 ant 命令中指定其他目标,则 Assistant 运行时不检查 interactive 特性的值。因此,不使用 -Dinteractive=false 自变量。