# File lib/buildr/java/commands.rb, line 213 def classpath_from(options) Buildr.artifacts(options[:classpath] || []).map(&:to_s). map { |t| task(t).invoke; File.expand_path(t) } end