# File addon/buildr/jdepend.rb, line 34 def paths() Project.projects.map(&:compile).each(&:invoke).map(&:target). map(&:to_s).select { |path| File.exist?(path) }.map { |path| File.expand_path(path) } end