418419420421422423424425426427428
} JavahAdapter ad = JavahAdapterFactory.getAdapter(facade.getImplementation(), this); if (!ad.compile(this)) { throw new BuildException("compilation failed"); } } /**
467468469470471472473474475476477
JavahAdapter ad = nestedAdapter != null ? nestedAdapter : JavahAdapterFactory.getAdapter(facade.getImplementation(), this, createImplementationClasspath()); if (!ad.compile(this)) { throw new BuildException("compilation failed"); } } /**
387388389390391392393394395396397