Building Flatfile

To build Commons Flatfile from scratch, you must first obtain the source, from the SVN server.

Commons Flatfile can be built using Maven 2.

Building with Maven 2

  1. Install a recent Maven release. Maven is available from http://maven.apache.org/.
  2. With Maven installed, you should be able to run an arbitrary maven goal from the root Commons Flatfile directory. Commonly used goals include clean, package, test, dist, and site.