mergeComponentsWithMainAssembly( assembly, assemblyDir, configSource );
debugPrintAssembly( "Before assembly is interpolated:", assembly );
assembly = new AssemblyInterpolator().interpolate( assembly, project, configSource );
debugPrintAssembly( "After assembly is interpolated:", assembly );
}
catch ( final IOException e )
{