if(!hasLib)
throw new BuildException("No type library is specified");
try {
driver.run( new FileCodeWriter(destDir), this);
} catch( ComException e ) {
throw new BuildException(e);
} catch( IOException e ) {
throw new BuildException(e);
} catch( BindingException e ) {