Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 41B54200CC5 for ; Tue, 11 Jul 2017 19:54:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 407CD1647C2; Tue, 11 Jul 2017 17:54:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7770B164744 for ; Tue, 11 Jul 2017 19:54:23 +0200 (CEST) Received: (qmail 89895 invoked by uid 500); 11 Jul 2017 17:54:17 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 88207 invoked by uid 99); 11 Jul 2017 17:54:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 17:54:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5022BE382F; Tue, 11 Jul 2017 17:54:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chtompki@apache.org To: commits@commons.apache.org Date: Tue, 11 Jul 2017 17:54:35 -0000 Message-Id: <7ef2ef7158824c87a3a52b5a7a17e2a8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/34] commons-collections git commit: Remove duplicate ant section and change primary build system to maven as suggested by Sebb archived-at: Tue, 11 Jul 2017 17:54:24 -0000 Remove duplicate ant section and change primary build system to maven as suggested by Sebb git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@647515 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/2acfde1e Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/2acfde1e Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/2acfde1e Branch: refs/heads/COLLECTIONS_3_2_BRANCH Commit: 2acfde1ecb5692309af98e139bf0c99cae3a7312 Parents: bc0620d Author: Niall Kegan Pemberton Authored: Sun Apr 13 00:45:12 2008 +0000 Committer: Niall Kegan Pemberton Committed: Sun Apr 13 00:45:12 2008 +0000 ---------------------------------------------------------------------- xdocs/building.xml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/2acfde1e/xdocs/building.xml ---------------------------------------------------------------------- diff --git a/xdocs/building.xml b/xdocs/building.xml index 32e28ed..c24510a 100644 --- a/xdocs/building.xml +++ b/xdocs/building.xml @@ -24,30 +24,15 @@ limitations under the License.

- Commons Collections uses Ant as its - primary build system, however Maven - is used for site generation. + Commons Collections uses Maven 2 as its + primary build system, however an Ant + build is also available.

You may also be interested in the v3.2.1 release notes.

-
-

- To build a jar file, change into Collection's root directory and run "ant jar". - The result will be in the "build" subdirectory. -

-

- All tests can be run with "ant test". - A single test can be run with "ant -Dtestcase=org.apache.commons.collections.TestXxx test". -

-

- To build the Javadocs, run "ant javadoc". - The result will be in "build/docs/apidocs". -

-
-

The following Maven 2 commands can be used to build collections: