# File lib/buildr/core/project.rb, line 466
    def path_to(*names)
      File.expand_path(layout.expand(*names), base_dir)
    end