String containingSourcePath = new File(containingSourceFilename).getParent();
String sourceFile = getResolvedSourcePath(project, containingSourcePath,
sourceValue, searchedLocations);
if (sourceFile == null)
{
problems.add(new EmbedSourceAttributeDoesNotExistProblem(location,
sourceValue, searchedLocations));
}
return sourceFile;
}