Author: antoine
Date: Mon Apr 13 01:42:32 2015
New Revision: 1673082

URL: http://svn.apache.org/r1673082
Log:
IVY-1197 document requirement to have commons-httpclient.jar, commons-logging 
and commons-codec on the classpath in order to be able to publish files of size 
greater than one GB

Modified:
    ant/site/ivy/sources/choose-distrib.html

Modified: ant/site/ivy/sources/choose-distrib.html
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/sources/choose-distrib.html?rev=1673082&r1=1673081&r2=1673082&view=diff
==============================================================================
--- ant/site/ivy/sources/choose-distrib.html (original)
+++ ant/site/ivy/sources/choose-distrib.html Mon Apr 13 01:42:32 2015
@@ -29,9 +29,13 @@ Each distribution of Apache Ivy™ co
 
 With each version of Apache Ivy, you can find:
 <h2>binary distribution</h2>
-Containing jars, documentation and examples + a build.xml to download 
dependencies from a maven2 repository.
+        <p>Containing jars, documentation and examples + a build.xml to 
download dependencies from a maven2 repository.</p>
 
-This is the recommended version to use Apache Ivy, you will get the jar and be 
able to make your first use of Apache Ivy to download the dependencies you 
need. All dependencies are optional, so you can use Apache Ivy without 
downloading any dependency. It requires at least a jre 1.4+ to run, and it can 
be used with Apache Ant&#153; 1.6.2 or later.
+
+<p>This is the recommended version to use Apache Ivy, you will get the jar and 
be able to make your first use of Apache Ivy to download the dependencies you 
need.
+All dependencies are optional, so you can use Apache Ivy without downloading 
any dependency.</p>
+<p>However in order to upload large files ( > 1.GB ) it is necessary to use 
commons-httpclient, commons-logging, commons-codec. See <a 
href="https://issues.apache.org/jira/browse/IVY-1197";>IVY-1197</a></p>
+        <p>It requires at least a jre 1.4+ to run, and it can be used with 
Apache Ant&#153; 1.6.2 or later.</p>
 <h2>binary distribution with dependencies</h2>
 Containing jars, dependencies, documentation and examples.
 


Reply via email to