* @exception Exception If any error occurs.
*/
protected static void _outputConfig() throws Exception {
if (_configName != null) {
// Remove the configuration.
SourceOutputStream stream = SourceOutputStream.getStream(
_configName, _overwrite);
Set<String> classSet = new HashSet<String>();
classSet.addAll(_classes);
ConfigParser parser = new ConfigParser();