Bedework build environment
Bedework uses ant for the build and deploy process and a number of property files are used to control that process. Ant properties have the charactersitics that once set they cannot be modified so to override default settings you need to set them earlier in the process.
The build first looks for a property file called bedework.build.properties in your home directory. Here you can set properties which wil override the default settings. In particular you can tell the build system the name of the configuration you want to build with the setting (e.g):
# Name prefix for the property file in config/configs/ org.bedework.clone.default=myconfig
This would cause the build to include the file config/configs/myconfig.properties
