e.printStackTrace();
throw new BuildException(
"problem setting up etch compiler class loader", e );
}
EtchCompiler etchCompiler;
try
{
// Instantiate a new compiler instance
etchCompiler = new EtchCompiler( cl );
}
catch ( Exception e )
{
e.printStackTrace();
throw new BuildException( "problem setting up etch compiler", e );
}
try
{
etchCompiler.run( clo );
}
catch ( Exception e )
{
e.printStackTrace();
throw new BuildException( "problem running etch compiler", e );