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:
Building
The project uses Apache Ant as it's build tool.
Go to the top level directory of the project and type:
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.