Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 80285 invoked from network); 22 Jun 2009 00:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 00:12:53 -0000 Received: (qmail 71402 invoked by uid 500); 22 Jun 2009 00:13:04 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 71373 invoked by uid 500); 22 Jun 2009 00:13:04 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 71364 invoked by uid 99); 22 Jun 2009 00:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 00:13:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 00:13:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 282F223888D6; Mon, 22 Jun 2009 00:12:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787116 - /httpcomponents/httpcore/trunk/BUILDING.txt Date: Mon, 22 Jun 2009 00:12:42 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090622001242.282F223888D6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Mon Jun 22 00:12:41 2009 New Revision: 787116 URL: http://svn.apache.org/viewvc?rev=787116&view=rev Log: Document some extra Maven steps Modified: httpcomponents/httpcore/trunk/BUILDING.txt Modified: httpcomponents/httpcore/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=787116&r1=787115&r2=787116&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/BUILDING.txt (original) +++ httpcomponents/httpcore/trunk/BUILDING.txt Mon Jun 22 00:12:41 2009 @@ -32,13 +32,7 @@ where is the release version -(4) Building distribution assemblies - -Execute the following command in order to build the distribution assemblies - -mvn package assembly:assembly - -(5) Building documentation +(4) Building documentation Execute the following command in order to generate javadoc: @@ -48,7 +42,19 @@ mvn docbkx:generate-pdf docbkx:generate-html -(6) Building project web site +(5) Building distribution assemblies + +Execute the following command in order to build the distribution assemblies + +mvn package assembly:assembly + +(6) Fix EOL in source files + +Fix the archive files so the source files have the correct EOL settings: + +mvn antrun:run + +(7) Building project web site Execute the following command in order to generate the project web site: