Git Product home page Git Product logo

commons-collections's Introduction

Apache Commons Collections
===========================

Welcome to the Collections component of the Apache Commons project.
This component contains many new collections and collection utilities.

Two jar files (apart from sources and javadocs) are produced by this component.
The first, commons-collections4-x.y.jar is the main jar used by applications.
The second, commons-collections4-x.y-tests.jar is an extension to junit
for testing new collection implementations and is not normally used by applications.

Building from source
=-=-=-=-=-=-=-=-=-=-

Maven2
------
Collections is usually built using Maven2.
It can be found here :

  http://maven.apache.org/

Once installed, the major goals are:

mvn package           - build jars
mvn install           - place jars in local maven repository
mvn assembly:assembly - build tar.gz/zips

Ant
---

It may also be built using Ant.
It can be found here :

  http://ant.apache.org/

For testing the project, you will also need JUnit :

  http://www.junit.org/

To let the test process find JUnit, you may make a 
copy of the build.properties.sample file, rename to
build.properties,  and modify to reflect
the location of the junit.jar on your computer.


Once you have Ant properly installed, and the
build.properties file correctly reflects the location
of your junit.jar, you are ready to build and test.
The major targets are:

ant compile      - compile the code
ant test         - test using junit
ant jar          - create a jar file
ant test-jar     - create the testframework jar file
ant javadoc      - build the javadoc
ant dist         - create folders as per a distribution

commons-collections's People

Contributors

netomi avatar sebbasf avatar garydgregory avatar psteitz avatar jstrachan avatar mbenson avatar olamy avatar jwcarman avatar ebourg avatar jvanzyl avatar jochenw avatar mdiggory avatar itstechupnorth avatar dennisl avatar joehni avatar neilotoole avatar rahu1 avatar danielrall avatar mebigfatguy avatar brettporter avatar costinm avatar dims avatar baahmi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.