A Data Generator (ADG) project uses Maven 3.0 for software builds and requires version 1.6 of the Java runtime environment. Because of the dependency of the ADG project on some ChoiceMaker components, a limited set of ChoiceMaker components should be built first (or their Maven components should be accessible from a Maven repository).
See the Maven website for general directions on installing and using Maven 3.0.
See the Java website for general directions on installing and using version 1.6 of the Java Development Kit.
svn checkout svn://svn.code.sf.net/p/oscmt/code/trunk/choicemaker-shared
pushd choicemaker-shared
mvn install
popd
svn checkout svn://svn.code.sf.net/p/oscmt/code/trunk/choicemaker-project
pushd choicemaker-project
mvn install
popd
svn checkout svn://svn.code.sf.net/p/adatagenerator/code/trunk/adatagenerator-project
pushd adatagenerator-project
mvn install
popd
svn checkout svn://svn.code.sf.net/p/adatagenerator/code/trunk/adatagenerator-examples
pushd adatagenerator-examples
mvn install
popd
See the Examples section.