// We get the package location to have the absolute URL
IPath res = element.getResource().getLocation();
String path = res.toOSString();
// We save documents from the processed elements to the package
// URL
builder.save(
path,
builder.getCoffeeName(),
new SubProgressMonitor(monitor, 3)
);
lastSourceWorkbenchWindow = null;