diff --git a/parameters/dita-command-arguments.dita b/parameters/dita-command-arguments.dita index 5eaa5332..4245a805 100644 --- a/parameters/dita-command-arguments.dita +++ b/parameters/dita-command-arguments.dita @@ -107,10 +107,6 @@ - The dita install command uses a network connection for - installing and downloading content. In environments where an HTTP proxy is used to establish - a network connection, provide the proxy configuration via the ANT_OPTS - environment variable. For more information, see Configuring the proxy. Prior to DITA-OT 3.5, subcommands were specified with the double-hyphen option syntax, which is still supported for backwards compatibility. (For example, dita --install will still work.) @@ -193,6 +189,13 @@ Install a single plug-in ID from the registry at (or a local registry), from a remote URL, or a local ZIP file. + + The dita install command uses a network connection to install plug-ins + from the configured registry or process remote referenced resources. In environments where an HTTP proxy + is used to establish a network connection, you can provide the proxy configuration via the + ANT_OPTS environment variable. For more information, see + . + diff --git a/resources/source-files.ditamap b/resources/source-files.ditamap index 813e027d..c89c33e0 100644 --- a/resources/source-files.ditamap +++ b/resources/source-files.ditamap @@ -18,7 +18,7 @@ - + diff --git a/topics/configuring-the-proxy.dita b/topics/configuring-proxies.dita similarity index 67% rename from topics/configuring-the-proxy.dita rename to topics/configuring-proxies.dita index e0bae05d..41e59630 100644 --- a/topics/configuring-the-proxy.dita +++ b/topics/configuring-proxies.dita @@ -1,14 +1,14 @@ - + Configuring the proxy Configuring the proxy - Certain commands, for example, the dita install command, use a - network connection for installing and downloading content. In environments where an HTTP proxy - is used to establish a network connection, provide the proxy configuration via the + Certain commands, for example, the dita install command, use a network connection to + install plug-ins from the configured registry or process remote referenced resources. In environments where an HTTP + proxy is used to establish a network connection, you can provide the proxy configuration via the ANT_OPTS environment variable. @@ -44,19 +44,19 @@ Linux or macOS  - export ANT_OPTS="-Dhttp.proxySet=true \ - -Dhttps.proxyHost=<HTTPS proxy IP address> \ - -Dhttp.proxyHost=<HTTP proxy IP address> \ - -Dhttp.proxyPort=<HTTP proxy port> \ - -Dhttps.proxyPort=<HTTPS proxy port>" + export ANT_OPTS="-Dhttp.proxySet=true \ + -Dhttps.proxyHost=<HTTPS proxy IP address> \ + -Dhttp.proxyHost=<HTTP proxy IP address> \ + -Dhttp.proxyPort=<HTTP proxy port> \ + -Dhttps.proxyPort=<HTTPS proxy port>" Windows - set ANT_OPTS=%ANT_OPTS% -Dhttp.proxySet=true \ - -Dhttps.proxyHost=<HTTPS proxy IP address> \ - -Dhttp.proxyHost=<HTTP proxy IP address> \ - -Dhttp.proxyPort=<HTTP proxy port> \ - -Dhttps.proxyPort=<HTTPS proxy port> + set ANT_OPTS=%ANT_OPTS% -Dhttp.proxySet=true ^ + -Dhttps.proxyHost=<HTTPS proxy IP address> ^ + -Dhttp.proxyHost=<HTTP proxy IP address> ^ + -Dhttp.proxyPort=<HTTP proxy port> ^ + -Dhttps.proxyPort=<HTTPS proxy port> diff --git a/topics/troubleshooting.ditamap b/topics/troubleshooting.ditamap index face9e70..53011bb0 100644 --- a/topics/troubleshooting.ditamap +++ b/topics/troubleshooting.ditamap @@ -11,6 +11,6 @@ - +