configureTools.bat * Used to configure third party libraries. This file is included in the top level of archive cipres-and-deps-win32.zip and is posted to the maintainer's page. dobuild.bat Runs a nightly build. Only the person posting nightly builds needs to use this. generateBuildConfig.bat Called by configureTools.bat to generate a buildConfig.bat that sets env vars for makeCipres.bat, installCipres.bat. installCipres.bat Run this to install cipres in the directory specified by buildConfig.bat. "installCipres.bat --only-test" just runs the junit install-check test. "installCipres.bat --enable-test" installs and runs the test. TODO: doesn't install perl yet. makeBinDist.bat Creates a binary distribution from an installation. Uses buildConfig.bat to find the install directory. Creates cipres_dist.zip in the current directory. makeCipres.bat Build everything: python, C++ and java. TODO: doesn't build perl yet. nightly.bat Kicks off the nightly build and post. Calls dobuild.bat. readme.txt * Instructions for maintainer's. This is included in the top level of cipres-and-deps-win32.zip and is posted on the maintainer's page. runAnt.bat Used by the other batch files to invoke ant because the standard "ant.bat" doesn't reliably return exit status. * new versions of these files are posted to the maintainer's page by nightly.bat but you need to manually create a new cipres-and-deps-win32. containing the changed versions and post it.