From 5488761aba7617e175361893595b61dbd41d68be Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 30 Sep 2015 08:53:55 -0400 Subject: SI-9495 Add note about configuring Ant for HTTP proxies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d59cb08489..1b4dbb03c2 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,10 @@ ideas and coordinate your effort with others. NOTE: we are working on migrating the build to sbt. +If you are behind a HTTP proxy, include +[`ANT_ARGS=-autoproxy`](https://ant.apache.org/manual/proxy.html) in +your environment. + Run `ant build-opt` to build an optimized version of the compiler. Verify your build using `ant test-opt`. -- cgit v1.2.3