From f3eed91811c13007966599e1511dd57f2252ccff Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 11 Nov 2005 08:53:16 +0000 Subject: [PATCH] update of library releases git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@332494 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- fetch.xml | 11 +++++++---- lib/libraries.properties | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index e096dc376..ea40e25de 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -60,7 +60,7 @@ Changes that could break older environments: java.net.useSystemProxies to true, which gives it automatic use of the local IE (Windows) or Gnome2 (Unix/Linux) proxy settings. This may break any build file that somehow relied on content outside the firewall being unreachable: - use the -noproxy command-line option to disable this new feature, or set + use the -noproxy command-line option to disable this new feature. diff --git a/fetch.xml b/fetch.xml index d28e56bb6..8bf24027d 100644 --- a/fetch.xml +++ b/fetch.xml @@ -20,9 +20,11 @@ -Ddest=system ant lib dir ${ant.home}/lib --Default-- -Ddest=optional optional dir ${ant.home}/lib/optional (for Ant developers) - You may also need to set proxy settings. This can be done by - setting the JVM proxy values in the ANT_OPTS environment - variables. + You may also need to set proxy settings. On Java1.5, Ant tries to get + this from the OS, unless you use the -noproxy option. + + Proxies can be configured manually setting the JVM proxy values in the + ANT_OPTS environment variable. For example, to set the proxy up in the tcsh shell, the command would be something like: @@ -32,7 +34,8 @@ For bash: export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" For Windows, set the environment variable in the appropriate dialog box - and open a new console. + and open a new console. or, by hand + set ANT_OPTS = -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080