Skip to content
kyrcha edited this page Jan 21, 2013 · 2 revisions

Targets

  1. clean: deletes the build and dist directories (recursively).
  • init: creates the build and dist directories and the necessary folder structure under them. Depends on clean.
  • compile: Compiles the java classes into build/bin and archives them into a jar file as well. Depends on init.
  • war: Create the cassandra.war file for deployment in a tomcat server in build.
  • dist: Creates the final cassandra platform bundle (Under development). Will include:
    • the war file
    • the cassandra documentation (javadoc, other documents)
    • the startup mongodb library dump
    • licence and README files
  • javadoc: Creates the java documentation files in build/doc. Depends on compile.
  • test: Test and generates the report (Under development).
Clone this wiki locally