// ---------------------------------------------------------- Public Methods
public void execute() throws BuildException {
PropertyManager manager = PropertyManager.newInstance(generatorConfig);
String jspVersion =
manager.getProperty(PropertyManager.JSP_VERSION_PROPERTY);
if ("2.1".equals(jspVersion)) {
setGeneratorClass(GENERATOR_21_CLASS);
} else if ("1.2".equals(jspVersion)) {
setGeneratorClass(GENERATOR_12_CLASS);