264265266267268269270271272273274
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 );