Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http proxy #501

Merged
merged 7 commits into from
Nov 30, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions parameters/dita-command-arguments.dita
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
</groupseq>
</fragment>
</syntaxdiagram>
<p>The <cmdname>dita</cmdname> 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 to the <parmname>ANT_OPTS</parmname>
environmental
variable:<codeblock id="codeblock_zsj_mzj_5yb"><parmname>ANT_OPTS</parmname>='<varname>-Dhttp.proxySet=true -Dhttps.proxyHost=&lt;HTTPS proxy IP address> -Dhhtp.proxyHost=&lt;HTTP proxy IP address> -Dhttp.proxyPort=&lt;HTTP proxy port> -Dhttps.proxyPort=&lt;HTTPS proxy port></varname>' <cmdname>dita</cmdname> <parmname>install</parmname> <varname>&lt;plug-in></varname></codeblock></p>
EditKoselak marked this conversation as resolved.
Show resolved Hide resolved
<note type="attention">Prior to DITA-OT 3.5, subcommands were specified with the double-hyphen option syntax,
which is still supported for backwards compatibility. (For example, <cmdname>dita</cmdname>
<parmname>--install</parmname> will still work.)</note>
Expand Down
Loading