Build

Building from source

Contents

Prerequisites

You need to have these softwares installed to be able to build BTM:

Getting the Source

The project uses Subversion as it's source code control system.

The source can be checked out anonymously using:

svn checkout http://svn.codehaus.org/btm/trunk/

Building

The project uses Apache Ant as it's build tool.

Go to the top level directory of the project and type:

ant

This will build BTM locally without running tests, building javadoc and the distribution ZIP file and store the generated artifacts into the dist/ folder.

Here are all the available Ant tasks:

all Build BTM JAR, javadoc, runs JUnit tests then pack everything up in a distributable ZIP file.
build Build BTM JAR.
clean Clean up previously built artifacts.
dist Create a distributable ZIP file.
doc Build javadoc.
test Run JUnit tests.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.