Author: stevel Date: Fri Nov 11 00:53:16 2005 New Revision: 332494 URL: http://svn.apache.org/viewcvs?rev=332494&view=rev Log: update of library releases
Modified: ant/core/trunk/WHATSNEW ant/core/trunk/fetch.xml ant/core/trunk/lib/libraries.properties Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=332494&r1=332493&r2=332494&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Fri Nov 11 00:53:16 2005 @@ -60,7 +60,7 @@ 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. Modified: ant/core/trunk/fetch.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/fetch.xml?rev=332494&r1=332493&r2=332494&view=diff ============================================================================== --- ant/core/trunk/fetch.xml (original) +++ ant/core/trunk/fetch.xml Fri Nov 11 00:53:16 2005 @@ -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 </description> <!-- Give user a chance to override without editing this file Modified: ant/core/trunk/lib/libraries.properties URL: http://svn.apache.org/viewcvs/ant/core/trunk/lib/libraries.properties?rev=332494&r1=332493&r2=332494&view=diff ============================================================================== --- ant/core/trunk/lib/libraries.properties (original) +++ ant/core/trunk/lib/libraries.properties Fri Nov 11 00:53:16 2005 @@ -1,7 +1,7 @@ #this file declares the libraries for use in #a given release of the components -m2.version=2.0-alpha-3 +m2.version=2.0 m2.url=http://ibiblio.org/maven2/ m2.artifact-name=maven-artifact-ant m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar @@ -23,13 +23,13 @@ junit.version=3.8.1 jsch.version=0.1.17 jython.version=3.8.1 -log4j.version=1.2.8 +log4j.version=1.2.12 #rhino.version=1.5R5 oro.version=2.0.8 regexp.version=1.3 which.version=1.0 xerces.version=2.6.2 -xalan.version=2.5.1 +xalan.version=2.7.0 xml-resolver.version=1.1 #paired --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]