You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2007/10/30 18:47:34 UTC

svn commit: r590192 - in /jakarta/httpcomponents/httpclient/trunk: BUILDING.txt build.xml src/main/assembly/src-unix.xml src/main/assembly/src-win.xml

Author: olegk
Date: Tue Oct 30 10:47:33 2007
New Revision: 590192

URL: http://svn.apache.org/viewvc?rev=590192&view=rev
Log:
Added BUILDING.txt; updated assembly descriptor

Added:
    jakarta/httpcomponents/httpclient/trunk/BUILDING.txt   (with props)
Removed:
    jakarta/httpcomponents/httpclient/trunk/build.xml
Modified:
    jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-unix.xml
    jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-win.xml

Added: jakarta/httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/BUILDING.txt?rev=590192&view=auto
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/BUILDING.txt (added)
+++ jakarta/httpcomponents/httpclient/trunk/BUILDING.txt Tue Oct 30 10:47:33 2007
@@ -0,0 +1,30 @@
+Building HttpComponents Client 
+============================
+
+(1) Requisites
+--------------
+HttpClient utilizes Maven 2 as a distribution management and packaging tool. Version 2.0.7 or above 
+is recommended. Maven 2 requires JDK 1.4 or above in order to execute. 
+
+Maven installation and configuration instructions can be found here:
+
+http://maven.apache.org/run-maven/index.html
+
+(2) Executing test cases
+
+Execute the following command in order to compile and test the components
+
+mvn test
+
+(3) Building packages 
+
+Execute the following command in order to build the JAR packages
+
+mvn package
+
+The resultant packages can be found in the target folders of their respective modules
+
+module-client/target/httpclient-<VERSION>.jar
+
+where <VERSION> is the release version
+

Propchange: jakarta/httpcomponents/httpclient/trunk/BUILDING.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/httpcomponents/httpclient/trunk/BUILDING.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: jakarta/httpcomponents/httpclient/trunk/BUILDING.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-unix.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-unix.xml?rev=590192&r1=590191&r2=590192&view=diff
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-unix.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-unix.xml Tue Oct 30 10:47:33 2007
@@ -42,6 +42,7 @@
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>
             <include>RELEASE_NOTES.txt</include>
+            <include>BUILDING.txt</include>
           </includes>
           <lineEnding>lf</lineEnding>
         </fileSet>

Modified: jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-win.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-win.xml?rev=590192&r1=590191&r2=590192&view=diff
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-win.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/src/main/assembly/src-win.xml Tue Oct 30 10:47:33 2007
@@ -42,6 +42,7 @@
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>
             <include>RELEASE_NOTES.txt</include>
+            <include>BUILDING.txt</include>
           </includes>
           <lineEnding>crlf</lineEnding>
         </fileSet>