= Building the Ingest module = * Change to the Ingest module directory: {{{cd DOMS/Ingest}}} * Run the ant task "tarball": {{{ant tarball}}} OR * Use IDEA to run the ant task "tarball" The file ingest-$version.tgz should now be created. Test the contents of the file, e.g. {{{tar -tzf ingest-$version.tgz}}}. It should contain: * The top-level-dir "ingest-$version", which everything else is contained in. * Proterties file, and log4j settings file. * ingest.jar. * A directory "lib" with a bunch of jars.