Installing and Running Doradus : Compiling Doradus : Compiling with Ant

Compiling with Ant
To compile Doradus using Ant, just enter ant from the home directory. All components (doradus-common, doradus-server, etc.) are built. The Ant build places binaries in different locations than Maven. You should see a folder structure such as this:
./Doradus (or whatever your root directory is)
/doradus-client
...
/doradus-common
...
/doradus-server
/bin
/config
doradus.yaml
log4j.properties
/lib
...
/doradus-jetty
...
Resource files are copied to the config folder. Generated and dependent jar files are placed in the lib folder.